
- •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

26
Parameter Messages (LRM)
LRM-00100 internal error [number]
Cause: An internal error has occurred.
Action: Contact Oracle Support Services and report the error.
LRM-00101 unknown parameter name 'string'
Cause: The parameter name was misspelled.
Action: Spell the parameter name correctly.
LRM-00102 'string' is not in the legal range for 'string'
Cause: The value of the parameter is not within the legal range.
Action: Refer to the manual for the allowable values for this parameter.
LRM-00103 'string' contains an illegal integer radix for 'string' Cause: An illegal integer radix specification was found.
Action: Only 'd', 'h', 'D', and 'H' may be used as radix specifications.
LRM-00104 'string' is not a legal integer for 'string'
Cause: The value is not a valid integer.
Action: Specify only valid integers for this parameter.
LRM-00105 ’string’ is not a legal Boolean for ’string’
Cause: The value is not a valid Boolean.
Action: Refer to the manual for allowable Boolean values.
LRM-00106 out of memory
Parameter Messages (LRM) 26-1

Cause: The operating system has run out of memory.
Action: Take action to make more memory available to the program.
LRM-00107 parameter name abbreviation 'string' is not unique Cause: The given abbreviation was not unique.
Action: Use a longer abbreviation to make the parameter name unique.
LRM-00108 invalid positional parameter value 'string'
Cause: An invalid positional parameter value has been entered.
Action: Remove the invalid positional parameter.
LRM-00109 could not open parameter file 'string'
Cause: The parameter file does not exist.
Action: Create an appropriate parameter file.
LRM-00110 syntax error at 'string'
Cause: A syntax error was detected.
Action: Change the input so that the correct syntax is used.
LRM-00111 no closing quote for value 'string'
Cause: A quoted string was started but not finished.
Action: Put a closing quote in the proper location.
LRM-00112 multiple values not allowed for parameter 'string'
Cause: An attempt was made to specify multiple values for a parameter which can take only one value.
Action: Do not specify more than one value for this parameter.
LRM-00113 error when processing file ’string’
Cause: A problem occurred when processing this file.
Action: Examine the additional error messages and correct the problem.
LRM-00114 error when processing from command line
Cause: A problem occurred when processing the command line.
Action: Examine the additional error messages and correct the problem.
LRM-00115 error when processing an environment variable
Cause: A problem occurred when processing an environment variable.
26-2 Oracle9i Database Error Messages

Action: Examine the additional error messages and correct the problem.
LRM-00116 syntax error at ’string’ following ’string’
Cause: A syntax error was detected.
Action: Change the input so that the correct syntax is used.
LRM-00117 syntax error at ’string’ at the start of input
Cause: A syntax error was detected.
Action: Change the input so that the correct syntax is used.
LRM-00118 syntax error at ’string’ at the end of input
Cause: A syntax error was detected.
Action: Change the input so that the correct syntax is used.
LRM-00119 unable to obtain a valid value for ’string’
Cause: No valid value was obtained for this parameter.
Action: Rerun the application and enter a valid value.
LRM-00120 ’string’ is not a legal Oracle number for ’string’
Cause: The value is not a valid Oracle number.
Action: Refer to the manual for allowable Oracle number values.
LRM-00121 ’string’ is not an allowable value for ’string’
Cause: The value is not a legal value for this parameter.
Action: Refer to the manual for allowable values.
LRM-00122 value ’string’ for ’string’ must be between ’number’ and ’number’
Cause: The value of the parameter is not within the legal range.
Action: Specify a value that is within the legal range.
LRM-00123 invalid character number found in the input file Cause: A character that is invalid was found in the input file.
Action: Specify an input file that contains only valid characters.
Parameter Messages (LRM) 26-3

26-4 Oracle9i Database Error Messages