Error while trying to run DBMS_STAT. GATHER_TABLE_STATS

Hi gurus,

I am trying to run DBMS_STAT. GATHER_TABLE_STATS a procedure of a DBA role granted to the user, I get the following error:

ORA-20000: impossible to analyze the TABLE '< SCHEMA_NAME >. "" < table_name > ', the lack of privileges or does not exist
ORA-06512: at "SYS." DBMS_STATS", line 13046
ORA-06512: at "SYS." DBMS_STATS", line 13076
ORA-06512: at line 2

Did miss me something?

Help, please...


saby

It is a quite common problem...
Privileges through roles does not work inside stored procedures. So the DBA role it does not work inside the procedure.
See Metalink Note 168168.1.

If you want to run dbms_stats.gather_table_stats from inside the procedure,
You must grant 'ANY ANALYSIS' directly to that user.

Thank you
Tomasz K.

Tags: Database

Similar Questions

  • Runtime error while trying to run prgram sample Login.java in order to establish the connection to the Hyperion workspace

    Hello

    I was able to set up compilation SDK and successfully the example program Login.java. But while trying to run it I get the following error: Please help me solve this problem.

    com.sqribe.rm.ReportMartException:GsmNotFound
    at com.sqribe.rm.SessionImpl.convertError (unknown Source)
    at com.sqribe.rm.AASessionImpl.open (unknown Source)
    at com.sqribe.rm.AASessionImpl.internalInit (unknown Source)
    to com.sqribe.rm.AASessionImpl. (Unknown source)
    at com.sqribe.rm.SessionFactory.getInstance (unknown Source)
    When connecting. (Login.java:28)
    at Login.main (Login.java:69)

    Hello

    Check if the GSM service is running. Also check if the user is able to access the workspace without any problem.

    Thank you

    Nirmala

  • Windows repair is not compatible error while trying to run the Startup Repair tool

    I'm running windows 7 Pro 64-bit.  Recently, I have been doing the screen "windows was able to start" with two options, system repair or start windows normally.  When I select the option to repair Windows I wonder for my language and then I get an error message saying that this version of windows is not compatible with the repair system. I created an ERD and still got the same message when I tried to start Windows using the repair disk

    Hello

    Thank you for the update.

    You can follow the suggestion given by Scot hairy replied on 12 April 2012 or hairy Scot replied on 16 April on the following below thread to check if his help.

    http://answers.Microsoft.com/en-us/Windows/Forum/all/this-version-of-system-recovery-options-is-not/16d5d1e6-B383-451F-8bfe-c7501c582fe0

    Warning in the BIOS: BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

    Hope this information is useful, if the problem persists please write us back with the quick information so that we can help you further.

    Thank you

    Morris Subba

    Support engineer

  • Error while trying to run a visual Basic (.vbp) project in Visual Basic 6.0 with Windows 7 (64-bit) Enterprise saying "error access to registry system.

    Hi guys,.

    In my last computer the VB6 project worked with Windows XP but now I changed to Windows 7 and I can't run some application in visual Basic 6.0 that I still...    (I'm meaning to open the .vbp file to run in the environment of VB6 and not talking is not running the .exe).

    When I open the .vbp (from Visual Studio Enterprise 6.0), then comes an error saying "The system registry access error" only on this Windows 7 (64 bit)...

    I can not changes made in VB6 or compile programs is it my Windows 7?   There must be a solution that I think... something to execute or modify.

    By the Way this is my first post on Microsoft Answers and hope to get lucky on that first and solve my problem; (O)

    Thanks for any information

    M.

    Hello

    1 are logged as administrator?

    2. is it works much earlier?

    Method 1: Try to "Run as Administrator". VB6 needs to access the registry, and user account control sometimes gets in the way.

    Method 2:

    You can check the following link and check if it solves the problem:

    PRB: Error access to the system registry ' Message When displaying VB/VBA references.

    http://support.Microsoft.com/kb/269383

    Method 3:

    As you may have run the program under Windows XP, you can try to run it in compatibility mode and check if this solves the problem. See the following link for more information.

    Make older programs in this version of Windows

    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Registry warning

    To do: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    322756 (http://support.microsoft.com/kb/322756/)

    How to back up and restore the registry in Windows.

    For additional help with this specific technology, please ask your question to the MSDN Visual Basic Forums.

    http://social.msdn.Microsoft.com/forums/en-us/vbgeneral/threads

    I hope this helps.

  • Error while trying to run oracle shell

    With the help of 11g

    Shell script

    #! / bin/bash

    Claire

    echo "testing123.

    named transfer2.sh (it's just a shell script test will be real scp a file to a remote server, but I can not even this one to work first).

    I can't run no problem under linux

    > sh transfer2.sh

    testing123

    I want to be able to schedule this to run from oracle.

    my tests so far:

    BEGIN

    DBMS_SCHEDULER. () CREATE_JOB

    job_name = > 'TEST_SHELL ',.

    JOB_TYPE = > 'EXECUTABLE. "

    job_action = > ' / myfiles/transfer2.sh '.

    start_date = > SYSDATE,.

    REPEAT_INTERVAL = > 'FREQ = HOURLY;',

    activated = > FALSE,

    Comments = > 'shell script to Oracle.

    );

    end;

    /

    now to run the task

    BEGIN

    dbms_scheduler.run_job ('TEST_SHELL', true);

    end;

    /

    Error from line 43 in order:

    BEGIN

    dbms_scheduler.run_job ('TEST_SHELL', true);

    end;

    Error report:

    ORA-27369: jobs of type EXECUTABLE failed with exit code: 255

    ORA-06512: at "SYS." DBMS_ISCHED", line 185

    ORA-06512: at "SYS." DBMS_SCHEDULER", line 486

    ORA-06512: at line 2

    27369 00000 - "type EXECUTABLE job failed with exit code: %s."

    * Cause: A problem arose when running EXECUTABLE type work.

    The cause of the problem is identified by the exit code.

    * Action: Correct the cause of the code output and the reporter at work.

    I put the myfiles directory to 0777

    I put all the files in the myfiles directory to 0777

    so everyone should have access to run scripts here.

    I also put the extjob file to 0777

    any help appreciated.

    Thank you.

    Hello

    The error you see is because the work is a failure. If you're on 11g, try using a credential to perform the task or check the post below a guide to perform the work on 10g

    Re: Guide to the external work on with dbms_scheduler 10g for example scripts, batch fi

    For example:

    BEGIN

    () sys.dbms_scheduler.create_job

    job_name => ' 'SYS '. ' ' MYJOB1 ' ',

    job_type-online "EXECUTABLE."

    job_action => "/ usr/bin/bash"

    start_date-online systimestamp zone ' Asia/Baku. "

    job_class-online "DEFAULT_JOB_CLASS."

    auto_drop => FALSE,

    number_of_arguments-online 1

    enabled-online FALSE);

    sys.dbms_scheduler.set_job_argument_value (=> of job_name ' "SYS".) "MYJOB1" (', argument_position-online 1, argument_value => ' / u01/app/ora10g/test1.sh');

    sys.dbms_scheduler. Enable (' "SYS".) ("' MYJOB1" ');

    END;

  • Error while trying to run and export a mobile application

    Hello

    I'm sucking a problem with Flashbuilder 4.7. I have a project that I need to go on a new machine. I have this project are already working on a Mac, but need to switch to a new Windows machine. The problem when I try to run the project on the new machine, I get an error that looks like this:

    Process terminated unexpectedly.
    
    invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.4
    
     Launch command details:  "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0\bin\adl.exe" -runtime "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0\runtimes\air\win" -profile mobileDevice -screensize 768x1004:768x1024 -XscreenDPI 132 -XversionPlatform IOS C:\flashbuilder\tablet\bin\Ipad-app.xml C:\flashbuilder\tablet\bin
    

    If I create a new project everything works as expected. It's probably something basic, but I'm stuck to it. Any ponters in the right direction would be much appreciated.

    Best regards

    Gregorius

    For Flex SDK 4.6 release notes say that AIR 3.1 is the default value.  See

    http://helpx.Adobe.com/Flash-Builder/release-note/Flex-4-6-SDK-release.html

    If you put a Flex SDK with a latest AIR SDK, it updates the minimum required version, so maybe it's what you see in the preferences.

    To superimpose a Flex SDK, do not use the link you provided, try this one: http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html

    Also note that when you download these latest AIR SDK, make sure you download a compatible version of Flex.  The default AIR SDK are not always Flex SDK.

    -Alex

  • I get my connection wizard of wireless network to work when I get the RunDLL error "an exception occurred while trying to run"wzcdlg.dll, FlashConfigCreateNetwork"

    Original title: wireless network connection wizard does not work

    How can I get my connection wizard of wireless network to work when I get the RunDLL error "an exception occurred while trying to run 'wzcdlg.dll, FlashConfigCreateNetwork' I can see no wireless connections more.  Not sure why all of a sudden it stopped working.  Thank you!

    Hi ChadWilliams_1974,

    Try the following methods:

    Method 1: Try the steps from the link.

    Troubleshooting network connection problems:

    http://www.Microsoft.com/windowsxp/using/networking/maintain/troubleshoot.mspx#3

    Method 2: Reset TCP/IP Protocol, you can run the fix it from the link below and check if the problem is resolved.

    How to reset the Protocol Internet (TCP/IP)

    http://support.Microsoft.com/kb/299357

    I hope this helps.

  • Get a permissions error while trying to open Adobe illustrator "to work properly, Adobe Illustrator requires the permission of folder preferences to" reading / writing ".» The current permission setting is incorrectly set to "read only".

    Get a permissions error while trying to open Adobe illustrator "to work properly, Adobe Illustrator requires the permission of folder preferences to" reading / writing ".» The current permission setting is incorrectly set to "read only".

    I put permissions in the preferences and on hard drive - the same error.

    What is a current version of CC (CC2015.2.1) or an earlier version. Your best bet may be uninstalled, run the cleanup tool (Google it) and reinstall.

  • "There was an error while trying to delete the snapshot"

    I am running VMware Fusion on a 10.5.7 and when I try to delete the old clichés I get this error

    "There was an error while trying to delete the snapshot

    Impossible to clean deleted files:

    The specified virtual disk needs to be repaired.

    It's the performance of FreeBSD. The server has no harm actually run but gets big enough and I would like to clean it up a bit. Any suggestions?

    Thank you very much

    MacGruder says:

    I am running VMware Fusion on a 10.5.7 and when I try to delete the old clichés I get this error

    "There was an error while trying to delete the snapshot

    Impossible to clean deleted files:

    The specified virtual disk needs to be repaired.

    It's the performance of FreeBSD. The server has no harm actually run but gets big enough and I would like to clean it up a bit. Any suggestions?

    Firstly it goes without saying, but I'll say it anyway...  Always back up all of the Virtual Machine with the Virtual Machine within the OS, not suspended, and Fusion to stop closed before trying to make repairs on a virtual hard disk.

    This may not work if it's the basic disk that needs to be repaired and the Virtual Machine has snapshots, but I go through it.  You can try to use "/ Library/Application Support/VMware Fusion/vmware-vdiskmanager ' with the '-r' option.  Note: If the basic disk do not while snapshots are at stake, because it will cause more problems so my suggestion is first try to create a new basic without snapshots disk using the information below (see another option).

    Also one of the reasons to delete a snapshot may fail if there is no adequate free disk space for the operation ends so make sure you have a lot of free disk space.

    Another option would be to create a new basic disk, and then use dd by using an Image of CD/DVD/ISO Linux Live in the image of the old drive so written delta in snapshots to a new basic disk.

    I like to use the ISO Image of KNOPPIX_V5.1.1CD - 2007-01-04 - IN .iso to start the Virtual Machine and use dd to leave because it works well with VMware SCSI virtual hard disks.

    Also in Fusion 2.x, configuration the target Virtual Machine's .vmx file must be changed manually to have the present following parameters when using Knoppix.

    usb:0.deviceType = "mouse"
    usb:0.present = "FALSE"
    mouse.vusb.enable = "FALSE"
    

    Note: The first two parameters may already exist but if the other exists and is set to true, then set it to FALSE and the third are probably already so just add it.

  • Why I get this error message: error while trying to synchronize audio and midi?

    I just updated Logic Pro and all of a sudden my lexicon alpha interface does not work correctly.  I get this error message: error while trying to synchronize audio and midi. Check for conflicts between Logic Pro and the external device. Help

    Start by making sure that the project in logic settings are set correctly - I think that the lexicon only supports 44.1 or 48.

    If it is software used to Setup place the lexicon make sure you that the sampling frequency is set to the same logic.

    Sometimes that power and the lexicon solves the problem...

    If none of the help above - make sure you use a multi-out or comprehensive audio device (OS X)

  • get an exception occurred while trying to run C:\WINDOWS\System32\shell32.dll.Control_RunDLL appwiz.cpl «»

    Original title: continue to get an exception has occurred

    An exception occurred while trying to run "appwiz.cpl C:\WINDOWS\System32\shell32.dll.Control_RunDLL . The other question is one that I posted yesterday that being to keep the screen with Oxffbadd11 seems to know one had this problem as one of soaps still responded to this post

    Hello

    1. don't you make changes on the computer before this problem?

    Please wait for the response from Microsoft support engineer for the number that you have posted here.

    Run the SFC scan on the computer and check.

    SFC tool scans system files and replaces incorrect versions of system files by using the correct versions.
    To run the System File Checker tool, follow these steps:
    1. Click Start and type cmd in the box start the search.
    2. right click on cmd in the list programs and then click Run as administrator.
    If you are prompted for an administrator password or a confirmation, type your password or click on continue
    3. at the command prompt, type the following line and press ENTER:
    sfc/scannow

    Reference: http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/system_file_checker.mspx?mfr=true

  • Get the 49 error while trying to download Photoshop CC. Retry does not resolve the problem.

    Using Creative Cloud getting 49 error while trying to download Photoshop CC. Retry problem persists. Other downloads for other correct programs.

    Dave,

    When you try to download a creative cloud application, you receive one of the following errors:
    Error - 60, error 49 error 201, 205, 206, 207, error 403 error error error

    Or when you try to download and apply a patch, you receive one of the following errors:

    U43M1D200, U43M1D204, U43M1D205, U43M1D207, U43M1D214,

    Please see this link: download, installation error or update creative Cloud applications.

    Guinot

  • error message trying to run a clean boot "an access error was returned while trying to change a service."

    While trying to solve a problem with IE 8, I have a problem trying to run a clean boot.  When I start up I get a message on change in the config file. Click ok and sys config is displayed. Now, if I make a modification, OR not, I get an error message - "an access error was returned while attempting to change a service. You may need to log on using an administrator account to make the specified changes. "First of all I am logged on as administrator, secondly I get this error even when I select"normal start ". I used the clean boot before without problem.  Any ideas?  I am running win xp sp3.  I started having problems after the sp3 upgrade.

    Given that you are not using the standalone SP3 Installer AND since McAfee was working at the time of installation, that's what I'd do (well, I would do it only if I was almost 100% convinced there was no malware on my system):

    1. download the McAfee removal tool.

    2. download the installation file for the free version of Avira AntiVir.

    3. download the standalone SP3 Installer.

    4. download the standalone installer of IE8.

    5. physically disconnect from the Internet.

    6 turn off the automatic updates (temporarily).

    7 uninstall McAfee.

    8 run the McAfee removal tool to make sure that all other loose ends are supported.

    9 Uninstall SP3.

    10. run the system restore, select the before date SP3 has been installed.

    11 uninstall IE8 (and IE7, if necessary). Reason: It is important to be at the level of IE6.

    12 install the SP3. Reset.

    13 Installing IE8. Restart twice.

    14 install AntiVir.

    15 re - connect to the Internet.

    16. download and install the update of AntiVir.

    17 go into Windows Update and install all post-SP3 SECURITY update (stay away from any optional object).

    18 re-rockers automatic updates.

    After the back if you need links to the downloadable.

  • Get an error Invalid or corrupt files Java while trying to run Minecraft.jar

    * Original title: I tried to run minecraft.jar but a java error said invalaid or corupt files and I had just downloaded and I'm 10 so I need a more understandable support

    I tried to run minecraft.jar but a java error comes up saying files invalid or damaged or invalid, but I had just downloaded. I'm 10 so I need instructions simpiler for your help thaks

    Hello

    1. What is the exact error message?

    2 has there been recent changes made on the computer before the show?

    Please try the methods and an update with the results.

    Method 1: Run the clean boot.

    Try to put the computer in a clean boot state, and then try to run the game and check if the problem persists.

    To help resolve the error message, you can start Windows Vista or Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135


    Please note:
    after troubleshooting, be sure to start your computer in normal mode by following step 7.

    Method 2: Uninstall and reinstall JAVA.

    How to uninstall Java on my Windows computer?

    http://www.Java.com/en/download/help/uninstall_java.XML

    How do I manually download and install Java for my Windows computer?

    http://Java.com/en/download/help/windows_manual_download.XML

     

    Let us know if it helps!

  • get the "Connection to the MDEX error" error while trying to open the micro browser

    Hello

    I use short tools and Framework 3.1.0 and MDEX 6.3.0.

    While trying to open the Workbench UI browser mic to create configurations of page template, I get message drop-down according to:

    Connection to the MDEX error. The data service associated with this editor is not properly configured.

    Please guide the if you have the slightest idea.

    Thank you
    Ben Milot

    I set up different RecordSpotlight editor to use a short instance successfully. What I did is to change apps\ [your app name]\config\editors_config\services\dataservice.json with search short configuration file updated, save the file and run apps\ [your app name]\control\set_editros_config.bat to apply the change.

    To check, you can run apps\ [your order of name]\control\export_site.bat app to export the configuration of your site, updated data service configuration should manifest in the XML of the exported site.

    It will be useful,

    Michelle

Maybe you are looking for