
- •Contents
- •Send Us Your Comments
- •Preface
- •Audience
- •Organization
- •Related Documentation
- •Conventions
- •Documentation Accessibility
- •1 Using Messages
- •Locating Message Documentation
- •Oracle Database Server
- •Accuracy of Messages
- •Message Format
- •Recognizing Variable Text in Messages
- •Message Stacks
- •Contacting Oracle Support Services
- •Oracle Exception Messages
- •Trace Files
- •The Alert File
- •17 Export Messages (EXP)
- •18 Import Messages (IMP)
- •19 SQL*Loader Messages (SQL*Loader)
- •20 External Tables Messages (KUP)
- •21 DBVERIFY Messages (DBV)
- •22 DBNEWID Messages (NID)
- •23 Parameter Messages (LCD)
- •24 Summary Advisor, Explain Rewrite, and Explain Materialized View Messages (QSM)
- •25 Recovery Manager Messages (RMAN)
- •26 Parameter Messages (LRM)
- •27 BFILE-Related Messages (LFI)
- •28 PL/SQL and FIPS Messages (PLS)
- •29 Oracle OLAP Catalog Metadata Messages (AMD)
- •30 Oracle Net Messages (TNS)
- •31 Oracle Names Client Messages (NNC)
- •32 Oracle Names Server Messages (NNO)
- •33 Oracle Names Control Utility Messages (NNL)
- •34 Oracle Names Server Network Presentation Layer Messages (NPL)
- •35 External Naming Messages (NNF)
- •36 Simple Network Management Protocol Messages (NMP)
- •37 Remote Operation Messages (NCR)
- •38 Network Security Messages (NZE)
- •39 SQL*Module Messages (MOD)
- •40 Object Type Translator Type File Messages (O2F)
- •41 Object Type Translator Initialization Messages (O2I)
- •42 Object Type Translator Unparser Messages (O2U)
- •43 Pro*COBOL Messages (PCB)
- •44 PCF FIPS Messages (PCF)
- •45 Pro*C/C++ Messages (PCC)
- •46 SQL Runtime Messages (SQL)
- •47 interMedia Audio Messages (AUD)
- •48 interMedia Image Messages (IMG)
- •49 interMedia Video Messages (VID)
- •50 Oracle Text Messages (DRG)
- •51 XML Parser Messages (LPX)
- •52 XML Schema Processor Messages (LSX)
- •53 Oracle Trace Collection Services Messages (EPC)
- •Index

23
Parameter Messages (LCD)
LCD-00100 internal error, argument [number]
Cause: An internal error has occurred.
Action: Contact Oracle Support Services 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]
Parameter Messages (LCD) 23-1

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.
23-2 Oracle9i Database Error Messages

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.
Action: 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.
Parameter Messages (LCD) 23-3

23-4 Oracle9i Database Error Messages