Oracle9i Database Error Messages Release 2 (9.2) Part Number A96525-01 |
|
Cause: An internal error has occurred.
Action: Contact Oracle Support Services with the circumstances leading to the error and the complete set of messages.
Cause: The value of the parameter was outside the valid range.
Action: Check the valid range and retry using a new value.
Cause: An invalid character was specified.
Action: Valid characters are 'd', 'h', 'D' and 'H'.
Cause: A non-integer or negative integer was assigned to an integer parameter.
Action: Retry using a valid integer value.
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.
Cause: The parameter name has been misspelled.
Action: Spell the parameter name correctly.
Cause: An invalid positional parameter value has been entered.
Action: Remove the invalid positional parameter.
Cause: Possible syntax error. Additional messages follow.
Action: Correct the parameter shown in the error.
Cause: The file specified does not exist.
Action: Create an appropriate parameter file.
Cause: A keyword is expected but none was found.
Action: Add a keyword followed by an '=' sign and a parameter value.
Cause: A parameter list was started but no parameter was specified.
Action: Add an appropriate list of values and close the parameter list.
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.
Cause: An '=' sign is missing.
Action: All keywords must be followed by '=' signs.
Cause: Only one set of parentheses is permitted.
Action: Remove the nested parentheses.
Cause: A keyword was found instead of a value.
Action: Insert an appropriate value for the given parameter.
Cause: A keyword is specified with no value.
Action: Specify a valid value for the keyword.
Cause: A sign other than '=' was used to assign a keyword a value.
Action: Use only the '=' sign.
Cause: An invalid delimiter was found between values.
Action: A comma or a space is a valid delimiter.
Cause: The parameter value was quoted on the left side but not on the right.
Action: Quote the parameter value on both sides.
Cause: Too many levels of indirection of file parameters. The maximum is three.
Action: Reduce the level of indirection to less than three.
Cause: An error occurred while processing the specified file parameter.
Action: Specific details will appear in other messages.
Cause: An error occurred in the particular file.
Action: Refer to the other messages for the specific error.
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.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|