Oracle8i Error Messages Release 8.1.5 A67785-01 |
|
PGO-00035 CMD-LINE: CONFIG= option is invalid in a config file
Cause: A user configuration file inside a user configuration file cannot be specified. That is, nested configuration files cannot be nested.
Action: If there are nested configuration files, move the options from the nested files to the top levels.
PGO-00040 CMD-LINE: Option selected, but no value provided
Cause: An option on the command line was specified, but a value for it was not included. For example, the offending code might look like:
proc iname=sample1.pc oname=
Action: Provide a value for the option.
PGO-00041 CMD-LINE: Option does not exist:
Cause: A non-existent option was specified on the command line.
Action: Refer to your language-specific Precompiler Programmer's Guide for a list of the valid command line options and their possible values.
PGO-00043 CMD-LINE: Option syntax is incorrect
Cause: A value for a command line option was incorrectly specified.
Action: Refer to your language-specific Precompiler Programmer's Guide for the correct syntax for specifying command line option values.
PGO-00044 CMD-LINE: Illegal or out of range value for option:
Cause: A value specified for a command line option was not within the accepted range. For example, the range for the MAXOPENCURSORS option is 5 to 256. If a value outside the range is specified, the message is triggered.
Action: Refer to your language-specific Precompiler Programmer's Guide for the ranges that option values can take.
PGO-00045 CMD-LINE: Option is not unique:
Cause: An option name was partially specified on the command line that made it non unique. For example, in:
% proc in=t.pc
the "in" option can imply either the INAME or INCLUDE option.
Action: Provide sufficient characters on the command line to make the option name unique.
PGO-00046 CMD-LINE: Unable to open config file:
Cause: A non-existent user configuration file was specified on the command line with the configuration option.
Action: Provide a valid filename for the configuration file.
PGO-00047 CMD-LINE: Option is not allowed inline:
Cause: An option was entered inline that can only be entered on the command line or in a configuration file. For example, the offending code might look like:
EXEC ORACLE OPTION (NLS_CHAR=name);
The NLS_CHAR option can only be entered on the command line or in a configuration file.
Action: Remove the option from the source file, and specify it on the command line.
PGO-00066 CMD-LINE: Could not find or could not open system config file
Cause: The system configuration file has a standard name (PMSCFG.H) and a location that is operating system-dependent. On UNIX systems, it is located in the ORACLE_HOME/proc directory. If a file named PMSCFG.H is not found in the standard location, this warning message is issued.
Action: Create a system configuration file in the standard location. The file can be empty. See also the operating system-specific Oracle documentation.
PGO-00081 CMD-LINE: Unterminated option value list or value list was truncated.
Cause: An option that takes a list of values was entered. The value list did not have a closing parenthesis. This error may also occur if the list of values entered on a single line was too long and Pro*C truncated it.
Action: Ensure that all value lists are terminated with a closing parenthesis. Split long value lists into individual entries.
PGO-00129 CMD-LINE: Client supplied static options table is invalid
Cause: This is an internal error message not usually issued.
Action: Call Oracle Customer Support.
PGO-00132 CMD-LINE: Could not allocate memory
Cause: This is an internal error message not usually issued.
Action: Call Oracle Customer Support.
PGO-00133 CMD-LINE: Error in string processing function
Cause: This is an internal error message not usually issued. It indicates that a C string function, such as STRCPY or STRLEN, returned an error.
Action: Call Oracle Customer Support.
PGO-00134 CMD-LINE: Null option supplied
Cause: A zero length option was specified on the command line.
Action: Re-enter the command line with a valid option.
PGO-00135 CMD-LINE: User asked for help
Cause: This is a final message that the precompiler issues when information about the command line options has been requested. For example, if the command proc ? is issued to get a list of current default values for the command line options, this message appears at the end of the list.
Action: No action required.
PGO-00138 CMD-LINE: Internal consistency error
Cause: This is an internal message for program exceptions. An unexpected condition was encountered by the command-line processor and a consistency check failed. Some possible causes of this message include:
Action: Report this error to Oracle Customer Support after gathering the following information:
PGO-00144 CMD-LINE: Blank characters are not allowed on either side of an equal sign (=)
Cause: An equal sign (=) was either immediately preceded or followed by a blank character.
Action: Precompile your program again without blank characters on either side of any equal sign (=) on the command line.
PGO-00150 Error at line number, column number in file string
Cause: An error was encounter at the given location.
Action: Check the named source file and correct the error using the additional information which follows this error message.
PGO-00151 Line number column number file string:
Cause: An error was encounter at the given location.
Action: Check the listed source file and correct the error using the additional information which follows this error message.
PGO-00152 Unable to open file string to display or list the source line number
Cause: The file contains an error, but could not be reopened to list or display the incorrect line.
Action: Check that the file is intact and it has read permission. Then rerun the operation.
PGO-00153 Open file: string
Cause: A new source file was opened while producing the list file.
Action: No action required; this is an informational message.
PGO-00154 Close file: string
Cause: A source file was closed while producing the list file.
Action: No action required; this is an informational message.