What privileges needed for producing explain plan for other user's object ?

Hi there,
What privileges needed for producing explain plan for other user's object (tables) ?
Cheers
Soheil

Experiment: (public plan table exists)
create user bob identified by bob;
grant create session to bob;
connect bob/bob
start sample_plan
If will error off on the table being read in the plan
connect dba_or_privileged_user
grant select on the referenced_table(s) to bob;
connect bob/bob
start sample_plan
It will now work providing a public plan table exists or you give bob create table and create a bob.plan_table
I ran the experiment on Oracle version 9.2.0.6 running on AIX 5.3. Select privilege on all referenced tables in the explained SQL must exist
HTH -- Mark D Powell --

Similar Messages

  • [WNTFIX]Enabling Chromium password sync, what's needed for it to work?

    Hello, I'm using Google Chrome in multiple machines, some of them running Windows OSs. In my Arch machines I'm using Chromium from the extra repository, I have different environments but my Gnome based one is quite complete yet I still can't sync passwords.
    What's needed for it to be able to sync passwords? Maybe some compile time flag?
    Here is a list of all the packages I have installed in the Gnome machine, in case I'm missing something: http://pastebin.com/19AQhQsj
    Last edited by MickST (2011-03-20 23:27:57)

    Huh, that's strange. I checked it on my browser and there's doesn't seem to be a password sync option under the sync settings. A short Google expedition reveals that I'm not the only one. Luckily, the first comment explains it. It was recently disabled by default because it doesn't play nice with GNOME Keyring. To enable it, start chromium with the --enable-password-sync and --password-store=basic flags. Haven't tried it my self, though, as I don't really need that particular feature.

  • I have one apple ID for multiple devices in my family.  I'd like to keep it that way for itunes/app purchases.  I would like a simple step 1, step 2, step 3 response on what I need to do to separate all other features like imessage, contacts, emails, etc.

    I have one apple ID for multiple devices in my family.  I'd like to keep it that way for itunes/app purchases.  I would like a simple step 1, step 2, step 3 response on what I need to do to separate all other features like imessage, contacts, emails, etc.
    I have been reasearching how to do this on the internet, but I haven't found an easy explanation yet.  My family is going crazy over each others imessages being sent to others in the family and not being able to use FaceTime because of conflicting email addresses.  I have read that if each person gets their own iCloud account, this would work.  However, I need to know what to do after I set everyone up with their own iCloud account.  Do I make that the default email address to be contacted or can they still use their hotmail email addresses.  Any help- with easy explanation- would be much appreciated!!

    We do this in my family now.  We have one account for purchases, so it is used to share music and apps (I think that is in Settings/iTunes & App Stores).  Each iDevice has this configured.
    Then, each of us has our own iCloud account that is configured under Settings/iCloud.  That then allows us to have our own Mail/Contacts/Calendars/Reminders/Safari Bookmarks/Notes/Passbook/Photo Stream/Documents & Data/Find My iPhone/and Backup.  That Backup piece is pretty sweet and comes in handly if you replace your iDevice.  You can just restore from it.
    So we all share the Apple Store account but we all have our own iCloud accounts to keep the rest seperate or things like you mentioned are a nightmare.
    In answer to what iCloud does for you: http://www.apple.com/icloud/features/
    Think of it as an internet based ("cloud") area for all of those items listed in my response.  What you need to remember is photo stream only maintans the last 1000 pictures so don't count it as a complete backup solution for your pictures.  Even though I rarely sync with a computer these days, I do still try to sync my phone with iPhoto (I have an iMac) so that I have copies of all of my pictures.  1000 may not stretch as far as it sounds.
    Message was edited by: Michael Pardee

  • What is needed for sorting on two fields in a table control

    Hi Everybody
    I am going to certification in a couple of days. I need some help and was hopeing that you  guys could help.
    What is needed for sorting on two fields in a table control?
         One sorted table and two processing blocks
         Two standard tables and one processing blocks
         Two standard tables and two processing
    Which one is corret??
    //Script

    Hi Kimallan
    I am not sure what is meant by a "processing block". However, it seems the question wants the original table order to be preserved. If so; as far as I understood the problem we need:
    itab_proxy[] = itab_main[] .
    "two standard tables"
    SORT itab_proxy BY field1 field2 .
    If we have a sorted table, then it is always sorted by its keys. So, the question seems to become obsolete for that option.
    Hope I've understood correct...
    Regards
    *--Serdar
    [email protected]

  • I purchased PDF Converter, it isn't what I needed for my files.  Can I get a refund?

    After I purchased a PDF Converter, it isn't what I needed for my files.  Can I get a refund or a credit on my account?

    Apple considers all sales as final. Apple expects folks to do theoir homework before purchasing. You will receive a receipt in your email for the purchase 24 to 48 hours later and you can use the Report a problem link to initiate a conversation with iTunes Support about a refund. Apple sometimes gives a one-time refund. The question for you is do you want to use this one-time refund on this app or save it for a more costly app in the future?

  • How can I create a Face Time account.  I have an Apple ID and password.  When I Google how to create an account all I get is what I need for the system

    I have a 13" MacPro.  How can I create a Face Time account.  I have an Apple ID and password.  When I Google how to create an account all I get is what I need for the system

    You don't need to create an account.   Your use your Apple ID to log into Facetime.
    If you haven't already you will need to download the Facetime App from the Mac App Store.
    https://itunes.apple.com/us/app/facetime/id414307850?mt=12&ls=1
    FaceTime for Mac: Troubleshooting FaceTime - Apple Support

  • Hi!  I cant conect The face time betwen my iPad ,iPod and iPhone, please help me,what i need for this issue?

    Hi!  I cant conect The face time betwen my iPad ,iPod and iPhone, please help me,what i need for this issue?

    What is it doing when you try to facetime? also if you are using the same apple Id/email on each device, it wont work.

  • ORA-01039: insufficient privileges... on EXPLAIN PLAN but OK when run

    I get
    ORA-01039: insufficient privileges on underlying objects of the viewwhen I use EXPLAIN PLAN but if I actually run the SQL it is fine!
    SQL> explain plan for select * from ifsinfo.gscdb_xref;
    explain plan for select * from ifsinfo.gscdb_xref
    ERROR at line 1:
    ORA-01039: insufficient privileges on underlying objects of the view
    SQL>select * from ifsinfo.gscdb_xref;
    GSCDB_COMPANY                  COMPANY                        VARCHAR2
    GSCDB_COMPANY                  NAME                           VARCHAR2
    GSCDB_COMPANY                  ADDRESS1                       VARCHAR2
    GSCDB_COMPANY                  ADDRESS2                       VARCHAR2
    GSCDB_COMPANY                  ZIP_CODE                       VARCHAR2
    GSCDB_COMPANY                  CITY                           VARCHAR2
    GSCDB_COMPANY                  COUNTY                         VARCHAR2
    GSCDB_COMPANY                  STATE                          VARCHAR2
    GSCDB_COMPANY                  COUNTRY_DB                     VARCHAR2
    GSCDB_COMPANY                  GSCDB_LAST_UPDATE              VARCHAR2
    GSCDB_CUSTOMER                 CUSTOMER_ID                    VARCHAR2
    GSCDB_CUSTOMER                 NAME                           VARCHAR2
    GSCDB_CUSTOMER                 ADDRESS_ID                     VARCHAR2
    :

    ...in which case (providing the SQLs in question are SELECT statements) you may be better off with DBMS_SQL.PARSE rather than explain plan.

  • My MacBook pro 2012 Mountain Loin 8.2 don't clear the inactive memory automatically when memory needed for other program so I get page outs.

    My MacBook Pro 2012 Mountain Loin 8.2 doesn't clear the inactive memory automatically when memory needed for other program so I get page outs. There are much inactive memory when page outs. Why my mac does this?

    That's completely normal. If other programs require memory then the system will reallocate Inactive RAM as needed. Page Outs don't mean anything.
    About OS X Memory Management and Usage
    Reading system memory usage in Activity Monitor
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.
    Adding RAM only makes it possible to run more programs concurrently.  It doesn't speed up the computer nor make games run faster.  What it can do is prevent the system from having to use disk-based VM when it runs out of RAM because you are trying to run too many applications concurrently or using applications that are extremely RAM dependent.  It will improve the performance of applications that run mostly in RAM or when loading programs.

  • Is GB 9.0.4 update today at App Store needed for all users, or just for Lion? Will it be in Software Update or is it paid update only? Please clarify

    Is the GB 9.0.4 update today at App Store needed for all users, or just for Lion? Will it be in Software Update or is it paid update only? Please clarify.

    I sure hope you are correct, Christoph. Seems one Mac site has questioned this also:
    http://www.tuaw.com/2011/07/11/iphoto-garageband-and-imovie-updated-in-mac-app-s tore/
    No iWeb updates either way so far. Not that I use it, just an observation.

  • I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this?

    I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this? I have 4 blocks of Single Choice fields in order for the summary page to give me each day in the final report. But, I need the user to be able to make a selection of any day and time and that apointment to no longer be available to future users when they log in. Plus, when the user clicks on the time, they are unable to change their mind and choose another time. Here's the link if you want to see what I'm talking about: 2015-2016 Workload Apportionment Review

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • Setting OOF for other users using EWS

    Hello everyone,
    I try to set the OOF for other users using EWS in an Exchange 2010 SP2 environment.
    I use this code:
    ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP2);
    service.Credentials = new NetworkCredential("username", "password", "domain");
    service.TraceEnabled = true;
    service.TraceFlags = TraceFlags.All;
    service.AutodiscoverUrl("[email protected]");
    OofSettings OOFSettings = new OofSettings();
    OOFSettings.ExternalAudience = OofExternalAudience.All;
    OOFSettings.ExternalReply = "Test";
    OOFSettings.State = OofState.Enabled;
    service.SetUserOofSettings("[email protected]", OOFSettings);
    The account I use is a Service Account our Exchange Team set up. I can see all service properties, so I would assume that the connection to the ExchangeService works fine.
    However when SetUserOofSettings executes, I receive a ServiceResponseException “Connection did not succeed. Try again later”.
    What am I missing? Unfortunately, the error message does not provide any helpful informations.
    Thank you and best regards
    Julian

    >The account I use is a Service Account our Exchange Team set up. I can see all service properties, so I would assume that the connection to the ExchangeService works fine.
     What rights have they given the account, giving an Account Exchange Admin permissions won't give you any rights to access the Mailbox content. For this to work the account you using would need to be either have been granted Full Access via Add-MailboxPermission
    or been given Application Impersonation rights (if its the later you need to make sure you use impersonation in your code).
     I would suggestion you try using the EWSEditor
    http://ewseditor.codeplex.com/ to test this out eg try connecting to the users folders and then try the OOF operation via the EWSEditor option to see if this works.
     Other things to check is if this is a Brand new mailbox that has never been connected to before then the Mailbox folders won't be initialized (you can check this using Get-Mailboxstatistics) and you would get an error trying to perform any of
    the EWS operations. If it works on some users and not others the possibly your getting throttled.
    Cheers
    Glen

  • Purchase iCloud storage for other users

    Can I buy iCloud storage for other users?
    Thank you.

    To the best of my knowledge, purchased storage stays with Apple id it is purchased to. To the best of my knowledge, it is unlike itunes store, and is not obligated to comply with local laws/regulations for downloads.
    I wish sometimes that people like you could create tips on do's and don'ts internationally, since we are all a bit shortsighted when it comes to Non our country situation. Unfortunately that tip here will die in the dark.
    BTW, I think your switching store may backfire for you, but I am sure you were informed of that on the phone.
    Question:
    Is it possible to pay in EU for iCloud accounts valid in China (RMB) and in the US (USD)
    They do not care( they will charge in acceptable units and card will take care of exchange rate), as long as card is accepted by corresponding store ( it is if it is on your file, and if not on file -you will find out as soon as you try to put it on it )
    As in the end they will end up back in the EU.
    What happens if you extend the storage in 1 country and then move to another country with a different currency and extend it again?
    I think I already answered that one.

  • Problem in Scheduling trace for other user

    Hi,
      I scheduled SAT/SE30 trace for other user(From user X, I scheduled for user Y). I executed the corresponding program in background in Y Login. Then, if I see the traces in X as well as Y Login, Nowhere I am getting the trace. The status is "In Process" only. What is the right procedure to do this?
    Thanks and regards,
    Venkat

    It was configuration issue.

  • Mac is freezing no programs running yet no trouble for other user

    My mac keeps freezing yet no trouble for other user. No program's run without 5 mins of coloured wheel rotating. Also time machine not operating properly as computer is not recognising it. Apple support centre not much help as it took them 10 mins just to get my details straight! Anyone with similar problem and successful solution?
    Thanks.

    Tried Mac HD utility first aid but advised it can't repair disk.
    It's possible you have directory damage.  You will need to get that repaired asap by using/purchasing a stronger 3rd party utility.  The more you use the computer, the worse it will get. 
    Utilities are best run from the CDs  to avoid system interference & false readings/reports.  You must use the versions that are compatible w/your OS system & keep the utilities updated to avoid damaging/harming/trashing your system. You need to make your own decision on which to purchase.  Read up on them on their websites because each do something a little different.
    DiskWarrior (Highly Recommended for Directory Damage Repair)
    Techtool Pro
    Drive Genius

Maybe you are looking for

  • How to do backflush of alternate material in a bom?

    Hi,    My user wants to do choose alternate material at the time of backflushing  according to material availability.. currently we are maintaining as following priority - 1                                                            strategy - 2     

  • Save .PDF back to SharePoint, Acrobat is renaming files

    My problem is that Acrobat is renaming and also creating a new PDF file with both a random filename, when I save a .PDF file witch is checked out in SharePoint. I'm trying to find a way around the problem that we cannot save a .PDF file back to Share

  • After the latest iTunes update, why does it keep asking me to enter my password to check for downloads?

    After the latest iTunes upgrade, every time you open up iTunes, a window pops up asking you to sign in with your Apple ID to check for available downloads?  Why is it asking this if your account is already stored on the computer?  How do you stop thi

  • Multiple XY graph

    Hi, in a control and simulation loop,  I am making an xy graph that combines data from two wires for the x values and data from two wires for the y values.  I have attached a picture of part of the code.  When I run using some variable it works ok (p

  • Javac not recognized as a command

    When I go to the directory where I saved my code and type "javac HelloWorld.java" into the windows command prompt, it says that such a command does not exist. I have JDK 6 update 13. I found javac.exe in C:\Program Files\Java\jdk1.6.0_13\bin. When I