95 ORA-48001 to ORA-51705
- ORA-48001: internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]
-
Cause: This is the generic internal error number for program exceptions. This indicated that a process encountered an exceptional condition.
- ORA-48002: thread terminated by fatal error
-
Cause: The thread was in an unrecoverable state.
- ORA-48003: out of process memory when trying to allocate string bytes (string,string)
-
Cause: Operating system process private memory was exhausted.
- ORA-48004: unable to allocate string bytes of shared memory ("string","string","string","string")
-
Cause: More shared memory is needed than was allocated in the shared pool.
- ORA-48006: user requested cancel of current operation
-
- ORA-48007: name is already used by an existing product type
-
Cause: An attempt was made to define a product type with the same name as an already defined product type.
- ORA-48008: id is already used by an existing product type
-
Cause: An attempt was made to define a product type with the same id as an already defined product type.
- ORA-48100: error encountered when attempting to open a file
-
Cause: There was an error encountered when attempting to open a file with the ADR file interface.
- ORA-48101: error encountered when attempting to read a file [string] [string] [string]
-
Cause: There was an error encountered when attempting to read a file with the ADR file interface.
- ORA-48102: encountered the end-of-file when reading the file
-
Cause: The ADR file interface encountered the end-of-file when reading the file.
- ORA-48103: error encountered when attempting to write a file [string] [string] [string]
-
Cause: There was an error encountered when attempting to write a file with the ADR file interface.
- ORA-48104: read mismatch on blocks requested and returned, [string], [string]
-
Cause: There was a mismatch between the number of blocks requested for reading and the number of blocks actually returned.
- ORA-48105: write mismatch on blocks requested and returned, [string], [string]
-
Cause: There was a mismatch between the number of blocks requested for writing and the number of blocks actually written.
- ORA-48106: error initializing the ADR string object
-
Cause: There was an error encountered during the initialization of one of the ADR file objects.
- ORA-48107: invalid Bfile input, [string]
-
Cause: An invalid Bfile was passed into the routine to convert the bfile into a file handle.
- ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
-
Cause: The value given for the diagnostic_dest directory is not a valid directory. Either the directory does not exist or the process does not have read/write privileges on the directory.
- ORA-48109: invalid lock mode for file descriptor, [string]
-
Cause: The lock mode associated with the file descriptor was invalid in the context of the routine.
- ORA-48110: error encountered while attempting to get a file lock [string] [string]
-
Cause: There was an error encountered while trying to get a file lock.
- ORA-48111: error encountered while attempting to release a file lock [string]
-
Cause: There was an error encountered while trying to release a file lock.
- ORA-48112: invalid flags for open file, string
-
Cause: Invalid flags were passed in to the open file routine.
- ORA-48113: unable to write to stream file because of out of space condition
-
Cause: The system is unable to write the requested number of bytes to a stream file. This is due to an out of space condition. The additional information shows how many bytes were not written.
- ORA-48114: error encountered when attempting to close a file
-
Cause: There was an error encountered when attempting to close a file with the ADR file interface.
- ORA-48115: error encountered while seeking a file position
-
Cause: There was an error encountered while seeking a position in a file.
- ORA-48116: error encountered when attempting to create a directory [string]
-
Cause: There was an error encountered when attempting to create a directory.
- ORA-48117: error encountered when attempting to remove a directory [string]
-
Cause: There was an error encountered when attempting to remove a directory.
- ORA-48118: error encountered with list directory [string]
-
Cause: There was an error with listing the elements of a directory.
- ORA-48119: error encountered when attempting to remove a file [string] [string]
-
Cause: There was an error encountered when attempting to remove a file with the ADR file interface.
- ORA-48120: error encountered when attempting to retrieve the file size [string] [string]
-
Cause: There was an error encountered when attempting to retrieve the file size with the ADR file interface.
- ORA-48121: error with opening the ADR stream file [string] [string]
-
Cause: An error was encountered when attempting to open an ADR stream file.
- ORA-48122: error with opening the ADR block file [string] [string]
-
Cause: An error was encountered when attempting to open an ADR block file.
- ORA-48123: error encountered when attempting to flush a file
-
Cause: There was an error encountered when attempting to flush a file with the ADR file interface.
- ORA-48124: device full encountered during write to a file
-
Cause: The device full error was encountered during the write to a file.
- ORA-48125: illegal identifier length, argn:string, len:string, lim:string
-
Cause: An input identifier was passed in that has a length that is greater than the max length.
- ORA-48126: attempting to create a file that already exists
-
Cause: The client attempted to create a file that already exists.
- ORA-48127: attempting to open a file that does not exist
-
Cause: An attempt was made to open a file that does not exist.
- ORA-48128: opening of a symbolic link is disallowed
-
Cause: An error was encountered when attempting to open a file that is a symbolic link. Users are not allowed to open symbolic links.
- ORA-48129: invalid input for the full path specification
-
Cause: Input was incorrectly specified for the full path specification, or the default extension may have been incorrectly specified. Or an empty string was passed in for the full path.
- ORA-48130: invalid lock parameters for get file lock [string]
-
Cause: Invalid lock parameters passed in for the get file lock routine. The user must pass in file as the lock type. Or, there is a lock mode mismatch. Exclusive locks are not allowed in read-only mode, and shared locks are not allowed in write-only mode.
- ORA-48131: error encountered when attempting to tell the file position
-
Cause: An error was encountered when attempting to tell the file position using the ADR file interface.
- ORA-48132: requested file lock is busy, [string] [string]
-
Cause: The requested file lock is busy because another process is holding the file lock.
- ORA-48133: file descriptor has already been opened [string] [string]
-
Cause: The specified file descriptor has already been opened.
- ORA-48134: invalid file descriptor state for operation, string, string, string
-
Cause: The state of the file descriptor was invalid for the requested operation. An example is that a file was opened for read, but a write operation to the file was requested.
- ORA-48135: uninitialized file descriptor
-
Cause: The specified file descriptor is uninitialized.
- ORA-48136: directory already exists [string]
-
Cause: Operation failed because the specified directory already exists.
- ORA-48137: uninitialized file handle
-
Cause: The specified file handle is uninitialized.
- ORA-48138: invalid directory name input for client address
-
Cause: An invalid directory name was specified as part of the address path specification.
- ORA-48139: invalid input to ADR initialization routine
-
Cause: There was an invalid input to the ADR initialization routine.
- ORA-48140: the specified ADR Base directory does not exist [string]
-
Cause: The specified ADR Base Directory does not exist.
- ORA-48141: error creating directory during ADR initialization [string]
-
Cause: Error encountered when creating a directory during the initialization of the ADR subsystem.
- ORA-48142: invalid permissions input for change permissions
-
Cause: Invalid permissions passed into change permissions routine.
- ORA-48143: error changing permissions for a file
-
Cause: Error encountered while changing the permissions for a file
- ORA-48144: error encountered while performing standard file I/O
-
Cause: Error encountered while performing standard file I/O
- ORA-48145: invalid seek location, [string], [string]
-
Cause: Invalid seek location specified for routine.
- ORA-48146: missing read, write, or exec permission on directory during ADR initialization [string] [string]
-
Cause: Error encountered when checking if the process has read, write, and exec privileges on directories needed by the ADR subsystem. This error occurs during the initialization of the ADR subsystem.
- ORA-48147: invalid home location specification for ADR, [string], [string], [string]
-
Cause: Invalid read or write home location specification for ADR.
- ORA-48148: error encountered when attempting to move a file
-
Cause: There was an error encountered when attempting to move a file with the ADR file interface.
- ORA-48149: error encountered when attempting to copy a file
-
Cause: There was an error encountered when attempting to copy a file with the ADR file interface.
- ORA-48150: error encountered with set current working directory
-
Cause: There was an error with setting the current working directory.
- ORA-48151: error getting operating system time for a file
-
Cause: Error encountered while getting the operating system time for a file.
- ORA-48152: lock table is full
-
Cause: Lock table is full - too many locks granted
- ORA-48153: error encountered when getting ADR base directory default
-
Cause: There was an error encountered when attempting to get the ADR base directory default value.
- ORA-48154: reached end of file for alert log
-
Cause: The end of file was reached for reading the Alert Log. There are no more messages to read in the Alert Log.
- ORA-48155: error encountered when read alert log [string]
-
Cause: There was an error encountered when attempting to read a message from the Alert Log.
- ORA-48156: Alert log purge has occurred - retry operation
-
Cause: The purge of the alert log has occurred.
- ORA-48157: null input to ADR initialization
-
Cause: There was an null input to the ADR initialization routine.
- ORA-48158: invalid input for ADR base directory
-
Cause: An invalid input was passed in for the ADR base directory name. The ADR base directory name is either NULL or too long of a string.
- ORA-48159: invalid input for ADR product type
-
Cause: An invalid input was passed in for the ADR product type. The ADR product type is out of bounds.
- ORA-48160: invalid input for ADR product id
-
Cause: An invalid input was passed in for the ADR product id. The ADR product id is either NULL or too long of a string.
- ORA-48161: invalid input for ADR instance id
-
Cause: An invalid input was passed in for the ADR instance id. The ADR instance id is either NULL or too long of a string.
- ORA-48162: string buffer too small to hold input, [string], [string], [string]
-
Cause: The string buffer is too small to copy an input string into.
- ORA-48163: error concatenating directory onto path, [string], [string], [string]
-
Cause: Error encountered while concatenating a directory onto a path name.
- ORA-48164: error concatenating file onto path, [string], [string], [string]
-
Cause: Error encountered while concatenating a directory onto a path name.
- ORA-48165: user missing read, write, or exec permission on specified ADR Base directory [string]
-
Cause: The specified ADR Base Directory does not have the correct permissions.
- ORA-48166: error with opening ADR block file because file does not exist [string] [string]
-
Cause: An error was encountered with opening an ADR block file because the file does not exist.
- ORA-48167: invalid argument for checking ADR initialization
-
Cause: Invalid arguments were specified for the routine to check ADR initialization.
- ORA-48168: the ADR sub-system is not initialized
-
Cause: The ADR subsystem has not been initialized. The requested operation cannot be performed.
- ORA-48169: incorrect arguments to ADR deferred initialization
-
Cause: There are incorrect arguments to the ADR deferred initialization.
- ORA-48170: unable to lock file - already in use
-
Cause: the file is locked by another process, indicating that it is currently in use by another process
- ORA-48171: unable to get share lock - file not readable
-
Cause: share lock request was made on a file not open for read access.
- ORA-48172: unable to find a valid ADR base
-
Cause: Unable to find a valid ADR base. We tried the ORACLE_BASE, ORACLE_HOME, home, and tmp directories, but none of the directories exist for read/write access.
- ORA-48173: error checking directory existence during ADR initialization [string]
-
Cause: Error encountered when checking directory existence during the initialization of the ADR subsystem. Either the diag or product type directory does not exist underneath the ADR base.
- ORA-48174: error encountered with get current working directory
-
Cause: There was an error with getting the current working directory.
- ORA-48175: the path name must not contain the string '..'.
-
Cause: The specified path name contains '..'.
- ORA-48176: error translating a path name into its full path name
-
Cause: An error was encountered when translating a path name into its full path name.
- ORA-48177: file name with full path information [string] not allowed
-
Cause: Input was incorrectly specified for the file name. The inputted file name is greater than the maximum length, or the file name has path information. In this case, the file name should not have any path information. The path information should be specified in a separate argument.
- ORA-48178: error encountered while reading an ADR block file during ADR initialization [string]
-
Cause: An error was encountered while reading an ADR block file during the initialization of the ADR subsystem.
- ORA-48179: OS file synchronization failure
-
Cause: OS command to synchronize the changes to a file with the operating system failed.
- ORA-48180: OS open system call failure
-
Cause: OS open system call failed. The system failed to open or create a file in the requested mode.
- ORA-48181: OS write system call failure
-
Cause: OS write system call failed. The system failed to write to a file.
- ORA-48182: OS read system call failure
-
Cause: OS read system call failed. The system failed to read to a file.
- ORA-48183: OS close system call failure
-
Cause: OS close system call failed. The system failed to close a file.
- ORA-48184: OS seek system call failure
-
Cause: OS seek system call failed. The system failed to seek to a position in a file.
- ORA-48185: OS file size system call failure
-
Cause: OS file size call failed. The system failed to retrieve the file size for a file.
- ORA-48186: OS check file exists system call failure
-
Cause: OS check file exists system call failed. The system failed to perform the check file exists command for a file.
- ORA-48187: specified directory does not exist
-
Cause: The specified directory does not exist.
- ORA-48188: user missing read, write, or exec permission on specified directory
-
Cause: The user does not have valid permissions on the specified directory. The user is missing either the read, write, or execute permission.
- ORA-48189: OS command to create directory failed
-
Cause: The OS command to create a directory failed.
- ORA-48190: OS unlink system call failure
-
Cause: OS unlink system call failed. The system failed to perform unlink on the specified file.
- ORA-48191: user missing read or write permission on specified file
-
Cause: The user does not have valid permissions on the specified file. The user is missing either the read or write permission.
- ORA-48192: OS command to move a file failed
-
Cause: The OS command to move a file failed.
- ORA-48193: OS command to open a directory failed
-
Cause: The OS command to open a directory failed.
- ORA-48194: OS command to close a directory failed
-
Cause: The OS command to close a directory failed.
- ORA-48195: OS command to remove a directory failed
-
Cause: The OS command to remove a directory failed.
- ORA-48196: OS command to release advisory lock failed
-
Cause: The OS command to release the advisory lock failed
- ORA-48197: OS command to get the file status failed
-
Cause: The OS command to get the file status failed. This could be because the file is not open or file descriptor is invalid.
- ORA-48198: OS command to change the file permissions failed
-
Cause: The OS command to change the file permissions failed.
- ORA-48199: OS command to copy a file failed
-
Cause: The OS command to copy a file failed.
- ORA-48200: Illegal Input Argument [string]
-
Cause: An illegal argument was passed in.
- ORA-48201: Field Length Exceeds Maximum [string] [string] [string]
-
Cause: An illegal field length was used.
- ORA-48202: Illegal Identifier [string] [string]
-
Cause: Illegal identifier specified.
- ORA-48203: Illegal Data Type [string]
-
Cause: Illegal data type specified.
- ORA-48204: Illegal Identifier Length [string] [string] [string]
-
Cause: The input identifier is too long.
- ORA-48205: Record Length too Big [string] [string] [string]
-
Cause: The sum of the maximum lengths of all fields exceeds the maximum record length that is supported.
- ORA-48206: Illegal Number of Fields [string] [string] [string]
-
Cause: The number of fields specified exceeds the supported maximum.
- ORA-48207: Illegal Field Name [string]
-
Cause: The field name is invalid.
- ORA-48208: Duplicate Field Names [string]
-
Cause: The list of fields specified contains a duplicate field.
- ORA-48209: Relation Already Exists
-
Cause: The relation already exists.
- ORA-48210: Relation Not Found
-
Cause: The relation was not found.
- ORA-48211: Illegal Access Mode [string] [string]
-
Cause: The supplied access mode is not recognized.
- ORA-48212: Open Record Access Not Done
-
Cause: The open record access call was not performed.
- ORA-48213: Incorrect Access Mode for Operation [string] [string]
-
Cause: The relation was opened in a mode not compatible with the attempted operation being done.
- ORA-48214: Sequence Overflow [string] [string] [string]
-
Cause: The sequence number will exceed the system maximum.
- ORA-48215: Sequence Invalid Operation [string] [string]
-
Cause: The specified sequence operation is not valid.
- ORA-48216: Field Len Exceeds Max Field Length [string] [string] [string] [string]
-
Cause: The field length specified exceeds the defined maximum for the field.
- ORA-48217: Out of Space on Device
-
Cause: The storage subsystem is out of space.
- ORA-48218: Duplicate Key Name [string] [string]
-
Cause: The key name already exists.
- ORA-48219: Key Name Doesn't Match Any Existing Key
-
Cause: The key name provided doesn't match an existing key.
- ORA-48220: Too Many Keys Defined [string] [string]
-
Cause: A key is trying to be created that exceeds the maximum number of keys supported.
- ORA-48221: Key Exceeds Maximum Allowed Length [string] [string] [string]
-
Cause: The sum of the lengths of the fields in the key exceeds the maximum length supported.
- ORA-48222: Predicates/Order By Not Allowed
-
Cause: A predicate or order by can not be added after fetch has started.
- ORA-48223: Interrupt Requested - Fetch Aborted - Return Code [string] [string]
-
Cause: User interrupt has occurred.
- ORA-48224: DDL has occurred since parse - reparse [string] [string] [string]
-
Cause: Another session has performed a DDL (i.e. add field, create key, drop key) that prevents this session from being to continue.
- ORA-48225: No More Space in Order By Buffer
-
Cause: The order by buffer size is not sufficient for the number of rows.
- ORA-48226: No Fetch in Progress
-
Cause: An attempt to perform update or delete has occurred without a fetch.
- ORA-48227: Invalid Relation File - [string] [string] [string] [string]
-
Cause: The AMS file is invalid or corrupt.
- ORA-48228: Missing Define Call [string]
-
Cause: A call to define was not performed before doing a fetch.
- ORA-48229: Invalid Relation Handle Provided [string] [string]
-
Cause: An invalid or corrupt relation handle was used.
- ORA-48230: Expression arguments must match types
-
Cause: Incorrect type semantics for fields in the predicate.
- ORA-48231: Predicate syntax error
-
Cause: A syntax error exists in the predicate string.
- ORA-48232: Debug command syntax error [string]
-
Cause: An invalid debug command has been specified.
- ORA-48233: Invalid Field Handle [string] [string] [string]
-
Cause: The field handle is invalid.
- ORA-48238: Invalid Surrogate Length Specified [string] [string]
-
Cause: An invalid length during create field was specified
- ORA-48239: Invalid Predicate Handle Provided [string] [string]
-
Cause: An invalid or corrupt relation handle was used.
- ORA-48240: Field is NOT NULL but NULL value supplied
-
Cause: A field [%s] declared to not allow nulls contains a null value.
- ORA-48242: Fields that are NOT NULL can not use surrogates
-
Cause: NOT NULL fields can not have surrogates specified.
- ORA-48243: Additional Fields must be declared nulls allowed
-
Cause: A field can not be added to a relation that is defined NOT NULL
- ORA-48244: Purge for Retention can't be called while in an Query
-
Cause: A query is already running - purge for retention can't be invoked
- ORA-48245: Attempt to Update/Delete when at EOF
-
Cause: The fetch operation is positioned at EOF - can not update/delete
- ORA-48246: Illegal Operation on External Relation
-
Cause: An illegal call was made using an external relation
- ORA-48247: Predicate Conversion Error string
-
Cause: A time conversion failed
- ORA-48248: Function string type check error; ityp = string typ = string arg = string
-
Cause: Invalid inputs to the specified function
- ORA-48251: Failed to open relation due to following error
-
Cause: See error below in the error stack
- ORA-48252: Relation does not require migration
-
Cause: Relation on disk is compatible with the current code
- ORA-48258: AMS Corrupt Page Found - Rebuild Relation
-
Cause: A corrupted page has been found.
- ORA-48259: AMS Relation not Created Correctly
-
Cause: Create relation failed
- ORA-48260: Function string not found
-
Cause: A reference to a function that is not valid was found
- ORA-48262: Sequence references not allowed in predicates
-
Cause: References to currval or nextval not allowed
- ORA-48263: Currval not set yet - use nextval
-
Cause: References to currval can't occur until a nextval is done
- ORA-48265: Incorrect number of arguments (string) provided - expected (string)
-
Cause: Number of arguments to function is incorrect
- ORA-48291: Field name string can't be unique resolved
-
Cause: Field name appears in more than one relation
- ORA-48292: Can't use outer join syntax mixed with inner join syntax
-
Cause: The join condition was specified using both inner and outer join elements"
- ORA-48293: Outer join syntax not allowed without a join
-
Cause: Using outer join syntax in the predicate without doing a join
- ORA-48300: Incident Record Already Exists
-
Cause: trying to create an incident that already exists
- ORA-48301: An Invalid Incident ID was specified
-
Cause: the specified incident ID was invalid
- ORA-48302: Incident Directory does not exist
-
Cause: the incident directory was not found
- ORA-48303: Exceeded max Incident Sequence Value
-
Cause: the maximum supported incident sequence value was exceeded
- ORA-48304: incident staging file not found
-
Cause: the incident staging file is missing
- ORA-48305: incident ID range is too large
-
Cause: the maximum incident sequence value was exceeded
- ORA-48309: illegal incident state transition, [string] to [string]
-
Cause: the incident cannot be moved to the new state
- ORA-48310: Incident string staging file not found
-
Cause: the incident staging file does not exist
- ORA-48311: Invalid field name [string]
-
Cause: the specified field name is invalid
- ORA-48312: Sweep incident string staging file failed
-
Cause: the sweep action of incident staging file failed
- ORA-48313: Updates not allowed on ADR relation [string] of Version=string
-
Cause: Update operations not supported on this version of ADR relation
- ORA-48314: Invalid ADR Control parameter [string]
-
Cause: the specified control parameter is invalid
- ORA-48315: ADR unavailable
-
Cause: the ADR directory is not available
- ORA-48316: relation [string] unavailable or cannot be created
-
Cause: the ADR relation is not available
- ORA-48317: ADR Relation [string] of version=string is obsolete
-
Cause: the version of ADR relation is too old and not supported
- ORA-48318: ADR Relation [string] of version=string cannot be supported
-
Cause: the version of ADR relation is too new and cannot be supported
- ORA-48319: Update operation on ADR relation [string] not allowed
-
Cause: updates to foreign ADR relation cannot be supported
- ORA-48320: Too many incidents to report
-
Cause: the result set of incidents is too large to handle
- ORA-48321: ADR Relation [string] not found
-
Cause: the required ADR relation is missing, ADR may be corrupted
- ORA-48322: Relation [string] of ADR V[string] incompatible with V[string] tool
-
Cause: the tool version is incompatible with the ADR version
- ORA-48323: Specified pathname [string] must be inside current ADR home
-
Cause: A file outside of ADR home was not allowed for this type of file.
- ORA-48324: Incompatible staging file encountered
-
Cause: sweep incident failed because staging file is incompatible
- ORA-48339: view [string] does not exist
-
Cause: view has not been created
- ORA-48340: operation not supported on view [string]
-
Cause: unsupported (dml) operation on views
- ORA-48341: Field [string] not a grouping field
-
Cause: the field name specified is not a grouping field
- ORA-48342: Field [string] cannot be mixed with string fields
-
Cause: the specified field is incompatible with other grouping fields
- ORA-48343: invalid field [string] reference in string clause
-
Cause: the specified field in the specified clause is invalid
- ORA-48344: Invalid Name [string] specified
-
Cause: Either the name refers to an existing object or violates the reserved namespace rules.
- ORA-48345: Timeout encountered during operation
-
Cause: The attempted operation conflicted with another operation that was already being executed.
- ORA-48400: ADRCI initialization failed
-
Cause: The ADR Base directory does not exist
- ORA-48401: SET command requires arguments
-
Cause: No arguments are input for the SET command
- ORA-48402: Variable is not defined
-
Cause: No substitution value is input.
- ORA-48403: DEFINE or UNDEFINE command has no arguments
-
Cause: DEFINE and UNDEFINE command need users to input the substitution variable name.
- ORA-48404: RUN or @ command has no arguments
-
Cause: RUN and @ commands need users to input script filename
- ORA-48405: The option in the command is invalid
-
Cause: The option is not allowed in the command
- ORA-48406: ECHO or TERMOUT status must be set to ON or OFF
-
Cause: the status of ECHO and TERMOUT commands must be ON or OFF
- ORA-48407: DESCRIBE and QUERY commands need at least relation name argument
-
Cause: This is no relation name is input as argument
- ORA-48408: The incident number exceeds the maximum number [string]
-
Cause: The input incident number exceeds the maximum number
- ORA-48409: The ADR homes exceed the maximum number [string]
-
Cause: The input ADR homes number exceeds the maximum number
- ORA-48410: The trace path exceeds the maximum number [string]
-
Cause: The input trace path exceeds the maximum number
- ORA-48411: The trace files exceed the maximum number [string]
-
Cause: The input trace file path number exceeds the maximum number
- ORA-48412: The parameters exceed the maximum number [string]
-
Cause: The input parameter number exceeds the maximum number
- ORA-48413: The number of orderby fields exceeds maximum number [string]
-
Cause: The orderby field number exceeds the maximum number
- ORA-48414: The string in the execution option exceeds maximum length [string]
-
Cause: The string length is too long
- ORA-48415: Syntax error found in string [string] at column [string]
-
Cause: Parsing error found in the user input string
- ORA-48419: Illegal arguments
-
Cause: The input argument is illegal
- ORA-48421: Predicate string in the command must be single or double quoted
-
Cause: The predicate string is not single or double quoted
- ORA-48422: Invalid relation field type [string]
-
- ORA-48423: IMPORT command must have a filename
-
Cause: File name is missing from the command
- ORA-48424: SHOW TRACE command needs argument
-
Cause: SHOW TRACE command needs arguments
- ORA-48426: The initialization filename is too long
-
Cause: The initialization filename length exceeds the maximum length
- ORA-48427: Unknown command
-
- ORA-48428: Input command string exceeds max length [string]
-
Cause: The current command string is too long and exceeds the limit
- ORA-48429: Variable name [string] is an invalid identifier
-
Cause: The substitution variable name is not a valid identifier
- ORA-48430: Cannot read the parameter
-
- ORA-48431: Must specify at least one ADR home path
-
Cause: The command syntax requires at least one ADR home path to be input
- ORA-48432: The ADR home path [string] is not valid
-
Cause: The adr home user inputs is not valid, which may due to the path does not exist.
- ORA-48433: Unknown help topic
-
Cause: The input topic is unknown
- ORA-48434: No DDE commands are input
-
Cause: No DDE commands are input
- ORA-48435: Input a trace file
-
Cause: Show trace expects a trace file
- ORA-48436: File [string] does not exist
-
Cause: the file does not exist
- ORA-48437: No IPS commands are input
-
Cause: No IPS commands are input
- ORA-48438: [string] is not a valid number
-
Cause: The input number is not valid
- ORA-48439: The input path name exceeds the maximum length [string]
-
Cause: The input path name is too long
- ORA-48440: Variable [string] is already defined
-
Cause: The variable name is defined previously
- ORA-48441: The function parameter number exceeds the maximum number [string]
-
Cause: The function parameter number exceeds the maximum number
- ORA-48442: The number of control parameters exceeds the maximum allowed [string].
-
Cause: The control parameters exceeded the maximum number allowed.
- ORA-48443: Trace Record type appears in the middle of the path
-
Cause: The trace record cannot be in the middle of the path
- ORA-48444: The single "." and "*" cannot appear in the middle of the path
-
Cause: The single "." and "*" appears in the middle of the path
- ORA-48445: Path expression only supports one bucket dump type
-
Cause: The path expression only supports one bucket dump"
- ORA-48446: The command needs path input
-
Cause: No path is input as a parameter
- ORA-48447: The input path [string] does not contain any ADR homes
-
Cause: The input path does not contain ADR homes
- ORA-48448: This command does not support multiple ADR homes
-
Cause: There are multiple homes in the current adr setting.
- ORA-48449: Tail alert can only apply to single ADR home
-
Cause: There are multiple homes in the current setting
- ORA-48450: Syntax:\n
-
- ORA-48451: adrci [-help] [-script script_filename]\n\n
-
- ORA-48452: Options Description (Default)\n
-
- ORA-48453: -----------------------------------------------------------------\n
-
- ORA-48454: script script file name (None) \n
-
- ORA-48455: help help on the command options (None) \n
-
- ORA-48456: -----------------------------------------------------------------\n
-
- ORA-48457: ADRCI core dumped
-
Cause: It is adrci internal error.
- ORA-48458: "show incident" failed due to the following errors
-
Cause: There could be a bug or users do not have the access permission
- ORA-48459: "describe" command only supports one ADR home path
-
Cause: Multiple ADR home paths in the command
- ORA-48460: The home path [string] is not valid
-
Cause: The input home path is not valid home path
- ORA-48461: "describe" failed due to the following errors
-
Cause: Underlying code failed
- ORA-48462: Fatal error encountered in [string]
-
Cause: Fatal error encountered
- ORA-48463: The value buffer reached the maximum length [string]
-
Cause: The value buffer is full
- ORA-48464: The predicate buffer reached the maximum length [string]
-
Cause: The predicate buffer is too small
- ORA-48465: The specified type [string] is undefined
-
Cause: The purge type specified is undefined
- ORA-48466: Internal failure, the report context is not initialized
-
Cause: Internal problem failure.
- ORA-48467: "string" for the keyword "string" is not a valid number
-
Cause: The keyword value is not a valid number
- ORA-48468: "string" is not a valid keyword
-
Cause: The keyword is not defined for the command
- ORA-48469: Keyword "string" cannot be duplicated
-
Cause: The command can only allow one key with the name
- ORA-48470: Unknown "string" command
-
Cause: The command is not valid
- ORA-48472: Invalid product name
-
Cause: The product name provided does not exist
- ORA-48473: Internal failure, unknown return code [string]
-
Cause: Internal program failure
- ORA-48474: Syntax error specifying product, must not be NULL
-
Cause: The product clause is being used, but no product name is provided
- ORA-48475: [string] is not a valid timestamp
-
Cause: The input timestamp string is not in valid format
- ORA-48476: Cannot write the results out to a file, please check if \nthe environment variable TMPDIR is set or the current directory is \nnot writable
-
Cause: The current path may not be writable
- ORA-48477: The input path does not contain any valid ADR homes
-
Cause: The input path does not contain any valid ADR homes
- ORA-48478: No alert messages are created
-
Cause: No alert messages are created
- ORA-48479: No HM runs are created
-
Cause: There is no hm runs
- ORA-48480: No incidents are created
-
Cause: There is no incident
- ORA-48481: Report is not available
-
Cause: The requested report does not exist"
- ORA-48482: Report is not generated
-
Cause: The requested report is not ready to be generated
- ORA-48483: Spooling failed, it may be because the spool file cannot be created due to a permission issue
-
Cause: The spooling filename may not be valid or the file cannot be created
- ORA-48484: Run script failed, it may be because the script file does not exist
-
Cause: The script file may not exist
- ORA-48485: The file exceeds the maximum length [string]
-
Cause: The filename is too long
- ORA-48486: The file [string] exceeds the maximum length [string]
-
Cause: The filename is too long
- ORA-48487: The internal predicate string exceeds the maximum length [string]
-
Cause: The predicate string exceeds the maximum length
- ORA-48488: The predicate string exceeds the maximum length [string]
-
Cause: The input predicate string exceeds the maximum length
- ORA-48489: The input exceeds the maximum length [string]
-
Cause: The input exceeds the maximum length
- ORA-48490: The field number exceeds the maximum number [string]
-
Cause: The input field number exceeds the maximum number
- ORA-48491: The program name is too long, exceeds the maximum length [string]
-
Cause: the program name length exceeds the maximum length setting
- ORA-48492: The report component name is not defined
-
Cause: the report component name does not exist
- ORA-48493: Sweep command needs parameters
-
Cause: sweep command needs parameter
- ORA-48494: ADR home is not set, the corresponding operation cannot be done
-
Cause: The adr home is not set in the current adrci session
- ORA-48495: Interrupt requested
-
Cause: User requested to interrupt the current action
- ORA-48496: "string" is a mandatory keyword for the command
-
Cause: The keyword is not specified for the command
- ORA-48497: "string" is an invalid product type
-
Cause: The product type is not registered
- ORA-48499: The value of the keyword "string" exceeds the maximum length string
-
Cause: The keyword value is too long
- ORA-48500: File Write Error [string] [string]
-
Cause: Number of bytes written differs from number requested. Possibly due to out of disk space.
- ORA-48501: File Read Error [string] [string]
-
Cause: Number of bytes read differs from number requested. Possibly due due to corrupted file.
- ORA-48502: Invalid Command Line - Missing Required Elements
-
Cause: Missing required command line arguments.
- ORA-48503: Invalid Parameter Specified
-
Cause: Invalid input parameter supplied.
- ORA-48504: Relation Parameter Must be Specified
-
Cause: Relation parameter must be specified during ADR export.
- ORA-48505: File Parameter Must be Specified
-
Cause: File parameter must be specified during ADR import.
- ORA-48506: Existing Relation at different version than export [string] [string]
-
Cause: Attempting to import into an existing relation and the schema version of that relation differs from the schema of the relation that was exported.
- ORA-48507: Predicate Not Allowed during Import
-
Cause: The predicate option is not allowed during ADR import.
- ORA-48508: Export File Version [string] Can Not be Used by Import [string]
-
Cause: The version of the export file is not able to be read by this version of ADR import.
- ORA-48509: Error occurred during operation. See the following errors
-
Cause: An underlying error has occurred.
- ORA-48510: Can not export an in memory relation
-
Cause: In memory relations can not be exported.
- ORA-48600: HM run with name [string] already exists
-
Cause: The specified run name already existed.
- ORA-48615: Parameter [string] value not specified
-
Cause: Run was invoked without specifying the parameter and its value
- ORA-48617: Parameter [string] value [string] length exceeds the maximum limit [string]
-
- ORA-48618: Invalid HM run name specified
-
Cause: An invalid Health Monitor (HM) run name was specified.
- ORA-48800: "string" for the keyword "string" is not in the right format of timestamp
-
Cause: The value format is not right
- ORA-48801: The option "string" is duplicated
-
Cause: The option has been specified more than once
- ORA-48802: The options "%0!s" and "%1!s" are mutually exclusive.
-
Cause: An attempt was made to specify the two options together.
- ORA-48803: The keyword "string" is not defined for this command
-
Cause: The keyword is invalid
- ORA-48804: The command needs at least one file input
-
Cause: No files are specified to view
- ORA-48805: BEGIN BACKUP issued already - must do an END BACKUP first
-
Cause: A begin backup was already issued.
- ORA-48806: Unknown Function Reference (string)
-
Cause: The function reference is not a valid function
- ORA-48807: The SET subcommand requires at least one additional parameter
-
Cause: An argument was not specified for the SET subcommand.
- ORA-48808: malformed SET CONTROL command - see "HELP SET CONTROL"
-
Cause: Improper syntax was specified for the SET CONTROL command.
- ORA-48809: The number of estimate parameters exceeds the maximum allowed [string].
-
Cause: The estimate parameters exceeded the maximum number allowed.
- ORA-48810: malformed ESTIMATE command - see "HELP ESTIMATE"
-
Cause: Improper syntax was specified for the ESTIMATE command.
- ORA-48900: Illegal Input Argument [string]
-
Cause: The input argument is invalid
- ORA-48902: Empty component specification
-
- ORA-48903: String [string] is not a valid library name
-
- ORA-48904: String [string] is not a valid component name
-
- ORA-48905: String [string] is not a valid operation name
-
- ORA-48906: Parser context is not valid
-
Cause: The parser context is not initialized
- ORA-48907: The end of file is reached
-
Cause: The end of file is reached
- ORA-48908: No trace files are found
-
Cause: This is no file in the navigator context, either it is done with parsing, or no file is pushed
- ORA-48909: Scan context is not initialized
-
Cause: The scan context is not initialized
- ORA-48912: The specified trace filename is too long
-
Cause: The resulting trace filename length exceeds the maximum length
- ORA-48913: Writing into trace file failed, file size limit [string] reached
-
Cause: An attempt was made to write into a trace file that exceeds the trace's file size limit
- ORA-48914: File position is not in right format
-
Cause: The file position format is not right
- ORA-48928: The predicate exceeds the max limit string
-
Cause: The predicate is too long, exceeds the max limit
- ORA-48929: The trace record size exceeded the max size that can be read [string]
-
Cause: A trace record is too large to be read by the ADR viewer
- ORA-48930: Cannot allocate memory for processing traces
-
Cause: A memory allocation request failed
- ORA-48934: invalid input for the file name identifier
-
Cause: An invalid input was given for the file name identifier. The file name is not allowed to have slashes ('', '/') and is not allowed to refer to the parent directory using the '..' characters.
- ORA-48936: The number of relations exceeds maximum number [string]
-
Cause: Too many relations listed
- ORA-48937: Feature (string) currently not allowed for SELECT
-
Cause: Feature is not allowed
- ORA-48938: View select column count differs from select alias list
-
Cause: The view alias list has a different number of fields than the select list"
- ORA-48939: Select * not allowed in a CREATE VIEW
-
Cause: * is currently not allowed for a create view select list
- ORA-49315: Invalid incident type specified [string]
-
Cause: The specified incident type is not defined in this ADR.
- ORA-49316: required environment variable not set [string]
-
Cause: The required environment variable was not set.
- ORA-49317: Action cannot be run in read-only database instance.
-
Cause: The database was not opened in read/write mode.
- ORA-49318: action cannot be run, database not available
-
Cause: The action could not connect to the database.
- ORA-49320: database error when executing action [string]
-
Cause: A database error occurred while executing the action.
- ORA-49404: No such package [string]
-
Cause: The specified package does not exist.
- ORA-49405: Cannot change package name [string] [string]
-
Cause: Attempted to change package name after package generation.
- ORA-49406: Undefined configuration parameter specified [string]
-
Cause: The specified configuration parameter was not found in ADR.
- ORA-49407: No unpacking history in this home
-
Cause: No packages were unpacked into this home.
- ORA-49408: Invalid home specified [string]
-
Cause: An invalid ADR_HOME was specified.
- ORA-49409: Incremental package provided when complete expected
-
Cause: No packages were unpacked into this home.
- ORA-49410: Not an IPS package
-
Cause: The specified file was not an IPS package.
- ORA-49412: Package ID does not match existing ID [string] [string]
-
Cause: The package ID in package file did not match previously unpacked packages.
- ORA-49413: Package name does not match existing name [string] [string]
-
Cause: The package name in package file did not match previously unpacked packages.
- ORA-49414: Package sequence later than expected [string] [string]
-
Cause: The package sequence in package file was later than expected.
- ORA-49415: Package sequence earlier than expected [string] [string]
-
Cause: The package sequence in package file was earlier than expected.
- ORA-49416: Earlier package sequence applied with FORCE option [string] [string]
-
Cause: An earlier package sequence was applied using the FORCE option.
- ORA-49417: Cannot modify already generated package
-
Cause: Attempted to change package attributes after package generation.
- ORA-49418: Invalid package name specified
-
Cause: An invalid Incident Packaging Service (IPS) package name was specified.
- ORA-49420: Package too large [string] [string]
-
Cause: The package is too large.
- ORA-49421: Maximum number of package files generated [string]
-
Cause: The command generated the maximum number of package files.
- ORA-49423: File outside ADR not allowed
-
Cause: The specified file is not within the ADR directory structure.
- ORA-49424: Directory outside ADR not allowed
-
Cause: The specified directory is not within the ADR directory structure.
- ORA-49425: File inside ADR not allowed
-
Cause: The specified file is within the ADR directory structure.
- ORA-49426: Directory inside ADR not allowed
-
Cause: The specified directory is within the ADR directory structure.
- ORA-49427: No such file or file not accessible [string]
-
Cause: The specified file does not exist or cannot be accessed.
- ORA-49428: No such directory or directory not accessible [string]
-
Cause: The specified directory does not exist or cannot be accessed.
- ORA-49429: File already exists and OVERWRITE option not specified [string]
-
Cause: The client attempted to create a file that already exists.
- ORA-49430: No such problem [string]
-
Cause: The specified problem does not exist.
- ORA-49431: No such incident [string]
-
Cause: The specified incident does not exist.
- ORA-49432: Problem not part of package [string]
-
Cause: The specified problem is not included in the package.
- ORA-49433: Incident not part of package [string]
-
Cause: The specified incident is not included in the package.
- ORA-49434: Invalid date format
-
Cause: An invalid format was used to specify a date
- ORA-49435: Flood-controlled incident not allowed here [string]
-
Cause: A flood-controlled incident cannot be included in a package
- ORA-49436: Date conversion error [string]
-
Cause: An invalid format was used to specify a date
- ORA-49440: Warnings while unpacking package, details in file string
-
Cause: There were some non-fatal errors when unpacking a package
- ORA-49441: Warnings while finalizing package, details in file string
-
Cause: There were some non-fatal errors when finalizing a package
- ORA-49450: Non-zero return code from archiving utility [string] [string]
-
Cause: The archiving utility (zip/unzip) returned a warning or error.
- ORA-49451: Archive file structure error [string] [string]
-
Cause: The archiving utility (zip/unzip) returned an error indicating that the archive file structure is incorrect.
- ORA-49452: Archiving utility out of memory [string] [string]
-
Cause: The archiving utility (zip/unzip) returned an error indicating that it was unable to allocate enough memory.
- ORA-49453: Invalid command invoking archiving utility [string] [string]
-
Cause: The archiving utility (zip/unzip) was invoked with an invalid command line, or with invalid options.
- ORA-49454: Archive is missing or empty [string] [string]
-
Cause: The specified archive does not exist, or is empty.
- ORA-49455: Archive I/O failed [string] [string]
-
Cause: An attempt to create, write to or read from an archive failed.
- ORA-49456: Operation failed due to insufficient disk space [string] [string]
-
Cause: An operation on an archive failed due to insufficient disk space.
- ORA-49601: syntax error: found "string": expecting one of: "string" etc..
-
Cause: Syntax error discovered when processing event specification
- ORA-49701: Parameter 'string' is NULL.
-
Cause: NULL was passed to a function that requires a non-NULL parameter.
- ORA-49702: unable to allocate 'string' bytes of external procedure call memory
-
Cause: An attempt to allocate memory in a C external procedure failed due to insufficient memory.
- ORA-49703: invalid ADR service name
-
Cause: A NULL or undefined Automatic Diagnostic Repository (ADR) service name was specified.
- ORA-49704: invalid incident ID
-
Cause: A NULL or nonpositive incident ID was specified.
- ORA-49800: ADR block file [string] could not be opened using direct I/O
-
Cause: An error was encountered when attempting to open an Automatic Diagnostic Repository (ADR) block file using O_DIRECT. The system automatically retries the open without using O_DIRECT.
- ORA-49802: missing read, write, or execute permission on specified ADR home directory [string]
-
Cause: The specified Automatic Diagnostic Repository (ADR) home directory did not have the correct permissions.
- ORA-49803: Purge not possible due to incompatible schema version.
-
Cause: The Automatic Diagnostic Repository (ADR) found on disk was different from the version in the library.
- ORA-49804: cannot modify ADR PDB parameter string
-
Cause: An attempt was made to alter the Automatic Diagnostic Repository (ADR) pluggable database (PDB) - only parameters from a non-consolidated database or root container of a consolidated database.
- ORA-49900: cannot modify parameter string
-
Cause: An attempt was made to alter the parameter from a non-consolidated database or pluggable database.
- ORA-51001: check [string] not found in HM catalog
-
Cause: checker name might have been misspelled
- ORA-51003: run parameters not formatted correctly
-
Cause: Run parameters were given in a wrong format
- ORA-51004: Check doesn't take any input params
-
Cause: run params were passed to the check, which doesn't take any inputs
- ORA-51006: unexpected delimiter ';' in the run params text
-
Cause: run params were not properly formatted.
- ORA-51007: parameter [string] not registered with this check
-
Cause: Wrong inputs were given to this check.
- ORA-51008: parameter [string] value is not a proper number
-
Cause: the given parameter value is a not a proper number
- ORA-51025: check name should be non NULL value
-
Cause: NULL value was passed for check name
- ORA-51035: invalid timeout value
-
Cause: User specified an invalid timeout value
- ORA-51036: check [string] can only be executed in database instance
-
Cause: An attempt was made to run database-specific check in ASM environment
- ORA-51037: check [string] can only be executed in ASM instance
-
Cause: An attempt was made to run ASM-specific check in a database environment
- ORA-51102: cannot change priority of a critical failure string
-
Cause: An attempt was made to change priority of a failure with CRITICAL priority.
- ORA-51103: cannot change priority of a closed failure string
-
Cause: An attempt was made to change priority of a closed failure.
- ORA-51105: cannot change priority of a failure to CRITICAL
-
Cause: An attempt was made to change priority of a failure to CRITICAL.
- ORA-51106: check failed to complete due to an error. See error below
-
Cause: While executing the check, an unexpected error occurred.
- ORA-51107: failures are changing too rapidly - retry command
-
Cause: Failures were added or closed during a Data Recovery Advisor command.
- ORA-51108: unable to access diagnostic repository - retry command
-
Cause: A lock or timeout error occurred when trying to read failure or repair data from the Automatic Diagnostic Repository.
- ORA-51109: repair script file is too large
-
Cause: Data Recovery Advisor generated a repair script file that was too large.
- ORA-51110: buffer size [string] is too small - [string] is needed
-
Cause: An internal buffer was too small.
- ORA-51111: failure revalidation timed out
-
Cause: Data Recovery Manager was unable to revalidate all failures before timing out.
- ORA-51190: Internal error [string], [string] from DBMS_IR
-
Cause: An unexpected error occurred while executing a routine in the DBMS_IR package.
- ORA-51191: Too many files opened
-
Cause: Data Recovery Advisor attempted to open too many files using the DBMS_IR package.
- ORA-51192: File not open
-
Cause: Data Recovery Advisor attempted to read or write from a file that was not open.
- ORA-51193: invalid parameter value
-
Cause: An invalid parameter value was supplied in a call to the DBMS_IR package.
- ORA-51303: illegal check mask value specified
-
Cause: An illegal check mask value was specified.
- ORA-51316: No check meta-data found on specified table string
-
Cause: No check meta-data was found for the object
- ORA-51700: Invalid file URL
-
Cause: A URL with invalid syntax was provided, either directly to the function or through an XML IMPORT or INCLUDE.
- ORA-51701: Invalid file URL or path prefix
-
Cause: Either a URL or path prefix with invalid syntax was provided.
- ORA-51702: Could not find file at URL provided
-
Cause: The file requested could not be found in the given location.
- ORA-51703: Missing body tag from HTML
-
Cause: An HTML document was passed to the function missing its body tag.
- ORA-51704: Error string received from XPath engine
-
Cause: An error was received from the XPath library during an XPath operation.
- ORA-51705: XML string error: string "string"
-
Cause: An error was received from an underlying XDK API and is being resignalled.