Oracle8i Error Messages Release 8.1.5 A67785-01 |
|
LCD-00100 internal error, argument [number]
Cause: An internal error has occurred.
Action: Call Oracle Customer Support with the circumstances leading to the error and the complete set of messages.
LCD-00111 value not in legal range [string]
Cause: The value of the parameter was outside the valid range.
Action: Check the valid range and retry using a new value.
LCD-00112 illegal integer radix specification [string]
Cause: An invalid character was specified.
Action: Valid characters are 'd', 'h', 'D' and 'H'.
LCD-00113 integer conversion error or negative integer [string]
Cause: A non-integer or negative integer was assigned to an integer parameter.
Action: Retry using a valid integer value.
LCD-00114 illegal boolean response [string]
Cause: An attempt was made to assign a value other than TRUE or FALSE to a boolean parameter.
Action: Use only TRUE or FALSE for boolean parameters.
LCD-00122 unrecognized keyword [string]
Cause: The parameter name has been misspelled.
Action: Spell the parameter name correctly.
LCD-00128 invalid positional parameter value [string]
Cause: An invalid positional parameter value has been entered.
Action: Remove the invalid positional parameter.
LCD-00161 ORACLE error (possible syntax error) parameter [string]
Cause: Possible syntax error. Additional messages follow.
Action: Correct the parameter shown in the error.
LCD-00201 could not open specified filename [string]
Cause: The file specified does not exist.
Action: Create an appropriate parameter file.
LCD-00203 missing keyword [string]
Cause: A keyword is expected but none was found.
Action: Add a keyword followed by an '=' sign and a parameter value.
LCD-00204 left parenth and no parameter specified [string]
Cause: A parameter list was started but no parameter was specified.
Action: Add an appropriate list of values and close the parameter list.
LCD-00205 unbalanced parentheses [string]
Cause: An odd number of parentheses was found, indicating that one is missing or one is extra.
Action: Retry the statement using the correct number of parentheses.
LCD-00206 positional parameter entered after keyword [string]
Cause: An '=' sign is missing.
Action: All keywords must be followed by '=' signs.
LCD-00207 nested parentheses encountered [string]
Cause: Only one set of parentheses is permitted.
Action: Remove the nested parentheses.
LCD-00208 unexpected keyword in value list [string]
Cause: A keyword was found instead of a value.
Action: Insert an appropriate value for the given parameter.
LCD-00209 missing value for keyword at end of string [string]
Cause: A keyword is specified with no value.
Action: Specify a valid value for the keyword.
LCD-00210 illegal assignment operator [string]
Cause: A sign other than '=' was used to assign a keyword a value.
Action: Use only the '=' sign.
LCD-00211 unexpected delimiter [string]
Cause: An invalid delimiter was found between values.
Action: A comma or a space is a valid delimiter.
LCD-00212 runaway quoted string [string]
Cause: The parameter value was quoted on the left side but not on the right.
Action: Quote the parameter value on both sides.
LCD-00215 parameter files nested too deep [string]
Cause: Too many levels of indirection of file parameters. The maximum is three. Reduce the level of indirection to less than three.
LCD-00217 failure while processing file parameter [string]
Cause: An error occurred while processing the specified file parameter.
Action: Specific details will appear in other messages.
LCD-00218 error in file [string]
Cause: An error occurred in the particular file.
Action: Refer to the other messages for the specific error.
LCD-00219 nested include file [string] is too large
Cause: There is a limit on the size of a parameter file, and it was exceeded. This limit is now 8192 bytes.
Action: Remove characters from the file to make it smaller, or use another level of nesting.