Oracle Server Manager User's Guide
03500-03536: Server Manager SQL Engine Messages
MGR-03500 encountered an unterminated quote
| Cause: | The last command contained an open quote without a matching close quote. | |
| Action: | Correct the quoting and issue the command again. | |
MGR-03501 unable to process so many nested scripts
| Cause: | You have attempted to run a script that in turn tries to run too many nested levels of scripts. | |
| Action: | Restructure your scripts so the nesting depth decreases. | |
MGR-03502 the @@ operator is only allowed within SQL scripts
| Cause: | You attempted to use the @@ operator from the interactive mode. | |
| Action: | The @@ operator is only allowed from within a script. In the interactive mode, use the @ operator to run a SQL script. | |
MGR-03503 could not resolve the symbols in "filename"
| Cause: | The filename you provided for the parameter file contained undefined symbols. | |
| Action: | Check the text of the parameter filename you provided. | |
MGR-03504 CYCLE is no longer a valid global property
| Cause: | You attempted to set the CYCLE property. | |
| Action: | Set the interval in the monitor(s) you are running. | |
MGR-03505 ARRAYSIZE is no longer a valid global property
| Cause: | You attempted to set the ARRAYSIZE property. | |
| Action: | None. Server Manager will fetch as many rows as possible given the current size of the MAXDATA buffer. | |
MGR-03506 expected a number (num-999999), not "string"
| Cause: | You attempted to set a property (NUMWIDTH, CHARWIDTH, and so on) to a non-numeric value or a number outside of the legal range. | |
| Action: | Use a value within the specified range. | |
MGR-03509 corrupted internal Oracle number representation
| Cause: | You attempted to use a bind variable that appears to have been corrupted. | |
| Action: | Call Customer Support with the circumstances and complete set of messages leading to the error. | |
MGR-03510 corrupted bind variable type [type]
| Cause: | You attempted to use a bind variable that appears to have been corrupted. | |
| Action: | Call Customer Support with the circumstances and complete set of messages leading to the error. | |
MGR-03511 the HOST command is not supported in graphical mode
| Cause: | You tried to use the HOST command from within a SQL Worksheet. | |
| Action: | Scripts that make use of the HOST command must be run from Server Manager line mode. | |
MGR-03512 spool file "name" is already open
| Cause: | You attempted to open a second spool file. | |
| Action: | Use SPOOL OFF to close the existing spool file. | |
MGR-03514 unable to start the database
| Cause: | The cause is listed in subsequent error messages. | |
| Action: | Examine the subsequent errors. | |
MGR-03515 invalid SERVEROUTPUT switch
| Cause: | You attempted to set SERVEROUTPUT to something other than ON or OFF. | |
| Action: | Use ON or OFF as arguments with SET SERVEROUTPUT. | |
MGR-03523 no parameter for SHOW ERRORS and no object has been compiled
| Cause: | You issued a SHOW ERRORS command, but have yet to compile a PL/SQL object. | |
| Action: | You can find error information for a specific object by selecting from the ALL_ERRORS view where NAME = <object>. | |
MGR-03524 unable to shutdown the database
| Cause: | You attempted to shut down the database without sufficient privileges. | |
| Action: | Enable the privileges required for shutdown. | |
MGR-03525 expected SYSDBA or SYSOPER, not "string"
| Cause: | You attempted to use the CONNECT AS syntax and specified something other than SYSDBA or SYSOPER. | |
| Action: | Correct the syntax and issue the command again. If the problem persists, call Customer Support with the circumstances and complete set of messages leading to the error. | |
MGR-03534 invalid AUTOPRINT switch
| Cause: | You attempted to set AUTOPRINT to something other than ON or OFF | |
| Action: | Use ON or OFF as arguments with SET AUTOPRINT. | |
MGR-03536 variable type REFCURSOR not available
| Cause: | You tried to declare a REFCURSOR variable against a version of server manager which which does not support this variable type. | |
| Action: | The version of Server Manager you are running against does not support the REFCURSOR feature. It was most likely compiled against a pre-7.2 database. | |