Why the following command cannot run correctly?

Why the following command cannot run correctly?
SQL> exec DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE;
BEGIN DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE; END;

      *
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to
'EVOLVE_SQL_PLAN_BASELINE'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

Because it is a FUNCTION and not a PROCEDURE.

http://download.Oracle.com/docs/CD/B28359_01/AppDev.111/b28419/d_spm.htm#CACEBBEI

Tags: Database

Similar Questions

  • Unable to create restore point. Vista64. Could not create the scheduled task for the following reason: cannot create a file when that file already exists

    RAID 5 obtained corrupte had to rebuild after that can't create system restore point. Tried everything sfc, fsutil, Dungeon SystemPropertiesProtection screen displaying this error: "could not create the scheduled task for the following reason: cannot create a file when that file already exists." (0x800700B7)"system of work in all other respects. SFC says it found and fixed errors every time I run it.

    Fix tried Della Li: Please remove the WindowsBackup folder in the HKEY_LOCAL_MACHINE NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows.

    Delete the WINDOWS BACKUP folder. Unfortunately this folder does not exist.

    Checked VSS, Taskscheduler and other services are runnig

    Tried to boot from the CD and widowed revover. Says no problems. The error to any manulation of the checkbox in the properties of the system, the system protection screen

    Solved

    It turns out that task scheduler got corrupted it have several tasks Scheduler said were not available, but are still in the working directory. These tasks especially SR from compensation directory solved the problem and I can now create backup points.

  • Why the labwindows/cvi Installer runs whenever I try to start labview 7.1, after I installed N!-series?

    Why the labwindows/cvi Installer runs whenever I try to start labview 7.1, after I installed N!-series?  The installation program runs 3 times now and asks me to restart every time.  Then I reboot and it happens all over again when I try to start labview 7.1, unless I select Cancel 3 times in a row then labview starts.

    Thank you once again.  I am running.

    Barry-AIC

  • Takes it place the following caveat: "cannot open files Rescource.

    Hello

    If I try to start LabView, has held the following caveat: "cannot open files Rescource.

    effect: I can't use LV

    How can I solve this problem?

    You searched the forum? Study all the threads here.

    Post if that did not help.

    I'm afraid repairing or re - install LabVIEW is the only option.

  • I installed Acrobat 8 Professional 32-bit version and my computer is 64-bit, the program does not run correctly and I want to uninstall the 32-bit version and re-install the 64-bit version, I can't find the download of US feed for Acrobat 8 Professional,

    I installed Acrobat 8 Professional 32-bit version and my computer is 64-bit, the program does not run correctly and I want to uninstall the 32-bit version and re-install the 64-bit version, I can't find US downloading feed for Acrobat Professional 8, any suggestions

    Hello

    Please see below the link to download: -.

    https://helpx.Adobe.com/Acrobat/KB/Acrobat-8-9-product-downloads.html

  • Behance plugin fails to publish on WIP.  Returns the following error: "cannot download an update WIP on Behance: invalid permissions or request type.

    Behance plugin fails to publish on WIP in Lightroom 5.6.  Returns the following error: "cannot download an update WIP on Behance: invalid permissions or request type.  (I've also seen this question asked in the forums of Deutsche in January 2014 without answers)

    In settings of Behance Adobe Photoshop Lightroom is authorized to:

    • Revoke access
    • can act on your behalf to comment, follow users, discover and appreciate the projects
    • Allows access to read the flow of network activity
    • Able to read collections you have marked as private
    • Possibility to create, manipulate and remove your collections.
    • Able to read current work marked as private
    • Able to view, manipulate, and delete a work in progress on your behalf

    Does anyone have a solution?

    -System settings-

    Lightroom version: 5.6 [974614]

    Operating system: Windows 8.1 Business Edition

    Version: 6.3 [9600]

    Application architecture: x 64

    System architecture: x 64

    Number of logical processors: 8

    Processor speed: 3.0 GHz

    Built-in memory: 16301,9 MB

    Real memory for Lightroom: 16301,9 MB

    Real memory used by Lightroom: 374.4 MB (2.2%)

    Virtual memory used by Lightroom: 346,3 MB

    Size of the memory cache: 224,4 MB

    Maximum thread count used by Camera Raw: 4

    System DPI setting: 96 DPI

    Composition of the Bureau enabled: Yes

    Exhibition: 1) 2560 x 1440

    Plugins installed:

    (1) Behance

    (2) substantive canon Plugin

    (3) Costco Photo Center

    (4) Facebook

    (5) Flickr

    (6) home Plugin Leica

    (7) attachment Plugin Nikon

    Config.LUA flags: None

    Map #1: Vendor: 8086

    Feature: 412

    Subsystem: 5b 01028

    Review: 6

    Video memory: 0

    Map #2: Seller: 10de

    Feature: 4

    Subsystem: 5b 01028

    Revision: a1

    Video memory: 7 c 1

    Map #3: Seller: 1414

    Device: 8 c

    Subsystem: 0

    Revision: 0

    Video memory: 0

    AudioDeviceIOBlockSize: 1024

    AudioDeviceName: Speakers (Realtek High Definition Audio)

    AudioDeviceNumberOfChannels: 2

    AudioDeviceSampleRate: 44100

    Build: not initialized

    CardID: 1042

    Direct2DEnabled: false

    GPUDevice: D3D

    MaxTexture2DSize: 8192

    OGLEnabled: true

    Renderer: Intel(r) HD Graphics 4600

    ShaderModel: 11.1

    Vendor: Intel

    VendorID: 32902

    Version: 8086:0412:5 b 01028:0006

    Behance Plugin for LR LR 5.6 authorized not

  • Why the partitioned table cannot create?

    Why the partitioned table cannot successfully create?
    SQL> create table hr.gps_log_his
      2  (id number,
      3  name varchar2(10),
      4  time date)
      5  tablespace ts_log_his
      6  PARTITION BY RANGE (TIME)
      7  (PARTITION udp_part2009110707 VALUES LESS THAN (TO_DATE('2009110708','yyyymmddhh24')),
      8  PARTITION udp_part2009110708 VALUES LESS THAN (TO_DATE('2009110709','yyyymmddhh24')),
      9  PARTITION udp_part2009110709 VALUES LESS THAN (TO_DATE('2009110710','yyyymmddhh24')),
     10  );
    )
    *
    Error in line 10:
    ORA-14004: Missing PARTITION key word.

    Hello

    Your problem is the comma ending line 9. Delete this.

    Concerning
    Peter

  • Why the following statement is not successful?

    This statement is executed successfully.
    SQL> select to_char(sysdate+1/24,'yymmddhh24') from dual;
    
    TO_CHAR(
    --------
    09081510
    Why the following statement is not successful?
    SQL> select to_char(to_date(to_char(sysdate+1/24,'yymmddhh24'))) from dual;
    select to_char(to_date(to_char(sysdate+1/24,'yymmddhh24'))) from dual
                           *
    ERROR at line 1:
    ORA-01861: literal does not match format string

    You can be enlightened by this script.

    SQL> declare
     v_date date;
     begin
     select to_date(''||to_char(sysdate+1/24,'yymmddhh24')||'','yymmddhh24') into v_date from dual;
     dbms_output.put_line(to_char(v_date));
     end;
     /  2    3    4    5    6    7
    15-AUG-09
    
    PL/SQL procedure successfully completed.
    
  • Why the driver file cannot be "x 86"?

    There is a strange problem for a driver: the driver file cannot be "x 86" under windows XP.

    I have a driver, the driver started the "i386" folder files and I can install the driver successfully.
    can I change the name of folder name to "i386" to "x 86". When I try to install the drver, a message box pop up to tell me "xxxx necessary file", installation failure
    and I can confirm also that any driver so its files to 'x 86' folder, it will be impossible to install. If I changed his name to another name of folder except "x 86", the driver will be installed successfully.
    Why? The folder name is "x 86" is a reserved name for the driver under windows xp? any document referred to this problem?

    Hello chyao,.

    Thank you for visiting the Microsoft answers community.

    If I understand what you're asking, you try to rename the folder i386 for x 86?

    i386 is a folder used by windows (one copy installation files) and cannot be changed to raise the questions you had. The file has not to be present for Windows runs correctly, but before maintenance and repair, it is used. In your case Windows was looking for a driver in the i386 folder.

    Hope this helps Chris.H
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The operation for the entity 'DeployTemplate' failed with the following message: "Cannot complete the customization."

    I am running my VMmark with the agent 6.0 update vCSA 2.  Most of the awnsers I found to this problem are the Windows version of vcenter.  It looks to its find the deploy.cab file, but for some reason any fails to complete customization.  Any help would be apperciated.

    I have attacahed my results file.

    Please try to see if you can manually deploy your model.  Here are the steps:

    1. The vsphere Web Client, right-click on your deployment model.
    2. Select "new virtual machine of this model.
    3. In the name box, enter "DeployVM0".
    4. Select the correct location of the DC, and then click Next.
    5. Select your cluster, and then click Next.
    6. Select your LUNS and click Next.
    7. Click on the box "Power on a virtual machine after creation" so that it is enabled.
    8. Check the box "Customize the operating system", and then click Next.
    9. Select the "StandbyCust" specification, and then click Next.
    10. Click Finish.

    Watch the deployment and customization of vSphere Web Client. You should be able to see the power of the virtual machine and customize from the console without logging in. Wait about 5 minutes to see if all the cloning and the specification of the OS process completed.  Then without logging in the newly created DeployVM, from the first client, at a command prompt, type the following.

    Ping ping STAF DeployVM0

    The correct answer is PONG.

  • Why the "open command window here" option menu shortcut in Windows Explorer create network duplicate mappings?

    In the intranet of my employer, we have many servers. When I go to manually run the programs on these, I use the hidden feature of the context menu of Windows Explorer to open a command window on the directory with the executable files (by now the SHIFT while right-clicking).

    Whenever I do this, a new network map is added to the location network to the location of 'My Computer' in Windows Explorer, even if there is already one for the server (note that this is a region which is populated by clicking on "Map network drive"). At the end of the day, I'll have a dozen of them pointing to the same server (because I'm OCD close windows after I'm done with them).

    And when I disconnect from these mapped network locations, they warn me that there is always using the connection, even after closing the process command prompt window.

    Why Windows does that, and it's a bug or a feature?

    I am running Windows Server 2008 R2 Standard x 64, SP1.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)

    If you give us a link to the new thread we can point to some resources it
  • Problem downloading the updates and cannot run FIXIT

    I have a problem with the download of updates and trying to use FIXIT program download but do not open or run and leave a message there's a troubleshooting problem, someone at - it ideas, I tried many solutions but nothing works.

    Moved from feedback

    Original title: impossible to download FIXIT

    Hi Coupar,

    From your problem description, I understand that you are not able to download the updates and run the FixIt. Please let me know if you do not experience this problem.

    1. What is the KB updates that you are not able to download?
    2. what happens when you try to open?
    3. do you get an error message?
    4. What is the accurate and complete error message you get?
    5. what operating system is installed on the computer?
    6 have. what troubleshooting measures you tried?
    7. the problem only occurs with Windows update fixit?

    I suggest you try the following methods.

    Method 1: I suggest you perform the clean boot and check if any third-party program is causing the problem.

    How to perform a clean boot for a problem in Windows Vista, Windows 7 or Windows 8
    http://support.Microsoft.com/kb/929135
    Note: Follow step 3 of section of boot KB929135 to reset the computer in normal mode.

    Method 2: Try the steps from the following link:

    Cannot install updates in Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2
    http://support.Microsoft.com/kb/2509997

    Note:
    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 the following article: back up the registry in Windows Vista
    Note: Running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data can be lost.
    http://Windows.Microsoft.com/en-us/Windows-Vista/back-up-your-files

    Hope this information is helpful and let us know if you need help with Windows in the future. We will be happy to help.

  • Cannot open websites, error DNS when the ping command cannot resolve the name

    Cannot open all websites on a PC. (other computers on the network can access the sites without a problem)
    Error message is "Internet Explorer cannot display webpage."

    I can ping (internal and external) of the IP and gateway addresses.
    Ping translates:
    C:\>ping www.yahoo.com
    Ping request could not find host www.yahoo.com. Please check the name and try again.

    Nslookup translates:
    C:\>nslookup www.yahoo.com
    Can not find the name of the server for the address 192.168.0.1: non-existent domain
    Default servers are not available
    Server: unknown
    Address: 192.168.0.1

    Non-authoritative answer:
    Name: www-real.wa1.b.yahoo.com
    Address: 69.147.76.15
    Alias: www.yahoo.com, www.wa1.b.yahoo.com

    Pathping translates:
    C:\>Pathping www.yahoo.com
    Unable to resolve target system name www.yahoo.com.

    The problem occurs on a wired and wireless connection.
    Reset TCP/IP via netsh int ip reset c:\ressetlog.txt results in the following in the log file error message:

    discount Linkage\UpperBind for USB\VID_0B05 & PID_1723\5 & 2461925A & 0 & 5.  incorrect value was:
    REG_MULTI_SZ =
    SymIM

    Is there a total of 9 errors in the log similar to the one above.
    The host file has only 127.0.0.1 in there.
    Clearing the cache of the arg, flushing the DNS and do a repair on the network connection does not resolve the problem.
    Install a new network device does not resolve the problem.
    I also deleted all the antivirus software and security, including firewalls.
    The Windows Firewall is disabled.
    Boot in safe mode with Networking does not solve the problem.
    Running Winsockfix does not solve the problem.
    Internet Explorer 8 (reset web settings has been done)
    Windows XP Media Center with SP3
    Execution of the IE Diagnostics results in an error 12007 the server name or address cannot be resolved.

    Get the end of the line...

    Any other ideas?

    Thank you

    Larry

    Sorry for the late reply, but I did not have access to the MS Web site for a few months.

    I tried your suggestions, they do not work.

    The resolution is to do a repair of the operating system out of the CD.  Who cleared up the problem.

    Thank you

    Larry

  • Why the keyboard commands do not work with FF v5?

    I can't get at home, end, PG. PREC, PG. Next, up arrow, Basel keys to do something sensible. I checked all my addons and extensions are all to date. This started when I upgraded from v3.x to v4.0 and made things worse with version 5.0.

    Solving problem of cursor (F7) circumflex accent

    Problems using the keys Page Up, Page Down, space bar, homeand end

    F7 to switch the power slider cursor (you want it to be turned off)

    Firefox problems & questions (Notes)

    Add the following lines to your user.js in your profile file, you create the file, it does not exist by default. You can mess up by pressing F7 accidentally, but what follows will restore the values in your prefs.js as seen in your comments: with each new session of Firefox addons.

    / / Get the SPACEBAR, PageUp, PageDown to work correctly if accidentally hit F7
    / / see http://dmcritchie.mvps.org/firefox/firefox-problems.htm#caret
    user_pref ("accessibility.browsewithcaret", false);
    user_pref ("accessibility.warn_on_browsewithcaret", true); »

    To open your folder profile and to create/update user.js to solve the problem

    1. type of topic: support in the address bar
    2. Click on the button 'Open containing folder'.
    3. Use the file menu to create a new text file,
    4. Rename "New Document file.txt" to "user.js".
    5. Open fie and paste the maps above into the file and save

    When using press F7 if you see any messages that you have restored the value to what you want, if you press once again you get a warning message use the 'No' button to keep the current settings. (Do not remove the warning)

    References:

  • Error messgae: "the screen saver cannot run because it requires a more recent video card", attempting to display the screen saver and the error code 40 download the fix.

    Original title: cannot run zip; error code 40 (hotfix for the video card)

    Hi, I ' m trying to view my screen saver and it seems to be causing "the screen saver can't run because it requires a newer video card or compatible with 3d graphics." (2030 M-windows7 dell) .thanks Jean-Michel

    Hi John,.

    1. what screen saver are you trying to view?

    2 is confined to a specific screen saver?

    3. have you installed SP1 for Windows 7?

    This problem occurs because of a problem in 3D screensavers.

    Fix error occurs if you have a corrupt hotfix package or may have downloaded the wrong patch for your platform.

    This can also occur if the hotfix is included in SP1 and you have already installed Windows 7 SP1.

    Method 1:

    You must make sure that the hotfix you download is depending on the version of Windows 7 installed on your computer.

    For more information, see the article:

    Error message when you set a 3D screen saver screen saver in Windows 7 or in Windows Server 2008 R2: "the screen saver can't run because it requires a more recent or Direct3D-compatible video card.

    Please see if you can copy the file that you downloaded to another computer or location and try to unpack.

    When you download the fix, save it in a new location (on the desktop) and the password given with the fix allows to extract the file.

    Method 2:

    Step 1:

    You can also try to run the display quality Troubleshooter and check if it helps.

    Step 2:

    You too, try to install the latest version of the Site Web of Dell display drivers and check if it helps.

    Hope the helps of information. Let us know if you need help with Windows related issues. We will be happy to help you.

Maybe you are looking for