86 ORA-29250 to ORA-32799
- ORA-29250: Invalid index specifed in call to dbms_sql.bind_array
-
Cause: An invalid index was specified in a call to bind_array of dbms_sql. The index may have been null or of an improper value.
- ORA-29251: Index1 is greater than Index2 in call to dbms_sql.bind_array
-
Cause: The value of index1 was greater than the value for index2 in the call to bind_array. This is illegal since the elements of the table that will be bound are those with indexes greater than or equal to index1 and less than or equal to index2.
- ORA-29252: collection does not contain elements at index locations in call to dbms_sql.bind_array
-
Cause: The bound table does not contain elements at both index locations in call to bind_array of dbms_sql. This is illegal. Both index locations must contain elements. In other words tab.exists(index1) and tab.exists(index2) must both return true.
- ORA-29253: Invalid count argument passed to procedure dbms_sql.define_array
-
Cause: The count argument specified in the call to procedure define_array of package dbms_sql had an invalid value. Invalid values are negative numbers and nulls. The argument must be a positive integer.
- ORA-29254: Invalid lower_bound argument passed to procedure dbms_sql.define_array
-
Cause: The lower_bound argument specified in the call to procedure define_array had an invalid value. Legal values are all integers (both positive and negative) including zero. The null value is illegal.
- ORA-29255: Cursor contains both bind and define arrays which is not permissible
-
Cause: Both define_array and bind_array have been called on this cursor. This is illegal. It is not possible for a cursor to both contain array binds and array defines. The semantics of this setting are nonsensical. Array defines are used to move data from select queries into PL/SQL tables and array binds to bind PL/SQL tables to non-select queries.
- ORA-29256: Cursor contains both regular and array defines which is illegal
-
Cause: Both define_array and define_column have been called on this cursor. This is illegal. It is not possible for a cursor to both contain regular and array defines. The semantics of this setting are nonsensical. Array defines are used to move data from select queries into PL/SQL tables and regular defines to move data from select queries into PL/SQL variables.
- ORA-29257: host string unknown
-
Cause: The specified host was unknown.
- ORA-29258: buffer too small
-
Cause: The input or output buffer was too small for the operation.
- ORA-29259: end-of-input reached
-
Cause: The end of the input was reached.
- ORA-29260: network error: string
-
Cause: A network error occurred.
- ORA-29261: bad argument
-
Cause: A bad argument was passed to the PL/SQL API.
- ORA-29262: bad URL
-
Cause: An improperly formed URL was passed to the PL/SQL API.
- ORA-29263: HTTP protocol error
-
Cause: A HTTP protocol error occured during the HTTP operation.
- ORA-29264: unknown or unsupported URL scheme
-
Cause: The URL scheme was unknown or unsupported.
- ORA-29265: HTTP header not found
-
Cause: The requested HTTP header was not found.
- ORA-29266: end-of-body reached
-
Cause: The end of the HTTP response body was reached.
- ORA-29267: illegal call
-
Cause: The call to the PL/SQL API was illegal at the current stage of the operation.
- ORA-29268: HTTP client error string
-
Cause: The HTTP response indicated that the HTTP client error occurred.
- ORA-29269: HTTP server error string
-
Cause: The HTTP response indicated that the HTTP server error occurred.
- ORA-29270: too many open HTTP requests
-
Cause: Too many HTTP requests were opened.
- ORA-29271: not connected
-
Cause: The network connection was not made while the network operation was attempted.
- ORA-29272: initialization failed
-
Cause: The UTL_HTTP package failed to initialize.
- ORA-29273: HTTP request failed
-
Cause: The UTL_HTTP package failed to execute the HTTP request.
- ORA-29274: fixed-width multibyte character set not allowed for a URL
-
Cause: The character set used as an encoding of the URL is a fixed-width multibyte character set and is not allowed for a URL.
- ORA-29275: partial multibyte character
-
Cause: The requested read operation could not complete because a partial multibyte character was found at the end of the input.
- ORA-29276: transfer timeout
-
Cause: Timeout occurred while reading from or writing to a network connection.
- ORA-29277: invalid SMTP operation
-
Cause: The SMTP operation was invalid at the current stage of the SMTP transaction.
- ORA-29278: SMTP transient error: string
-
Cause: A SMTP transient error occurred.
- ORA-29279: SMTP permanent error: string
-
Cause: A SMTP permanent error occurred.
- ORA-29280: invalid directory object
-
Cause: A corresponding directory object does not exist.
- ORA-29281: invalid mode
-
Cause: An invalid value was specified for file open mode.
- ORA-29282: invalid file ID
-
Cause: A file ID handle was specified for which no corresponding open file exists.
- ORA-29283: invalid file operationstring
-
Cause: An attempt was made to read from a file or directory that does not exist, or file or directory access was denied by the operating system.
- ORA-29284: file read error
-
Cause: An attempt to read from a file failed.
- ORA-29285: file write error
-
Cause: Failed to write to, flush, or close a file.
- ORA-29286: internal error
-
Cause: A fatal error occurred while allocating PL/SQL session memory.
- ORA-29287: invalid maximum line size
-
Cause: An invalid maximum line size value was specified.
- ORA-29288: invalid file name
-
Cause: An invalid file name or a file name of an invalid length was specified.
- ORA-29289: directory access denied
-
Cause: A directory object was specified for which insufficient privilege was granted.
- ORA-29290: invalid offset specified for seek
-
Cause: An attempt was made to seek past the end of the file, or both the absolute and relative offsets were NULL, or absolute offset was less than zero.
- ORA-29291: file remove operation failed
-
Cause: A file deletion attempt was refused by the operating system.
- ORA-29292: file rename operation failed
-
Cause: A file rename attempt was refused by the operating system either because the source or destination directory does not exist or is inaccessible, or the source file isn't accessible, or the destination file exists.
- ORA-29293: A stream error occurred during compression or uncompression.
-
Cause: The stream state was discovered to be invalid during compression or uncompression, or an invalid compression quality was requested or a NULL or invalid compression parameter was detected.
- ORA-29294: A data error occurred during compression or uncompression.
-
Cause: An error occurred while compressing or uncompressing input source.
- ORA-29295: invalid mime header tag
-
Cause: An error occurred while scanning string for mime header tag
- ORA-29296: invalid encoded string
-
Cause: An error occurred while decoding the input string
- ORA-29297: The compressed representation is too big
-
Cause: The compressed output is too big to return.
- ORA-29298: Character set mismatch
-
Cause: The character set mode in which the file was opened did not match the character set of the read or write operation.
- ORA-29299: Invalid handle for piecewise compress or uncompress
-
Cause: The process program opened too many handles, and the specified handle was either uninitialized or outside a valid range.
- ORA-29300: ORACLE error, tablespace point-in-time recovery
-
Cause: Another ORACLE error occured in the DBMS_PITR package.
- ORA-29301: wrong DBMS_PITR package function/procedure order
-
Cause: The DBMS_PITR package function/procedure was called in an incorrect order.
- ORA-29302: database is not open clone
-
Cause: The database was not opened as a clone database.
- ORA-29303: user does not login as SYS
-
Cause: The user did not log in as SYS to perform tablespace point-in-time recovery in a clone database.
- ORA-29304: tablespace 'string' does not exist
-
Cause: The selected tablespace does not exist in the database.
- ORA-29305: cannot point-in-time recover tablespace 'string'
-
Cause: An attempt was made to ALTER the tablespace to be read only.
- ORA-29306: datafile string is not online
-
Cause: The selected datafile was not online.
- ORA-29307: datafile string error, string
-
Cause: The datafile is not ready for tablespace point-in-time recovery.
- ORA-29308: view TS_PITR_CHECK failure
-
Cause: Some objects which crossed the boundary of the recovery set were not allowed in the tabelspace point-in-time recovery.
- ORA-29309: export dump file was generated by different version of DBMS_PITR package
-
Cause: The version of DBMS_PITR is different from the version of the cloned database.
- ORA-29310: database is not open, or opened as a clone
-
Cause: Either the database was not open, or an attempt was made to open it as a cloned database.
- ORA-29311: export dump file was not generated by this database, string does not match
-
Cause: The export dump files were imported to an incorrect database.
- ORA-29313: tablespace 'string' cannot be imported twice
-
Cause: This is an internal error.
- ORA-29314: tablespace 'string' is not OFFLINE FOR RECOVER nor READ ONLY
-
Cause: Tablespace clean SCN is either 0 or invalid.
- ORA-29315: tablespace 'string' has been recreated
-
Cause: An attempt was made to recover a tablespace to a point-in-time before it was recreated.
- ORA-29316: datafile string been imported twice
-
Cause: This is an internal error.
- ORA-29317: datafile string does not exist
-
Cause: The specified datafile could not be found in the production database.
- ORA-29318: datafile string is online
-
Cause: The datafile is online.
- ORA-29319: datafile string is not correct
-
Cause: An incorrect datafile was copied to the production database. The datafile information in the export dump file differs with the information in the datafile in the production database.
- ORA-29320: datafile header error
-
Cause: An error occured during reading datafile header.
- ORA-29321: too many datafiles added since the point-in-time
-
Cause: Too many datafiles were added to the recovery set since the point-in-time recovery.
- ORA-29322: SCN string size too long -- maximum size 58 bytes/characters
-
Cause: Too many characters in specifying the SCN string
- ORA-29323: ALTER DATABASE SET COMPATIBILITY command not supported by string
-
Cause: The ALTER DATABASE SET COMPATIBILITY command failed because one or more instances do not support dynamic compatible setting change.
- ORA-29324: SET COMPATIBILITY release string format is wrong
-
Cause: It should be of the form x.x.x
- ORA-29325: SET COMPATIBILITY release number lower than string
-
Cause: The SET COMPATIBILITY release compatibility release number was lower than the current compatible setting.
- ORA-29326: SET COMPATIBILITY release number higher than string
-
Cause: The ALTER DATABASE SET COMPATIBILITY command failed because one or more instances had a lower release number.
- ORA-29327: unsupported client compatibility mode used when talking to the server
-
Cause: The client compatibility mode is higher than the version of the server.
- ORA-29328: too many datafiles in this tablespace 'string'
-
Cause: Too many datafiles in this bitmap tablespace. ORACLE does not support at this moment.
- ORA-29329: Table not of type XMLType
-
Cause: Table is not XMLType table
- ORA-29330: Source script length too big
-
Cause: Source script length exceeded the maximum size of 4 Gigabytes.
- ORA-29331: HTTP redirection string
-
Cause: The HTTP response indicated a redirection to another location.
- ORA-29335: tablespace 'string' is not read only
-
Cause: The tablespace is not read only.
- ORA-29336: Internal error [string] [string] from DBMS_PLUGTS
-
Cause: Internal error from package DBMS_PLUGTS.
- ORA-29337: tablespace 'string' has a non-standard block size (string)
-
Cause: The tablespace has a non-standard block size and making such a tablespace read-write is not permitted.
- ORA-29338: datafile string is in an undesired state (string, string)
-
Cause: The referred datafile is not in a state ready for tablespace copy operation. For example, the datafile may be offline. The datafile needs to be ONLINE, and either READ ONLY or READ WRITE.
- ORA-29339: tablespace block size string does not match configured block sizes
-
Cause: The block size of the tablespace to be plugged in or created does not match the block sizes configured in the database.
- ORA-29340: export file appears to be corrupted: [string] [string] [string]
-
Cause: This is caused either by a corrupted export file or by an Oracle internal error.
- ORA-29341: The transportable set is not self-contained
-
Cause: The set of objects in the set of tablespaces selected are not self-contained.
- ORA-29342: user string does not exist in the database
-
Cause: The referred user is one of the owners of data in the pluggable set. This user does not exist in the database.
- ORA-29343: user string (mapped from user string) does not exist in the database
-
Cause: The referred user is one of the owners of data in the pluggable set. This user does not exist in the database.
- ORA-29344: Owner validation failed - failed to match owner 'string'
-
Cause: The system failed to match the referred owner. There are two cases that this may occur. (1) This user owns data in the transportable set, but this user is not specified in the TTS_OWNERS list of the import command line option, assuming that TTS_OWNERS is specified. (2) This user is specified in the TTS_OWNER list, but this user does not own any data in the transportable set.
- ORA-29345: cannot plug a tablespace into a database using an incompatible character set
-
Cause: Oracle does not support plugging a tablespace into a database using an incompatible character set.
- ORA-29346: invalid tablespace list
-
Cause: the tablespace list supplied to dbms_tts.transport_set_check PL/SQL routine is in an incorrect format.
- ORA-29347: Tablespace name validation failed - failed to match tablespace 'string'
-
Cause: The system failed to match the referred tablespace. There are 2 cases that this may happen. (1) This tablespace is in the transportable set, but it is not specified in the TABLESPACES list of the import command line option, assuming that TABLESPACES is specified. (2) This tablespace is in the TABLESPACES list, but it is not in the transportable set.
- ORA-29348: You must specify the datafiles to be plugged in
-
Cause: The datafiles to be plugged in are not specified.
- ORA-29349: tablespace 'string' already exists
-
Cause: Tried to plug-in a tablespace which already exists.
- ORA-29350: server version string incompatible with package string version string
-
- ORA-29351: can not transport system, sysaux, or temporary tablespace 'string'
-
Cause: The referred tablespace is either the system tablespace, the sysaux tablespace, or a temporary tablespace.
- ORA-29352: event 'string' is not an internal event
-
Cause: The DBMS_SYSTEM.WAIT_FOR_EVENT procedure was called with an event name that is not an internal event.
- ORA-29353: The transportable list is too long.
-
Cause: The transportable list exceeds the buffer size of 32767.
- ORA-29354: cannot transport rekeying tablespace 'string'
-
Cause: An attempt to transport a tablespace, or unplug a pluggable database containing a tablespace in the middle of a tablespace encrypt, decrypt, or rekey failed.
- ORA-29355: NULL or invalid string argument specified
-
Cause: The named argument was either invalid or specified as a NULL
- ORA-29356: These parameters can be specified only for directives that refer to consumer groups.
-
Cause: A parameter was specified as an argument to procedure CREATE_PLAN_DIRECTIVE or UPDATE_PLAN_DIRECTIVE of package DBMS_RESOURCE_MANAGER that is not allowed when the GROUP_OR_SUBPLAN is a plan. Only the following parameters are allowed when GROUP_OR_SUBPLAN is a plan: - MGMT_P1, MGMT_P2, MGMT_P3, MGMT_P4 MGMT_P5, MGMT_P6, MGMT_P7, MGMT_P8 - UTILIZATION_LIMIT
- ORA-29357: object string already exists
-
Cause: The name specified as an argument to procedure CREATE_PLAN, CREATE_CDB_PLAN, CREATE_CONSUMER_GROUP, or CREATE_CATEGORY of package DBMS_RESOURCE_MANAGER was already in use.
- ORA-29358: resource plan string does not exist
-
Cause: An invalid plan name was specified as an argument to procedure UPDATE_PLAN or UPDATE_CDB_PLAN of package DBMS_RESOURCE_MANAGER.
- ORA-29359: invalid method name string specified for resource plan string
-
Cause: An invalid method was specified as an argument to procedure CREATE_PLAN or UPDATE_PLAN of package DBMS_RESOURCE_MANAGER.
- ORA-29360: resource plan string contains multiple directives for subplan string
-
Cause: A resource plan and its subplans had more than one directive for a particular subplan.
- ORA-29361: value string for string is outside valid range of 0 to 100
-
Cause: An invalid value was specified for a plan directive parameter.
- ORA-29362: plan directive string, string does not exist
-
Cause: A nonexistent plan directive was specified for procedure UPDATE_PLAN_DIRECTIVE or UPDATE_CDB_PLAN_DIRECTIVE of package DBMS_RESOURCE_MANAGER.
- ORA-29363: plan directive string, string is mandatory and cannot be modified or deleted
-
Cause: An attempt was made to modify a mandatory plan directive.
- ORA-29364: plan directive string, string already exists
-
Cause: An attempt was made to create a plan directive that already exists.
- ORA-29365: parameters string and string cannot both be set
-
Cause: An attempt was made to set both parameters.
- ORA-29366: invalid CONSUMER_GROUP argument specified
-
Cause: An invalid consumer group name was specified.
- ORA-29367: object string does not exist
-
Cause: A non-existent object name was specified as an argument to procedure CREATE_PLAN_DIRECTIVE of package DBMS_RESOURCE_MANAGER.
- ORA-29368: consumer group string does not exist
-
Cause: An non-existent consumer group was specified.
- ORA-29369: invalid method name string specified for consumer group string
-
Cause: An invalid method name was specified as an argument to procedure CREATE_CONSUMER_GROUP or UPDATE_CONSUMER_GROUP of package DBMS_RESOURCE_MANAGER.
- ORA-29370: pending area is already active
-
Cause: An attempt was made to activate a pending area that is already active.
- ORA-29371: pending area is not active
-
Cause: An attempt was made to make changes without creating a pending area.
- ORA-29372: value for argument string is too long; it must be less than or equal to string characters
-
Cause: An attempt was made to specify a string that exceeded the maximum length for that parameter.
- ORA-29373: resource manager is not on
-
Cause: An attempt was made to execute an operation that cannot be executed with the resource manager being off
- ORA-29374: resource plan string in top-plan string has no plan directives
-
Cause: A plan was created in the pending area that is an orphan or stand-alone.
- ORA-29375: sum of values string for level string, plan string exceeds string
-
Cause: The sum of plan directive parameter values for the specified plan level exceeded the limit specified.
- ORA-29376: number of consumer groups string in plan string exceeds string
-
Cause: The number of consumer groups in the specified plan was more than the limit specified.
- ORA-29377: consumer group string is not part of top-plan string
-
Cause: OTHER_GROUPS was not included as part of the specified top-plan. Each top plan must include the built-in consumer group OTHER_GROUPS.
- ORA-29378: invalid consumer group mapping priorities
-
Cause: The mapping priorities were not unique integers within the valid range.
- ORA-29379: resource plan string is involved in a loop in top-plan string
-
Cause: A loop was discovered while validating a top-plan.
- ORA-29380: resource plan string is currently active and cannot be deleted
-
Cause: An attempt was made to delete an active plan in the pending area. No changes can be made to active plans.
- ORA-29381: plan/consumer_group string referred to by another plan and cannot be deleted
-
Cause: An attempt was made to delete a plan or consumer group that is referred to by another plan.
- ORA-29382: validation of pending area failed
-
Cause: Invalid changes were attempted in the pending area.
- ORA-29383: all leaves of top-plan string must be consumer groups
-
Cause: An attempt was made to create or modify the specified top-plan but it has some plans as leaves.
- ORA-29384: number of consumer groups and subplans for plan string exceeds string
-
Cause: An attempt was made to create or modify the specified plan, but the plan has more than 28 consumer groups or subplans.
- ORA-29385: cannot create plan directive from string to string
-
Cause: An attempt was made to create a plan directive from a plan to itself.
- ORA-29386: plan or consumer group string is mandatory and cannot be deleted or modified
-
Cause: An attempt was made to delete or modify the specified mandatory plan or consumer group.
- ORA-29387: no top-plans found in the pending area
-
Cause: The VALIDATE_PENDING_AREA procedure found that either the intended top-plan(s) are involved in a loop or there are no top-plans.
- ORA-29388: plan/consumer_group string is part of more than one top-plan
-
Cause: An attempt was made to delete a subtree that includes a plan or consumer group that is part of more than one top-plan as part of procedure DELETE_PLAN_CASCADE or package DBMS_RESOURCE_MANAGER. Such a plan or consumer group cannot be deleted.
- ORA-29389: too many errors during validation
-
Cause: The number of errors detected during validation is too high.
- ORA-29390: some resource plans are not part of any top-plan
-
Cause: An attempt was made to create or modify some plans in the pending area that are not part of any top-plan
- ORA-29391: string and string must be mandatory to create a mandatory plan directive
-
Cause: An attempt was made to create a mandatory plan directive where either PLAN or GROUP_OR_SUBPLAN or both were not mandatory
- ORA-29392: cpu parameters for level string for plan string must be zero
-
Cause: The cpu parameters for the specified level had a non-zero value, which is not a valid value for the plan's current cpu policy.
- ORA-29393: user string does not exist or is not logged on
-
Cause: An invalid user name was specified as argument to procedure SET_INITIAL_CONSUMER_GROUP of package DBMS_RESOURCE_MANAGER or SWITCH_CONSUMER_GROUP_FOR_USER of package DBMS_SYSTEM or the specified user was not logged on.
- ORA-29394: session id string and serial# string do not exist
-
Cause: Invalid session id and serial# were specified as arguments to procedure SWITCH_CONSUMER_GROUP_FOR_SESS of package DBMS_SYSTEM.
- ORA-29395: cannot set the initial consumer group to string
-
Cause: An attempt was made to set the initial consumer group of a user to OTHER_GROUPS or an INTERNAL_USE group.
- ORA-29396: cannot switch group to string
-
Cause: An attempt was made to switch the consumer group of a user or a session to OTHER_GROUPS or an INTERNAL_USE group.
- ORA-29397: cannot grant/revoke switch privilege for string
-
Cause: An attempt was made to grant or revoke the privilege to switch to OTHER_GROUPS or an INTERNAL_USE group.
- ORA-29398: invalid privilege name specified
-
Cause: An invalid privilege name was specified as an argument to procedure GRANT_SYSTEM_PRIVILEGE or REVOKE_SYSTEM_PRIVILEGE of package DBMS_RESOURCE_MANAGER_PRIVS.
- ORA-29399: user string does not have privilege to switch to consumer group string
-
Cause: An attempt was made to set the initial consumer group of the specified user but the user does not have the privilege to switch to that group.
- ORA-29400: data cartridge error\nstring
-
Cause: An error has occurred in a data cartridge external procedure. This message will be followed by a second message giving more details about the data cartridge error.
- ORA-29401: data cartridge internal error [string]
-
Cause: The data cartridge encountered an unexpected condition. The argument is a string that identifies the internal error to Oracle development. This argument and the database version number are critical in identifying the root cause.
- ORA-29430: too many files open
-
Cause: Too many UTL_FILE files were opened.
- ORA-29431: empty directory path
-
Cause: The directory object mapped to an empty directory.
- ORA-29432: invalid file access
-
Cause: The file was opened in an unexpected mode.
- ORA-29433: path traverses a symlink
-
Cause: The directory path contained a symlink.
- ORA-29434: nonexistent file or path
-
Cause: The expected file or path did not exist.
- ORA-29435: cannot open file
-
Cause: There was an access error on the file.
- ORA-29436: link file object is disallowed
-
Cause: The file was a link.
- ORA-29437: unexpected "LFI" error
-
Cause: An internal error occurred in the UTL_FILE.
- ORA-29470: Effective userid or roles are not the same as when cursor was parsed
-
Cause: The effective userid or roles on this call to DBMS_SQL are not the same as those at the time the cursor was parsed.
- ORA-29471: DBMS_SQL access denied
-
Cause: DBMS_SQL access was denied due to security concerns.
- ORA-29472: DBMS_SQL.OPEN_CURSOR failed. security_level is outside the valid range of 0 to 2
-
Cause: An invalid security_level value was specified.
- ORA-29473: privilege checking level specified for 'string' must be between 0 and 2
-
Cause: Invalid privilege checking level specified.
- ORA-29474: DBMS_SQL.OPEN_CURSOR failed. security_level of 0 is not allowed
-
Cause: Security level of 0 is specified with DBMS_SQL.OPEN_CURSOR.
- ORA-29475: useLogonRoles=>TRUE not permitted with userid=>NULL
-
Cause: An unsupported combination of argument values was present in a call to DBMS_SYS_SQL.PARSE_AS_USER.
- ORA-29476: DBMS_SQL.CLOSE_CURSOR failed
-
Cause: An attempt was made to close a DBMS_SQL cursor while it was executing under its own context.
- ORA-29477: SQL statement size in bytes is too big
-
Cause: The size of the SQL statement exceeded 4 gigabytes -1.
- ORA-29478: Implicit result cannot be returned through this statement.
-
Cause: An attempt was made to return an implicit result through a statement type other than a PL/SQL or DML statement.
- ORA-29479: Cannot return any more implicit results, limit 2,147,483,647 reached.
-
Cause: An attempt was made to return more than the maximum number of implicit results permitted.
- ORA-29480: No more implicit results to retrieve.
-
Cause: An attempt was made to retrieve implicit results when none were available.
- ORA-29481: Implicit results cannot be returned to client.
-
Cause: An attempt was made to return implicit results to an older version client that is not capable of receiving these implicit results.
- ORA-29482: Cannot specify both userid or username and xs_sessionid
-
Cause: An unsupported combination of argument values was present in a call to DBMS_SYS_SQL.PARSE_AS_USER.
- ORA-29483: Cannot specify both userid and username
-
Cause: An unsupported combination of argument values was present in a call to DBMS_SYS_SQL.PARSE_AS_USER.
- ORA-29484: Cannot specify both xs_sessionid and useLogonRoles=>TRUE
-
Cause: An unsupported combination of argument values was present in a call to DBMS_SYS_SQL.PARSE_AS_USER.
- ORA-29485: Complex type bind or define is not a linked type.
-
Cause: A complex type bound or defined in one container, where cursor execution occurs in another container, was not an object or metadata linked type.
- ORA-29490: insufficient privilege
-
Cause: The ADM_PARALLEL_EXECUTE role needed to execute the subprogram was not granted.
- ORA-29491: invalid table for chunking
-
Cause: An attempt was made to chunk a table by ROWID, but the table was not a physical table or the table was an IOT. physical table or the table is an IOT.
- ORA-29492: invalid state for create chunk
-
Cause: An attempt was made to create chunks on a task which was not in the CREATED state.
- ORA-29493: invalid status
-
Cause: An attempt was made to set an invalid value to the chunk status.
- ORA-29494: invalid state for run task
-
Cause: An attempt was made to execute the task which was not in the CHUNKED state.
- ORA-29495: invalid state for resume task
-
Cause: An attempt was made to resume execution but the task was not the FINISHED_WITH_ERROR or CRASHED state.
- ORA-29496: Parameter [string] is null or its value length exceeds the maximum limit [string]
-
Cause: The input argument was null, or it exceeded the maximum length limit.
- ORA-29497: duplicate task name
-
Cause: A task with the same name was already in existence.
- ORA-29498: task not found
-
Cause: The task did not exist.
- ORA-29499: chunk not found
-
Cause: The specified chunk did not exist.
- ORA-29500: NAMED keyword is invalid in CREATE JAVA CLASS
-
Cause: A NAMED keyword was specified in the CREATE JAVA CLASS statement. NAMED keywords are valid only in CREATE JAVA SOURCE or RESOURCE statements.
- ORA-29501: invalid or missing Java source, class, or resource name
-
Cause: The required name for a Java source, class, or resource was invalid or missing.
- ORA-29502: NAMED keyword required in CREATE JAVA RESOURCE
-
Cause: The name for a Java resource was not specified. The name must be specified with the NAMED keyword.
- ORA-29503: SCHEMA keyword not valid with NAMED keyword
-
Cause: SCHEMA and NAMED keywords were used together in the same CREATE JAVA command, but only one may be used in a CREATE JAVA command.
- ORA-29504: invalid or missing schema name
-
Cause: The required schema name was invalid or missing.
- ORA-29505: AS keyword is invalid in CREATE JAVA CLASS or RESOURCE
-
Cause: The AS keyword was used in CREATE JAVA CLASS or RESOURCE. The AS keyword is valid only in CREATE JAVA SOURCE.
- ORA-29506: invalid query derived from USING clause
-
Cause: The USING clause did not form a valid query.
- ORA-29507: query derived from USING clause found zero or many rows
-
Cause: The USING clause defined a query that either did not return any values, or returned more than one value.
- ORA-29508: query derived from USING clause did not select a value of type string
-
Cause: The USING clause did not form a query that selects a value of the type specified by the term following the USING keyword.
- ORA-29509: incorrectly formed Java binary class definition
-
Cause: An attempt was made to create a Java class using data expected to be in binary (Java .class) format. The data was found not to be in this format, or to be incorrectly formed.
- ORA-29510: name, string.string, already used by an existing object
-
Cause: A CREATE JAVA command attempted to create a source, class, or resource object with a name that is already in use.
- ORA-29511: could not resolve Java class
-
Cause: A CREATE AND RESOLVE NOFORCE JAVA CLASS command specified definition data that could not be resolved, or resolution failed for some referenced class.
- ORA-29512: incorrectly formed name resolver specification
-
Cause: A name resolver was not specified in the required form: (( name pattern , schema name) ...)
- ORA-29513: referenced class name too long
-
Cause: An attempt was made to import a .class file containing a class name of length greater than %d. The .class file could not be imported because the referenced class name was too long.
- ORA-29514: class name contains illegal character
-
Cause: An attempt was made to import a .class file containing a character that cannot be converted to the server character set. The .class file could not be imported because of the illegal character.
- ORA-29515: exit called from Java code with status string
-
Cause: Java code included a call to java.lang.Runtime.exitInternal.
- ORA-29516: Aurora assertion failure: string
-
Cause: An internal error occurred in the Aurora module.
- ORA-29517: recursive resolution failed for a referenced class
-
Cause: An attempt to resolve a referenced class failed.
- ORA-29518: name string resolved to an object in schema string that is not a Java class
-
Cause: A referenced name was resolved to an object that is not a Java class.
- ORA-29519: name string resolved via a synonym in schema string to a class with a different name
-
Cause: A referenced name was resolved to a synonym, which translated to a class whose name does not match the referenced name.
- ORA-29520: name string resolved to a class in schema string that could not be accessed
-
Cause: An attempt to access a referenced class failed.
- ORA-29521: referenced name string could not be found
-
Cause: Name resolution failed to find an object with the indicated name.
- ORA-29522: authorization error for referenced name string.string
-
Cause: An attempt was made to resolve a class that is not authorized to use the indicated referenced class.
- ORA-29523: authorization error for unknown referenced name
-
Cause: An attempt was made to resolve a class that is not authorized to use a referenced class. The name of the referenced class could not be determined.
- ORA-29524: wrong types of arguments in call to 'string'
-
Cause: A method was called with argument(s) of incompatible type(s).
- ORA-29525: referenced name is too long: 'string'
-
Cause: An attempt was made to create a class that references a name longer than 4000 characters. The class could not be created because the name is too long.
- ORA-29526: created Java class string"string"
-
Cause: An informational message, not an error.
- ORA-29527: created Java source string"string"
-
Cause: An informational message, not an error.
- ORA-29528: invalid Java call in trigger string
-
Cause: The Java method specified in trigger does not exist or cannot be called as used.
- ORA-29529: invalid function or method call string in trigger string
-
Cause: The function or method specified in Java trigger call expression could not be resolved.
- ORA-29530: could not create shortened name for string
-
Cause: Insert into shortened name translation table failed.
- ORA-29531: no method string in class string
-
Cause: An attempt was made to execute a non-existent method in a Java class.
- ORA-29532: Java call terminated by uncaught Java exception: string
-
Cause: A Java exception or error was signaled and could not be resolved by the Java code.
- ORA-29533: attempt to overwrite class or resource string while defining or compiling string.string
-
Cause: A class or resource defined by a SQLJ source conflicted with an existing object.
- ORA-29534: referenced object string.string could not be resolved
-
Cause: Name resolution determined that the indicated object is referenced but could not be resolved.
- ORA-29535: source requires recompilation
-
Cause: The reason the current class object was invalid is recorded with the source object from which it was compiled.
- ORA-29536: badly formed source: string
-
Cause: An attempt was made to create a Java source object with text that could not be parsed adequately to determine the class(es) defined by it.
- ORA-29537: class or resource cannot be created or dropped directly
-
Cause: An attempt was made to create or drop a Java class or resource that is known to result from compilation of an existing Java source object.
- ORA-29538: Java not installed
-
Cause: An attempt was made to use a Java command when Java is not installed.
- ORA-29539: Java system classes already installed
-
Cause: An attempt was made to use the CREATE JAVA SYSTEM command in a database where the Java system classes already are installed.
- ORA-29540: class string does not exist
-
Cause: Java method execution failed to find a class with the indicated name.
- ORA-29541: class string.string could not be resolved
-
Cause: An attempt was made to execute a method in a Java class that had not been previously and cannot now be compiled or resolved successfully.
- ORA-29542: class string already defined by source string
-
Cause: An attempt was made to create a Java source object that would define a class that is already defined by a different Java source object.
- ORA-29543: Java command string not yet implemented
-
Cause: An attempt was made to use a Java command that is not yet implemented.
- ORA-29544: invalid type
-
Cause: The type argument in a call to a Java export or import command did not have a recognized value.
- ORA-29545: badly formed class: string
-
Cause: An attempt was made to create a Java class object with bytecodes that were rejected by the Java verifier.
- ORA-29546: badly formed resource: string
-
Cause: An attempt was made to create a Java resource object with data that was rejected by the Java verifier.
- ORA-29547: Java system class not available: string
-
Cause: An attempt was made to use a command that requires a Java system class that was not yet present or was invalid.
- ORA-29548: Java system class reported: string
-
Cause: A command that uses a Java system class was aborted due to an error reported by the Java system class.
- ORA-29549: class string.string has changed, Java session state cleared
-
Cause: A class in use by the current session was redefined or dropped, invalidating the current Java session state and requiring that it be cleared.
- ORA-29550: Java session state cleared
-
Cause: The Java state in the current session became inconsistent and was cleared.
- ORA-29551: could not convert string to Unicode
-
Cause: A string in the database character set could not be converted to Unicode, as required for use by Java.
- ORA-29552: verification warning: string
-
Cause: An attempt was made to create a Java class object with bytecodes that caused the Java verifier to issue a warning.
- ORA-29553: class in use: string.string
-
Cause: An attempt was made to modify a Java class that is in use in the current call.
- ORA-29554: unhandled Java out of memory condition
-
Cause: The session encountered an out of memory condition in Java from which it could not recover. Java session state was cleared.
- ORA-29555: Java source, class or resource is not allowed here
-
Cause: A Java source, class, or resource was specified in an inappropriate place in a statement.
- ORA-29556: object type has changed
-
Cause: A database object name that named a Java source, class, or resource now names an object of a different type.
- ORA-29557: Java system class string cannot be modified
-
Cause: A command was attempted that would have modified a Java system class.
- ORA-29558: JAccelerator (NCOMP) not installed. Refer to Install Guide for instructions.
-
Cause: JAccelerator (NCOMP) is not installed.
- ORA-29561: Java VM JIT not supported on this platform.
-
Cause: Java VM JIT is not supported on this platform.
- ORA-29655: USING clause is incompatible with its supertype
-
Cause: The USING clause of a type has to be the same as its supertype or compatible with it.
- ORA-29656: Invalid option for USING
-
Cause: The class has to implement the required interface for the value of the option for USING.
- ORA-29657: class defined in EXTERNAL NAME clause is used in another subtype
-
Cause: The supertype has an existing type that has the same value for the EXTERNAL NAME.
- ORA-29658: EXTERNAL NAME clause is not compatible with its supertype
-
Cause: The EXTERNAL NAME clause of the type is not a subclass of the supertype EXTERNAL NAME.
- ORA-29659: SQLJ Object Type validation failed to get default connection
-
Cause: Unable to connect using the JDBC default connection.
- ORA-29660: Unable to find the class defined in the EXTERNAL NAME clause
-
Cause: The class is not loaded in the database.
- ORA-29661: Unable to find the superclass of the defined in the EXTERNAL NAME
-
Cause: The class is not loaded in the database.
- ORA-29662: Unable to find a field that matches one or more of the attributes
-
Cause: The EXTERNAL NAME option of one or more attributes do not match any fields in the defined class.
- ORA-29663: Unable to find a method that matches one or more of the functions
-
Cause: The EXTERNAL NAME option of one or more functions do not match any method in the defined class.
- ORA-29664: Unable to generate the helper class for the defined type
-
Cause: The helper class used for supporting SQLJ Object Type is not generated.
- ORA-29665: Java thread deadlock detected
-
Cause: The Java VM has detected a thread deadlock.
- ORA-29701: unable to connect to Cluster Synchronization Service
-
Cause: Connect to CSS failed or timed out.
- ORA-29702: error occurred in Cluster Group Service operation
-
Cause: An unexpected error occurred while performing a CGS operation.
- ORA-29703: error occurred in global enqueue service operation
-
Cause: An unexpected error occurred while performing a global enqueue service operation.
- ORA-29704: cannot specify ACTIVE_INSTANCE_COUNT in 8.1.5 or earlier release
-
Cause: The ACTIVE_INSTANCE_COUNT parameter was specified when one of the instances in the cluster was running Oracle 8.1.5 or an earlier release.
- ORA-29705: ACTIVE_INSTANCE_COUNT is string which is incompatible with the value in other instances
-
Cause: The value of the ACTIVE_INSTANCE_COUNT parameter must be the same in all Oracle cluster database instances.
- ORA-29706: incorrect value string for parameter ACTIVE_INSTANCE_COUNT
-
Cause: The ACTIVE_INSTANCE_COUNT parameter must be set to 1 in a two node cluster database configuration or unspecified if a secondary instance is not needed.
- ORA-29707: inconsistent value string for initialization parameter string with other instances
-
Cause: The value of the initialization parameter in error must be identical on all Oracle cluster database instances and was not.
- ORA-29708: error occurred in Cluster Synchronization Services
-
Cause: An unexpected error occurred while performing a CSS operation.
- ORA-29709: Communication failure with Cluster Synchronization Services
-
Cause: Could not communicate with CSS to complete the operation.
- ORA-29710: Current operation aborted by Cluster Synchronization Services
-
Cause: The operation could not be performed or CSS was shutting down.
- ORA-29711: error occurred during registration of Oracle process with CSS
-
Cause: An unexpected error occurred while performing a Cluster Synchronization Services (CSS) operation.
- ORA-29735: instance specified no longer exists
-
Cause: A client of the global enqueue service specified an instance that no longer existed.
- ORA-29736: Instances running in the cluster are only read-mostly or read-only instances.
-
Cause: The instances that were running were only read-mostly or read-only instances which causes the whole cluster to shut down.
- ORA-29738: This feature is not allowed on read-mostly instances.
-
Cause: The attempted feature was not allowed on read-mostly instances.
- ORA-29739: Read-mostly and Read-only instances cannot be part of same cluster
-
Cause: The Read-mostly and Read-only instances were part of the same cluster.
- ORA-29740: evicted by instance number string, group incarnation string
-
Cause: This instance was evicted from the group by another instance of the cluster database group for one of several reasons, which may include a communications error in the cluster and failure to issue a heartbeat to the control file.
- ORA-29741: IMR active for some, but not all members of cluster
-
Cause: The IMR feature is not active for this instance, but is active for another instance in the cluster database.
- ORA-29742: incompatible Instance Membership Recovery protocol among instances
-
Cause: The selected Instance Membership Recovery protocol was not compatible with other running instances in the cluster database.
- ORA-29743: exiting from instance membership recovery protocol because this instance is not in good health
-
Cause: This instance did not participate in the instance membership recovery protocol because it was not in good health. Some or all of its receivers were not making progress. Therefore, this instance terminated itself.
- ORA-29746: Cluster Synchronization Service is being shut down.
-
Cause: The administrator has shut down the Cluster Synchronization Service daemon. This error message is intended to be informative to users on the status of the service.
- ORA-29760: instance_number parameter not specified
-
Cause: The init.ora file did not contain a value for the instance_number which is required to identify this instance to other instances of the database running on the same cluster
- ORA-29770: global enqueue process string (OSID string) is hung for more than string seconds
-
Cause: The specified process mades no progress within the maximum allowed time.
- ORA-29771: process string (OSID string) blocks string (OSID string) for more than string seconds
-
Cause: The specified process blocked a global enqueue process for the maximum allowed time.
- ORA-29780: unable to connect to GPnP daemon [string]
-
Cause: Attempt to connect to the GPnP deamon failed with the error reported.
- ORA-29783: GPnP attribute SET failed with error [string]
-
Cause: An attempt to set the Grid Plug and Play (GPnP) attribute failed. See the brackets for the reason.
- ORA-29784: Attribute update operation not permitted
-
Cause: The update operation for attributes was not permitted because Cluster Synchronization Services (CSS) was not running on the host.
- ORA-29785: GPnP attribute GET failed with error [string]
-
Cause: An attempt to get the Grid Plug and Play (GPnP) attribute failed. See the brackets for the reason.
- ORA-29786: Oracle Restart attribute GET failed with error [string]
-
Cause: An attempt to get the Oracle Restart attribute failed. See the brackets for the reason.
- ORA-29787: Oracle Restart attribute SET failed with error [string]
-
Cause: An attempt to set the Oracle Restart attribute failed. See the brackets for the reason.
- ORA-29788: Network interface query failed with error [string]
-
Cause: Attempt to get the network information failed. See the brackets for the reason.
- ORA-29790: Cannot change user session parameters for a non-user session
-
Cause: An attempt was made to change user session parameters for a non-user session.
- ORA-29791: Transactions cannot be replayed
-
Cause: The user attempted to replay a transaction.
- ORA-29800: invalid name for operator
-
Cause: The name specified for the operator is incorrect.
- ORA-29801: missing RETURN keyword
-
Cause: The RETURN keyword has not been specified.
- ORA-29802: missing CONTEXT keyword
-
Cause: The CONTEXT keyword has not been specified.
- ORA-29803: missing ANCILLARY keyword
-
Cause: The ANCILLARY keyword has not been specified.
- ORA-29804: missing DATA keyword
-
Cause: The DATA keyword has not been specified.
- ORA-29805: missing COLUMN keyword
-
Cause: Keyword COLUMN is expected .
- ORA-29806: specified binding does not exist
-
Cause: The operator binding which has been specified does not exist.
- ORA-29807: specified operator does not exist
-
Cause: The operator which has been specified does not exist.
- ORA-29808: specified primary operator binding does not exist
-
Cause: The specified binding for the primary operator does not exist.
- ORA-29809: cannot drop an operator with dependent objects
-
Cause: The operator which is being dropped has some dependent objects.
- ORA-29810: inadequate operator privileges
-
Cause: The user does not have the appropriate privileges to perform the specified operation on the operator.
- ORA-29811: missing STATISTICS keyword
-
Cause: This is not a valid option with the ASSOCIATE command.
- ORA-29812: incorrect object name specified
-
Cause: The specified name is not a valid name.
- ORA-29813: non-supported object type with associate statement
-
Cause: The type of object specified is not supported with the associate statistics statement.
- ORA-29814: expecting USING or DEFAULT keyword
-
Cause: Expecting the USING or DEFAULT keyword after the names of object(s).
- ORA-29815: object being associated is not present
-
Cause: The object for which the association is being defined is not present.
- ORA-29816: object being disassociated is not present
-
Cause: Object which is being disassociated is not present.
- ORA-29817: non-supported option with disassociate statement
-
Cause: The type of object specified is not supported with the disassociate statistics statement.
- ORA-29818: column name not properly specified
-
Cause: Name of the column should contain the table and the column name.
- ORA-29819: cannot associate default values with columns
-
Cause: User tried to associate DEFAULT values with columns which is not a valid option .
- ORA-29820: the statistics type is not present
-
Cause: The statistics type which is being associated with object(s) is not present.
- ORA-29821: specified primary operator does not exist
-
Cause: The specified primary operator does not exist.
- ORA-29822: selectivity cannot be specified for the type of object
-
Cause: User tried to associate selectivity with index or indextypes which is not allowed .
- ORA-29823: object being analyzed is not a table
-
Cause: The object being analyzed is not a table and is not supported
- ORA-29824: operator is invalid
-
Cause: The operator is invalid.
- ORA-29825: invalid name for indextype
-
Cause: Indextype name or Indextype schema name has invalid characters.
- ORA-29826: keyword FOR is missing
-
Cause: FOR keyword must be provided with Create Indextype statement.
- ORA-29827: keyword USING is missing
-
Cause: USING keyword and corresponding implementation details must be provided.
- ORA-29828: invalid name for implementation type
-
Cause: Implementation type or Implementation schema name is invalid.
- ORA-29829: implementation type does not exist
-
Cause: The implementation type specified with USING clause could not be found.
- ORA-29830: operator does not exist
-
Cause: The operator could not be found.
- ORA-29831: operator binding not found
-
Cause: The specified binding for the operator is not available from the operator schema object.
- ORA-29832: cannot drop or replace an indextype with dependent indexes
-
Cause: One or more indexes are dependent upon the indextype.
- ORA-29833: indextype does not exist
-
Cause: There is no indextype by the specified name.
- ORA-29834: REF datatype not supported with operators
-
Cause: The user specified a REF datatype which is not supported in CREATE OPERATOR.
- ORA-29835: ODCIGETINTERFACES routine does not return required interface(s)
-
Cause: The ODCIObjectList returned by the ODCIGetInterfaces routine does not contain the interface(s) required by the current usage.
- ORA-29836: failed to validate referenced operators
-
Cause: One of the operators referenced cannot be compiled.
- ORA-29837: insufficient privileges to execute implementation type
-
Cause: User does not have privileges to execute the implementation type.
- ORA-29838: insufficient privileges to execute the operator(s)
-
Cause: User does not have privileges to execute one of the operators.
- ORA-29839: failed to validate implementation type
-
Cause: Implementation type cannot be compiled.
- ORA-29840: indextype and implementation type are not in same schema
-
Cause: Indextype and implementation type are in different schema.
- ORA-29841: invalid option for ALTER INDEXTYPE
-
Cause: The user specified an invalid option with the ALTER INDEXTYPE command
- ORA-29842: option not supported with the version string of the indextype interface
-
Cause: User specified an option which is not supported with the version of the indextype interface provided
- ORA-29843: indextype should support atleast one operator
-
Cause: User attempted to drop all the operators from the indextype
- ORA-29844: duplicate operator name specified
-
Cause: User attempted to add an operator name to an indextype which is already supported by the indextype
- ORA-29845: indextype does not support local domain index on string partitioned table
-
Cause: User specified a create local domain index statement using an indextype that does not support local domain indexes on tables partitioned with the given method
- ORA-29846: cannot create a local domain index on a string partitioned table
-
Cause: User specified a create local domain index statement on a table partitioned using a method not supported by domain indexes
- ORA-29847: cannot create a local domain index on a partitioned index-organized table
-
Cause: User specified a create local domain index statement on a partitioned index-organized table
- ORA-29848: error occurred in the execution of ODCIINDEXMERGEPARTITION routine
-
Cause: Failed to successfully execute the ODCIIndexMergePartition routine.
- ORA-29849: error occurred in the execution of ODCIINDEXSPLITPARTITION routine
-
Cause: Failed to successfully execute the ODCIIndexSplitPartition routine.
- ORA-29850: invalid option for creation of domain indexes
-
Cause: The user specified an invalid option like ASC, DESC, SORT or a parallel clause, partitioning clause or physical attributes clause.
- ORA-29851: cannot build a domain index on more than one column
-
Cause: User attempted to build a domain index on more than one column.
- ORA-29852: keyword IS is missing
-
Cause: IS keyword must be specified with Create Index statement for domain indexes.
- ORA-29853: keyword UNIQUE may not be used in creating domain indexes
-
Cause: An attempt was made to create a domain index with the UNIQUE attribute.
- ORA-29854: keyword BITMAP may not be used in creating domain indexes
-
Cause: An attempt was made to create a domain index with the BITMAP attribute.
- ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
-
Cause: Failed to successfully execute the ODCIIndexCreate routine.
- ORA-29856: error occurred in the execution of ODCIINDEXDROP routine
-
Cause: Failed to successfully execute the ODCIIndexDrop routine.
- ORA-29857: domain indexes and/or secondary objects exist in the tablespace
-
Cause: An attempt was made to drop a tablespace which contains secondary objects and/or domain indexes.
- ORA-29858: error occurred in the execution of ODCIINDEXALTER routine
-
Cause: Failed to successfully execute the ODCIIndexAlter routine.
- ORA-29859: error occurred in the execution of ODCIINDEXTRUNCATE routine
-
Cause: Failed to successfully execute the ODCIIndexTruncate routine.
- ORA-29860: cannot truncate a table with domain indexes marked LOADING
-
Cause: The table has domain indexes defined on it that are marked LOADING.
- ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE
-
Cause: An attempt has been made to access a domain index that is being built or is marked failed by an unsuccessful DDL or is marked unusable by a DDL operation.
- ORA-29862: cannot specify FORCE option for dropping non-domain index
-
Cause: A DROP INDEX FORCE was issued for a non-domain index.
- ORA-29863: warning in the execution of ODCIINDEXCREATE routine
-
Cause: A warning was returned from the ODCIIndexCreate routine.
- ORA-29864: analyzing domain indexes marked LOADING/FAILED not supported
-
Cause: Tried to analyze a domain index which was marked as LOADING or FAILED.
- ORA-29865: indextype is invalid
-
Cause: The indextype is invalid.
- ORA-29866: cannot create domain index on a column of index-organized table
-
Cause: Tried to create a domain index on a column of an index-organized table.
- ORA-29867: cannot create a domain index on a LONG column
-
Cause: The user attempted to create a domain index on a column of LONG datatype.
- ORA-29868: cannot issue DDL on a domain index marked as LOADING
-
Cause: Tried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state.
- ORA-29869: cannot issue ALTER without REBUILD on a domain index marked FAILED
-
Cause: Tried to issue a DROP/ALTER on a domain index in a FAILED state.
- ORA-29870: specified options are only valid for altering a domain index
-
Cause: Specified the ONLINE or PARAMETERS clause with a non-domain index.
- ORA-29871: invalid alter option for a domain index
-
Cause: The user specified an invalid option for altering a domain index.
- ORA-29872: parameters clause cannot be combined with the specified options
-
Cause: The user combined PARAMETERS clause with other alter index options.
- ORA-29873: warning in the execution of ODCIINDEXDROP routine
-
Cause: A waring was returned from the ODCIIndexDrop routine.
- ORA-29874: warning in the execution of ODCIINDEXALTER routine
-
Cause: A waring was returned from the ODCIIndexAlter routine.
- ORA-29875: failed in the execution of the ODCIINDEXINSERT routine
-
Cause: Failed to successfully execute the ODCIIndexInsert routine.
- ORA-29876: failed in the execution of the ODCIINDEXDELETE routine
-
Cause: Failed to successfully execute the ODCIIndexDelete routine.
- ORA-29877: failed in the execution of the ODCIINDEXUPDATE routine
-
Cause: Failed to successfully execute the ODCIIndexUpdate routine.
- ORA-29878: warning in the execution of ODCIINDEXTRUNCATE routine
-
Cause: A warning was returned from the ODCIIndexTruncate routine.
- ORA-29879: cannot create multiple domain indexes on a column list using same indextype
-
Cause: An attempt was made to define multiple domain indexes on the same column list using identical indextypes.
- ORA-29880: such column list already indexed using another domain index and indextype
-
Cause: An attempt was made to create multiple domain indexes on a column list using indextypes which do not have disjoint operators.
- ORA-29881: failed to validate indextype
-
Cause: Indextype cannot be compiled.
- ORA-29882: insufficient privileges to execute indextype
-
Cause: User does not have privileges to execute the indextype.
- ORA-29883: cannot create a domain index on column expressions
-
Cause: User specified an expression in the column list.
- ORA-29884: domain index is defined on the column to be dropped
-
Cause: An ALTER TABLE DROP COLUMN was issued on a column on which a domain index exists.
- ORA-29885: domain index is defined on the column to be modified
-
Cause: An ALTER TABLE MODIFY COLUMN was issued on a column on which a domain index exists.
- ORA-29886: feature not supported for domain indexes
-
Cause: Feature is not supported for domain indexes.
- ORA-29887: cannot support row movement if domain index defined on table
-
Cause: An ALTER TABLE ENABLE ROW MOVEMENT was issued on a table which has a domain index defined on it.
- ORA-29888: cannot create domain index on a table with row movement enabled
-
Cause: A create domain index statement was issued on a table that has row movement enabled.
- ORA-29890: specified primary operator does not have an index context
-
Cause: The primary operator does not have an index and scan contexts.
- ORA-29892: indextypes with array DML do not support the given data type
-
Cause: The user specified a REF or a LONG datatype which is not supported in CREATE/ALTER INDEXTYPE WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE).
- ORA-29893: indextypes without column data do not need the given data type
-
Cause: WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE) option and WITHOUT COLUMN DATA option conflicted in an alter indextype statement
- ORA-29894: base or varray datatype does not exist
-
Cause: One of the base and varray datatypes specified in WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE) clause could not be found.
- ORA-29895: duplicate base datatype specified
-
Cause: User attempted to add a base datatype to an indextype with ARRAY DML which is already supported by the indextype
- ORA-29896: Length of PARAMETER string longer than string characters
-
Cause: An attempt was made to specify a parameter value that is longer than the allowed maximum.
- ORA-29897: invalid domain index "string" found on the same column
-
Cause: An attempt was made to create a domain index on the same column where an invalid domain index exists.
- ORA-29900: operator binding does not exist
-
Cause: There is no binding for the current usage of the operator.
- ORA-29901: function underlying operator binding does not exist
-
Cause: The function underlying the operator binding does not exist.
- ORA-29902: error in executing ODCIIndexStart() routine
-
Cause: The execution of ODCIIndexStart routine caused an error.
- ORA-29903: error in executing ODCIIndexFetch() routine
-
Cause: The execution of ODCIIndexFetch routine caused an error.
- ORA-29904: error in executing ODCIIndexClose() routine
-
Cause: The execution of ODCIIndexClose routine caused an error.
- ORA-29905: method string does not exist in type string.string
-
Cause: A required method with the required signature does not exist in the specified type.
- ORA-29906: indextype string.string does not exist
-
Cause: The indextype does not exist.
- ORA-29907: found duplicate labels in primary invocations
-
Cause: There are multiple primary invocations of operators with the same number as the label.
- ORA-29908: missing primary invocation for ancillary operator
-
Cause: The primary invocation corresponding to an ancillary operator is missing.
- ORA-29909: label for the ancillary operator is not a literal number
-
Cause: The label used for invoking the ancillary operator is not a literal number.
- ORA-29910: invalid callback operation
-
Cause: Encountered an invalid callback operation.
- ORA-29911: null scan context returned by ODCIIndexStart() routine
-
Cause: The ODCIIndexStart() routine returned a null scan context
- ORA-29913: error in executing string callout
-
Cause: The execution of the specified callout caused an error.
- ORA-29914: ODCIGETINTERFACES routine does not return required stream version
-
Cause: The ODCIObjectList returned by the ODCIGetInterfaces routine does not contain the required stream version for external tables.
- ORA-29915: cannot select FOR UPDATE from collection operand
-
Cause: Collection operands cannot be updated
- ORA-29917: cannot lock a table which gets its rows from a collection operand
-
Cause: Tables which gets its rows from a collection operand cannot be locked
- ORA-29918: cannot create domain indexes on temporary tables
-
Cause: An attempt was made to create a domain index on a temporary table
- ORA-29919: failed in the execution of the ODCIINDEXUPDPARTMETADATA routine
-
Cause: Failed to successfully execute the ODCIINDEXUPDPARTMETADATA routine.
- ORA-29920: failed in the partition maintenance operation of secondary table
-
Cause: Failed to successfully execute the partition maintenance operation of a secondary table in system managed domain index.
- ORA-29921: Ancillary operator not supported with set view query block
-
Cause: Outer view query block contains ancillary operator and view query block contains union all.
- ORA-29922: Invalid rowid returned by the user-defined query methods
-
Cause: An invalid row identifier was returned by the user-defined query methods.
- ORA-29925: cannot execute string
-
Cause: The specified function does not exist or does not have an appropriate signature.
- ORA-29926: association already defined for the object
-
Cause: The object for which the association is being defined, already has a statistics type associated with it.
- ORA-29927: error in executing the ODCIStatsCollect / ODCIStatsDelete routine
-
Cause: The ODCIStatsCollect / ODCIStatsDelete function is causing an error.
- ORA-29928: duplicate default selectivity specified
-
Cause: The keyword DEFAULT SELECTIVITY can only be specified once.
- ORA-29929: missing SCAN Keyword
-
Cause: The scan context is not specified.
- ORA-29930: COMPUTE ANCILLARY DATA specified without the INDEX CONTEXT clause
-
Cause: The COMPUTE ANCILLARY DATA option was specified without the WITH INDEX CONTEXT clause.
- ORA-29931: specified association does not exist
-
Cause: One or more of the object(s) that have been specified to be disassociated, do not have an association defined for them.
- ORA-29932: the type being dropped is a statistics type
-
Cause: Some objects have defined their statistics methods in the type being dropped.
- ORA-29933: object being disassociated has some user defined statistics stored
-
Cause: There are some user defined statistics collected for the object being disassociated.
- ORA-29934: index specified for association is not a domain index
-
Cause: The user issued an ASSOCIATE STATISTICS command with an index which is not a domain index.
- ORA-29935: missing FROM keyword
-
Cause: The keyword FROM is missing.
- ORA-29936: NULL association is allowed only with a column or an index
-
Cause: User tried to use the ASSOCIATE command with a schema object other than a column or an index
- ORA-29937: domain index cannot be system-managed
-
Cause: An ASSOCIATE STATISTICS command was issued with a domain index which is system-managed.
- ORA-29938: both indextype and statistics type should be system-managed
-
Cause: Either an ASSOCIATE STATISTICS WITH SYSTEM MANAGED STORAGE TABLES command was issued with an indextype which is not system-managed, or an ASSOCIATE STATISTICS command was issued with an indextype which is system-managed.
- ORA-29939: could not implicitly transform user-managed domain index to system-managed domain index
-
Cause: Implicit validation of a user-managed domain index with a system-managed indextype failed.
- ORA-29940: User-managed domain indexes are not allowed on interval-partitioned tables.
-
Cause: An attempt was made to create a local user-managed domain index on an interval-partitioned table.
- ORA-29941: Cannot convert a table with user-managed local domain indexes to interval partitioning.
-
Cause: An attempt was made to convert a range-partitioned table with local user-managed domain indexes to interval partitioning.
- ORA-29950: warning in the execution of ODCIINDEXMERGEPARTITION routine
-
Cause: A warning was returned from the ODCIIndexMergePartition routine.
- ORA-29951: warning in the execution of ODCIINDEXSPLITPARTITION routine
-
Cause: A warning was returned from the ODCIIndexSplitPartition routine.
- ORA-29952: cannot issue DDL on a domain index partition marked as LOADING
-
Cause: Tried to issue a DROP/ALTER/TRUNCATE on a domain index partition in a LOADING state.
- ORA-29953: cannot issue DDL on a domain index partition marked as FAILED
-
Cause: Tried to issue a DROP/ALTER on a domain index partition in a FAILED state.
- ORA-29954: domain index partition is marked LOADING/FAILED/UNUSABLE
-
Cause: An attempt has been made to access a domain index that is being built or is marked failed by an unsuccessful DDL or is marked unusable by a DDL operation.
- ORA-29955: error occurred in the execution of ODCIINDEXEXCHANGEPARTITION routine
-
Cause: Failed to successfully execute the ODCIIndexExchangePartition routine.
- ORA-29956: warning in the execution of ODCIINDEXEXCHANGEPARTITION routine
-
Cause: A warning was returned from the ODCIIndexExchangePartition routine.
- ORA-29957: cannot create a function-based domain index on a string table
-
Cause: User specified an unsupported create function-based domain index statement.
- ORA-29958: fatal error occurred in the execution of ODCIINDEXCREATE routine
-
Cause: Failed to successfully execute the ODCIIndexCreate routine.
- ORA-29959: error in the execution of the string routine for one or more of the index partitions
-
Cause: An error occurred during execution of the routine for one or more of the index partitions
- ORA-29960: line string, string
-
Cause: The ODCIIndex DDL routine has put a warning message into table SYS.ODCI_WARNINGS$
- ORA-29961: too many warnings occurred in the execution of ODCIIndex DDL routine
-
Cause: The number of warnings during the ODCIIndex DDL routine is too high.
- ORA-29962: fatal error occurred in the execution of ODCIINDEXALTER routine
-
Cause: Failed to successfully execute the ODCIIndexAlter routine.
- ORA-29963: missing BINDING keyword
-
Cause: Keyword BINDING is expected .
- ORA-29964: missing ADD or DROP keyword
-
Cause: One of the keywords ADD or DROP is expected.
- ORA-29965: The specified binding does not exist
-
Cause: The binding specified in the DROP BINDING clause is not a valid binding for this operator.
- ORA-29966: The only binding of an operator cannot be dropped
-
Cause: This operator only has one binding. It cannot be dropped using Alter Operator Drop Binding.
- ORA-29967: Cannot drop an operator binding with dependent objects
-
Cause: The operator binding that is being dropped has dependent objects.
- ORA-29968: No primary operator bindings found for ancillary binding #string
-
Cause: At least one ancillary binding of the specified operator could not be validated because all of its associated primary operator bindings have been dropped.
- ORA-29970: Specified registration id does not exist
-
Cause: An incorrect regid value was passed to dbms_chnf procedure.
- ORA-29971: Specified table name not found or does not have any registrations
-
Cause: The database could not locate the passed in table name
- ORA-29972: user does not have privilege to change/ create registration
-
Cause: User passed in an incorrect or someone else's regid/ handle.
- ORA-29973: Unsupported query or operation during change notification registration
-
Cause: The user attempted to register an unsupported query type or an unsupported operation like a DML/DDL for change notification.
- ORA-29974: Internal event for PL/SQL debugging
-
Cause: None
- ORA-29975: Cannot register a query in the middle of an active transaction
-
Cause: User tried to register a query within an uncommitted transction.
- ORA-29976: Unsupported query for registration in guaranteed mode
-
Cause: An operator or expression in the query was incompatible with query registration in the guaranteed granularity mode.
- ORA-29977: Unsupported column type for query registration in guaranteed mode
-
Cause: An attempt was made to register a query with an unsupported column type or too many columns.
- ORA-29978: Internal event for tracing Inband Notifications
-
Cause: None
- ORA-29979: unsupported row size for query result change notification
-
Cause: An attempt was made to register query result change notification (QRCN) on a table with more than 255 columns.
- ORA-29981: Cannot register query: conflicting DDL in progress
-
Cause: A query registration was attempted while there was a a concurrent DDL in progress.
- ORA-29982: Table type not supported for query registration in guaranteed mode
-
Cause: The user attempted to register a query involving an unsupported table type.
- ORA-29983: Unsupported query for Continuous Query Notification
-
Cause: The query cannot be registered for Continuous Query Notification.
- ORA-29984: Internal event to force CHNF registrations
-
Cause: None
- ORA-29985: Query Registration is only supported for automatic undo management
-
Cause: User is using manual undo management
- ORA-30000: missing either trim specification or char expression in TRIM
-
Cause: Since FROM is specified in TRIM function, either trim specification (TRAILING, HEADING, BOTH) or trim character or both must be specified.
- ORA-30001: trim set should have only one character
-
Cause: Trim set contains more or less than 1 character. This is not allowed in TRIM function.
- ORA-30002: SYS_CONNECT_BY_PATH function is not allowed here
-
Cause: SYS_CONNECT_BY_PATH function was called at places other than the SELECT list and ORDER BY clause.
- ORA-30003: illegal parameter in SYS_CONNECT_BY_PATH function
-
- ORA-30004: when using SYS_CONNECT_BY_PATH function, cannot have separator as part of column value
-
Cause: A column value contained the string that the SYS_CONNECT_BY_PATH function was to use to separate column values.
- ORA-30005: missing or invalid WAIT interval
-
Cause: A non-zero integer must be specified for wait interval (in seconds) after the WAIT keyword.
- ORA-30006: resource busy; acquire with WAIT timeout expired
-
Cause: The requested resource is busy.
- ORA-30007: CONNECT BY ROOT operator is not supported in the START WITH or in the CONNECT BY condition
-
Cause: An attempt was made to use CONNECT BY ROOT operator in the START WITH or in the CONNECT BY condition.
- ORA-30008: CONNECT BY clause must reference a PRIOR
-
Cause: A CONNECT BY clause did not include a predicate referencing a PRIOR so there was no condition connecting a parent row to its child row.
- ORA-30009: Not enough memory for string operation
-
Cause: The memory size was not sufficient to process all the levels of the hierarchy specified by the query.
- ORA-30010: Not enough I/O buffers for the sort operation
-
Cause: The sort was unable to allocate enough I/O buffers.
- ORA-30011: Error simulated: psite=string, ptype=string
-
Cause: error generated for testing purposes.
- ORA-30012: undo tablespace 'string' does not exist or of wrong type
-
Cause: the specified undo tablespace does not exist or of the wrong type.
- ORA-30013: undo tablespace 'string' is currently in use
-
Cause: the specified undo tablespace is currently used by another instance.
- ORA-30014: operation only supported in Automatic Undo Management mode
-
Cause: the operation is only supported in automatic undo mode.
- ORA-30015: previously offlined undo tablespace 'string' is still pending
-
Cause: the current operation is not allowed because an undo tablespace containing active transactions is pending from a previous SWITCH UNDO operation. The operation will be allowed again after all transactions in the previous undo tablespace are committed.
- ORA-30016: undo tablespace 'string' is already in use by this instance
-
Cause: the specified undo tablespace is currently used by this instance. The operation failed.
- ORA-30017: segment 'string' is not supported in string Undo Management mode
-
Cause: the type of the specified undo segment is incompatible with the current undo management mode of the instance.
- ORA-30018: Create Rollback Segment failed, USN string is out of range
-
Cause: the system runs out of undo segment number. Too many undo segments exist.
- ORA-30019: Illegal rollback Segment operation in Automatic Undo mode
-
Cause: This operation only allowed in Manual Undo mode.
- ORA-30021: Operation not allowed on undo tablespace
-
Cause: This operation is not allowed on undo tablespaces
- ORA-30022: Cannot create segments in undo tablespace
-
Cause: Cannot create segments in undo tablespace
- ORA-30023: Duplicate undo tablespace specification
-
Cause: Cannot create more than one undo tablespace during database creation
- ORA-30024: Invalid specification for CREATE UNDO TABLESPACE
-
Cause: You have specified an clause that should not used with CREATE UNDO TABLESPACE
- ORA-30025: DROP segment 'string' (in undo tablespace) not allowed
-
Cause: Explicit DROP operation is not allowed on undo tablespace segments
- ORA-30026: Undo tablespace 'string' has unexpired undo with string(sec) left, Undo_Retention=string(sec)
-
Cause: Tried to drop a tablespace that contains unexpired undo information
- ORA-30027: Undo quota violation - failed to get string (bytes)
-
Cause: the amount of undo assigned to the consumer group of this session has been exceeded.
- ORA-30029: no active undo tablespace assigned to instance
-
Cause: the current instance does not have an active undo tablespace assigned to execute transactions.
- ORA-30030: suppress resumable related error message
-
Cause: none
- ORA-30031: the suspended (resumable) statement has been aborted
-
Cause: DBA or the user aborted the execution of the suspended statement in the resumable session
- ORA-30032: the suspended (resumable) statement has timed out
-
Cause: A correctible error was signaled in the resumable session and the error was not cleared within the timeout interval.
- ORA-30033: Undo tablespace cannot be specified as default user tablespace
-
Cause: It is incorrect to specify undo tablespace as default user tablespace
- ORA-30034: Undo tablespace cannot be specified as temporary tablespace
-
Cause: Undo tablespace cannot be specified as default temporary tablespace for the user
- ORA-30035: Undo tablespace cannot be specified as default temporary tablespace
-
Cause: Undo tablespace cannot be specified as default temporary tablespace for the database
- ORA-30036: unable to extend segment by string in undo tablespace 'string'
-
Cause: the specified undo tablespace has no more space available.
- ORA-30037: Cannot perform parallel DML after a prior DML on the object
-
Cause: Attempt to perform parallel DML after another DML on the same object in the same transaction.
- ORA-30038: Cannot perform parallel insert on non-partitioned object
-
Cause: Attempt to perform parallel insert on a non-partitioned object after a previous DML on the object in the same transaction.
- ORA-30039: Cannot drop the undo tablespace
-
Cause: Cannot drop an undo tablespace that is in use
- ORA-30040: Undo tablespace is offline
-
Cause: Cannot operate on an offlined undo tablespace
- ORA-30041: Cannot grant quota on the tablespace
-
Cause: User tried to grant quota on an undo or temporary tablespace
- ORA-30042: Cannot offline the undo tablespace
-
Cause: Cannot offline an undo tablespace that is in use
- ORA-30043: Invalid value 'string' specified for parameter 'Undo_Management'
-
Cause: the specified undo management mode is invalid
- ORA-30044: 'Retention' can only specified for undo tablespace
-
Cause: An attempt was made to specify retention for a non-undo tablespace.
- ORA-30045: No undo tablespace name specified
-
Cause: If Create Database has the datafile clause, then undo tablespace name has to be specified, unless using OMF.
- ORA-30046: Undo tablespace string not found in control file.
-
Cause: The specified undo tablespace is not present in the control file.
- ORA-30051: VERSIONS clause not allowed here
-
Cause: A VERSIONS clause was specified when it was not allowed.
- ORA-30052: invalid lower limit snapshot expression
-
Cause: The lower limit snapshot expression was below the UNDO_RETENTION limit.
- ORA-30053: invalid upper limit snapshot expression
-
Cause: The upper limit snapshot expression is greater than the SQL statement read snapshot.
- ORA-30054: invalid upper limit snapshot expression
-
Cause: The upper limit snapshot expression is less than the lower limit snapshot expression.
- ORA-30055: NULL snapshot expression not allowed here
-
Cause: The snapshot expression is NULL.
- ORA-30063: Internal Event to Test NTP
-
Cause: none
- ORA-30067: Internal Event to turn on nested debugging info
-
Cause: none
- ORA-30068: Internal Event to turn on nested
-
Cause: none
- ORA-30071: conversion between datetime/interval and string fail
-
Cause: An error occurs during a conversion between datetime/interval and string data type due to one of the following reasons: - The buffer is too short to hold the result. - The format string is bad.
- ORA-30072: invalid time zone value
-
Cause: The value specified for the time zone string, which appears in ALTER SESSION statement, environment variable ORA_SDTZ, or a datetime factor, is not valid.
- ORA-30073: invalid adjustment value
-
Cause: The value is none of the followings: 'ADJUST', 'NO_ADJUST', 'ANSI_DATE', 'ADJUST_WITH_ANSI_DATE'. 'NO_ADJUST' is the default value.
- ORA-30074: GLOBAL partitioned index on TIME/TIMESTAMP WITH TIME ZONE not allowed
-
Cause: try to GLOBAL partitioned index on TIME/TIMESTAMP WITH TIME ZONE.
- ORA-30075: TIME/TIMESTAMP WITH TIME ZONE literal must be specified in CHECK constraint
-
Cause: User is trying to create a constraint on a time or timestamp with or without time zone column without explicitly specifying the time zone.
- ORA-30076: invalid extract field for extract source
-
Cause: The extract source does not contain the specified extract field.
- ORA-30077: illegal casting between specified datetime types
-
Cause: Cannot cast between the specified datetime types.
- ORA-30078: partition bound must be TIME/TIMESTAMP WITH TIME ZONE literals
-
Cause: An attempt was made to use a time/timestamp expression whose format does not explicitly have time zone on a TIME/TIMESTAMP or TIME/TIMESTAMP WITH TIME ZONE column.
- ORA-30079: cannot alter database timezone when database has TIMESTAMP WITH LOCAL TIME ZONE columns
-
Cause: An attempt was made to alter database timezone with TIMESTAMP WITH LOCAL TIME ZONE column in the database.
- ORA-30081: invalid data type for datetime/interval arithmetic
-
Cause: The data types of the operands are not valid for datetime/interval arithmetic.
- ORA-30082: datetime/interval column to be modified must be empty to decrease fractional second or leading field precision
-
Cause: datetime/interval column with existing data is being modified to decrease fractional second or leading field precisions.
- ORA-30083: syntax error was found in interval value expression
-
Cause: A syntax error was found during parsing an interval value value expression.
- ORA-30084: invalid data type for datetime primary with time zone modifier
-
Cause: When a time zone modifier is specified, the data type of datetime primary must be one of the following: TIME, TIME WITH TIME ZONE, TIMESTAMP, TIMESTAMP WITH TIME ZONE.
- ORA-30085: syntax error was found in overlaps predicate
-
Cause: A syntax error was found during parsing an overlaps predicate.
- ORA-30086: interval year-month result not allowed for datetime subtraction
-
Cause: An attempt was made to specify interval year to month as the result of datetime subtraction.
- ORA-30087: Adding two datetime values is not allowed
-
Cause: An attempt was made to add two datetime values.
- ORA-30088: datetime/interval precision is out of range
-
Cause: The specified datetime/interval precision was not between 0 and 9.
- ORA-30089: missing or invalid datetime field
-
Cause: A datetime field (YEAR, MONTH, DAY, HOUR, MINUTE, SECOND) is expected but not found, or a datetime field specified the end field in an interval qualifier is more significant than its start field.
- ORA-30091: secondary translation table not loaded
-
Cause: The secondary translation table for DST patching on TSTZ data was not loaded.
- ORA-30092: function not allowed at this stage of DST upgrade process
-
Cause: Query included a function that is not allowed in the current state of DST upgrade process.
- ORA-30093: function not allowed until the database is restarted
-
Cause: Query included a function that is not allowed until the database is restarted.
- ORA-30094: failed to find the time zone data file for version string in $ORACLE_HOME/oracore/zoneinfo
-
Cause: There was no corresponding time zone data file in $ORACLE_HOME/oracore/zoneinfo for the input time zone version.
- ORA-30100: internal error [number]
-
Cause: An internal error has occurred.
- ORA-30101: unknown parameter name 'string'
-
Cause: You have misspelled the parameter name.
- ORA-30102: 'string' is not in the legal range for 'string'
-
Cause: The value of the parameter is not within the legal range.
- ORA-30103: 'string' contains an illegal integer radix for 'string'
-
Cause: An illegal integer radix specification was found.
- ORA-30104: 'string' is not a legal integer for 'string'
-
Cause: The value is not a valid integer.
- ORA-30105: 'string' is not a legal boolean for 'string'
-
Cause: The value is not a valid boolean.
- ORA-30106: reserved for future use
-
Cause: None.
- ORA-30107: parameter name abbreviation 'string' is not unique
-
Cause: The abbreviation given was not unique.
- ORA-30108: invalid positional parameter value 'string'
-
Cause: An invalid positional parameter value has been entered.
- ORA-30109: could not open parameter file 'string'
-
Cause: The parameter file does not exist.
- ORA-30110: syntax error at 'string'
-
Cause: A syntax error was detected.
- ORA-30111: no closing quote for value 'string'
-
Cause: A quoted string was begun but not finished.
- ORA-30112: multiple values not allowed for parameter 'string'
-
Cause: You attempted to specify multiple values for a parameter which can take only one value.
- ORA-30113: error when processing file 'string'
-
Cause: A problem occurred when processing this file.
- ORA-30114: error when processing from command line
-
Cause: A problem occurred when processing the command line.
- ORA-30115: error when processing an environment variable
-
Cause: A problem occurred when processing an environment variable.
- ORA-30116: syntax error at 'string' following 'string'
-
Cause: A syntax error was detected.
- ORA-30117: syntax error at 'string' at the start of input
-
Cause: A syntax error was detected.
- ORA-30118: syntax error at 'string' at the end of input
-
Cause: A syntax error was detected.
- ORA-30119: unable to obtain a valid value for 'string'
-
Cause: No valid value was obtained for this parameter.
- ORA-30120: 'string' is not a legal oracle number for 'string'
-
Cause: The value is not a valid oracle number.
- ORA-30121: 'string' is not an allowable value for 'string'
-
Cause: The value is not a legal value for this parameter.
- ORA-30122: value 'string' for 'string' must be between 'number' and 'number'
-
Cause: The value of the parameter is not within the legal range.
- ORA-30129: invalid function argument received
-
Cause: A function received an invalid argument
- ORA-30130: invalid parameter key type received
-
Cause: A function received an invalid parameter key type
- ORA-30131: number of keys being set exceeds allocation
-
Cause: Number of parameter keys being set exceeds allocation
- ORA-30132: invalid key index supplied
-
Cause: The key index specified was not within bounds
- ORA-30133: reserved for future use
-
Cause: None.
- ORA-30134: reserved for future use
-
Cause: None.
- ORA-30135: OCI Thread operation fails
-
Cause: An OCI Thread function call has failed.
- ORA-30136: Drop-in compatibility is not supported for this application
-
Cause: The current application is statically linked with defopt.o from an older release, which is incompatible with the current client shared library.
- ORA-30150: Invalid argument passed to OCIFile function
-
Cause: An invalid argument is passed to the OCIFile function. The most common cause is that a NULL pointer is passed where a non-NULL pointer is expected.
- ORA-30151: File already exists
-
Cause: Tried to open a file with OCI_FILE_EXCL flag and the file already exists.
- ORA-30152: File does not exist
-
Cause: The OCIFile function requires the file to exist, but it does not.
- ORA-30153: An invalid File Object is passed to the OCIFile function
-
Cause: An invalid File Object is passed to the OCIFile function.
- ORA-30154: The memory address given as buffer for OCIFileRead/Write is invalid
-
Cause: An invalid memory address is given as the buffer pointer for OCIFileRead/Write.
- ORA-30155: An I/O Error occured during an OCIFile function call
-
Cause: An I/O error occurred at the system level.
- ORA-30156: Out of disk space
-
Cause: The disks associated with the underlying file system are full.
- ORA-30157: An invalid argument was given to operating system call
-
Cause: The OS call was called with an invalid argument.
- ORA-30158: The OCIFileWrite causes the file to exceed the maximum allowed size
-
Cause: There is no space to write to the file. Its size is at the maximum limit.
- ORA-30159: OCIFileOpen: Cannot create the file or cannot open in the requested mode
-
Cause: The create flag was specified in OCIFileOpen such that the file was to be created. But unable to do so. Or the file already exists and the permissions on it doesn't allow the file to be opened in in the requested open mode
- ORA-30160: Unable to access the file
-
Cause: The function was unable to access the existing the file.
- ORA-30161: A system error occurred during the OCIFile function call
-
Cause: A system error occured while executing the OCIFile function.
- ORA-30162: The OCIFile context is not initialzed
-
Cause: The function OCIFileInit need to be called before calling any other OCIFile function to initialize the OCIFile context.
- ORA-30163: The thread safety initialization failed
-
Cause: The call to SlgInit failed in OCIFileInit.
- ORA-30175: invalid type given for an argument
-
Cause: There is an argument with an invalid type in the argument list.
- ORA-30176: invalid format code used in the format string
-
Cause: There is an invalid format code in the format string.
- ORA-30177: invalid flag used in a format specification
-
Cause: There is an invalid flag in a format specification.
- ORA-30178: duplicate flag used in a format specification
-
Cause: There is a duplicate flag in a format specification.
- ORA-30179: invalid argument index used in a format code
-
Cause: Zero or negative argument index or index not following (."
- ORA-30180: argument index is too large
-
Cause: An argument index exceeds actual number of arguments supplied.
- ORA-30181: integer in argument index is not immediately followed by )
-
Cause: Missing closing parenthesis in argument index.
- ORA-30182: invalid precision specifier
-
Cause: Period in format specification not followed by valid format.
- ORA-30183: invalid field width specifier
-
Cause: Invalid field width supplied.
- ORA-30184: argument type not compatible with a format code
-
Cause: Bad argument type given for a format code.
- ORA-30185: output too large to fit in the buffer
-
Cause: The buffer is not large enough to hold the entire output string.
- ORA-30186: '' must be followed by four hexdecimal characters or another ''
-
Cause: In the argument of SQL function UNISTR, a '' must be followed by four hexdecimal characters or another ''
- ORA-30187: Permission denied for 'string' to access procedure GET_KEY.
-
Cause: The client was unauthorized to invoke the procedure DBMS_INTERNAL_CLKM.GET_KEY.
- ORA-30188: reserved for future use
-
Cause: None.
- ORA-30189: reserved for future use
-
Cause: None.
- ORA-30190: reserved for future use
-
Cause: None.
- ORA-30191: missing argument list
-
Cause: No argument list supplied.
- ORA-30192: OGG Service URI: string failed to string process: string name: string - OGG message: string
-
Cause: Oracle GoldenGate (OGG) AdminService or DistributionService operation failed.
- ORA-30193: OGG sharding function called in non-OGG sharding deployment
-
Cause: Internal error. An Oracle GoldenGate (OGG) specific sharding functionality was called in a non-Oracle GoldenGate sharding deployment.
- ORA-30194: Invalid combination of OGG Sharding deployment parameters specified
-
Cause: The values specified for Oracle GoldenGate (OGG) sharding deployment parameters (number of shards, number of chunks, replication factor and distribution factor) were not compatible with each other.
- ORA-30195: OGG command payload contains invalid operation code string
-
Cause: Internal error. The payload for Oracle GoldenGate (OGG) command sent from the Sharding Catalog to the shard database contained invalid operation code.
- ORA-30196: Sharding configuration parameter 'string' is not set in the shard database.
-
Cause: Internal error. A database initialization parameter required by the shard database was not set during deployment.
- ORA-30197: reserved for future use
-
Cause: None.
- ORA-30198: reserved for future use
-
Cause: None.
- ORA-30199: reserved for future use
-
Cause: None.
- ORA-30200: Wrong NLS item was passed into OCINlsGetInfo()
-
Cause: The item is not supported NLS item
- ORA-30201: Unable to load NLS data object
-
Cause: It may be caused by invalid NLS environment setting
- ORA-30202: NULL pointer to OCIMsgh was passed to OCIMsg function
-
Cause: The NULL pointer was passed.
- ORA-30203: Cannot open mesage file
-
Cause: The message may not exist in your system.
- ORA-30204: buffer is not large enougth
-
Cause: The destination buffer is not large enough for storing converted data.
- ORA-30205: invalid Character set
-
Cause: The specified character set is invalid.
- ORA-30303: Internal error
-
- ORA-30304: Internal error
-
- ORA-30305: Debug mode
-
- ORA-30306: Internal error
-
- ORA-30307: Internal error
-
- ORA-30308: Internal error
-
- ORA-30331: summary does not exist
-
Cause: A non-existant summary name was specified.
- ORA-30332: container table already in use by other summary
-
Cause: Another summary is already using this table as a container table.
- ORA-30333: dimension does not exist
-
Cause: The dimension named in a dimension DDL statment does not exist.
- ORA-30334: illegal dimension level name
-
Cause: A level name in a dimension ddl statement did not conform to SQL identifier rules.
- ORA-30335: JOIN KEY clause references a level not in this hierarchy
-
Cause: The level name specified with the REFERENCES portion of a JOIN KEY clause in a dimension DDL statement does not reference a level in the hierarchy that contains the JOIN KEY clause. *Acction: Check the spelling of the level name.
- ORA-30336: no child for specified JOIN KEY
-
Cause: The level specified in the REFERENCES portion of a JOIN KEY clause in a dimension DDL statement does not have a child level.
- ORA-30337: multiple JOIN KEY clauses specified for the same parent level
-
Cause: Multiple JOIN KEY clauses were specified for a given parent level in a dimension hierarchy.
- ORA-30338: illegal dimension hierachy name
-
Cause: An illegal dimension hierarchy name was specified in a dimension DDL statement.
- ORA-30339: illegal dimension attribute name
-
Cause: An illegal dimension attribute name was specified in a dimension DDL statement.
- ORA-30340: illegal dimension name
-
Cause: An illegal dimension name was specified in a dimension DDL statement.
- ORA-30341: dropped level has references
-
Cause: An attempt was made to drop a level using the default or RESTRICT option in a dimension while references to that level remain in the dimension. References can occur in hierarchies and attributes within the dimension.
- ORA-30342: referenced level is not defined in this dimension
-
Cause: A reference to a level not defined within the dimension was found.
- ORA-30343: level name is not unique within this dimension
-
Cause: Two or more levels were defined with the same name.
- ORA-30344: number of child cols different from number of parent level cols
-
Cause: The number of child columns specified in a JOIN KEY clause is not the same as the number of columns in the specified parent level.
- ORA-30345: circular dimension hierarchy
-
Cause: A circularity was found the dimension hierarchy.
- ORA-30346: hierarchy name must be unique within a dimension
-
Cause: The same name was used for more than one hierarchy in a dimension.
- ORA-30347: a table name is required to qualify the column specification
-
Cause: A table name was omitted in a column specification where where the column must be qualified by the table name.
- ORA-30348: ADD and DROP cannot both be specified
-
Cause: One or more ADD clauses were found in the same ALTER DIMENSION statement with one or more DROP clauses.
- ORA-30349: specified dimension hierarchy does not exist
-
Cause: A hierarchy name was encountered that is not defined within the dimension.
- ORA-30350: specified dimension attribute does not exist
-
Cause: An attribute name was encountered that is not defined within the dimension.
- ORA-30351: query rewrite does not currently support this expression
-
Cause: A complex expression was specified that is is not currently supported by query rewrite.
- ORA-30352: inconsistent numeric precision or string length
-
Cause: The SELECT expression was of a different numeric precision or string length than the corresponding container column. Therefore, query rewrite cannot guarantee results that are identical to the results obtained with the un-rewritten query.
- ORA-30353: expression not supported for query rewrite
-
Cause: The SELECT clause referenced UID, USER, ROWNUM, SYSDATE, CURRENT_TIMESTAMP, MAXVALUE, a sequence number, a bind variable, correlation variable, a set result, a trigger return variable, a parallel table queue column, collection iterator, a non-deterministic date format token RR, etc.
- ORA-30354: Query rewrite not allowed on SYS relations
-
Cause: A SYS relation was referenced in the select clause for a materialized view with query rewrite enabled.
- ORA-30355: materialized view container does not exist
-
Cause: A DROP TABLE command was issued directly against the materialized view container table.
- ORA-30356: the specified refresh method is not supported in this context
-
Cause: The refresh method that was specified is not currently supported.
- ORA-30357: this PL/SQL function cannot be supported for query rewrite
-
Cause: The statement referenced a PL/SQL function that is not marked DETERMINISTIC.
- ORA-30358: summary and materialized view are not in same schema
-
Cause: An internal Oracle error occured.
- ORA-30359: Query rewrite is not supported on SYS materialized views
-
Cause: An attempt was made to enable the REWRITE option on a materialized view in the SYS schema.
- ORA-30360: REF not supported with query rewrite
-
Cause: The statement contained a REF operator. Repeatable behavior cannot be guaranteed with the REF operator. Therefore, query rewrite cannot support the REF operator.
- ORA-30361: unrecognized string type
-
Cause: An internal Oracle error occured.
- ORA-30362: dimension column cannot be a sequence
-
Cause: The dimension statement referenced a column that is a sequence.
- ORA-30363: columns in a dimension column list must be in the same relation
-
Cause: The dimension statement contained a column list where the columns are not all from the same relation.
- ORA-30364: this level has the same set of columns as another
-
Cause: The level definition contained the same set of columns as another level.
- ORA-30365: left relation in the JOIN KEY clause cannot be same as right
-
Cause: The relation of the child columns on the left side of the JOIN KEY clause was the same as that of the parent level on the right side.
- ORA-30366: child JOIN KEY columns not in same relation as child level
-
Cause: The relation of the child columns on the left side of the JOIN KEY clause differed from that of that child level.
- ORA-30367: a JOIN KEY clause is required
-
Cause: A JOIN KEY clause was omitted in a dimension statement. A JOIN KEY clause is required when the child level and the parent level are not in the same relation.
- ORA-30368: ATTRIBUTE cannot determine column in a different relation
-
Cause: An ATTRIBUTE clause in a dimension statement specified a determined column on the right that is in a different relation than that of the level on the left.
- ORA-30369: maximum number of columns is 32
-
Cause: A list of columns was specified using more than 32 columns.
- ORA-30370: set operators are not supported in this context
-
Cause: A set operator such as UNION, UNION ALL, INTERSECT, or MINUS was encountered in an unsupported context, such as in a materialized view definition.
- ORA-30371: column cannot define a level in more than one dimension
-
Cause: A column was used in the definition of a level after it had already been used to define a level in a different dimension.
- ORA-30372: fine grain access policy conflicts with materialized view
-
Cause: A fine grain access control procedure has applied a non-null policy to the query for the materialized view.
- ORA-30373: object data types are not supported in this context
-
Cause: An object data type was encountered in an unsupported context.
- ORA-30374: materialized view is already fresh
-
Cause: If the materialized view is fresh, ORACLE ignores the ALTER MATERIALIZED VIEW mv RELY FRESH command, and issues this error message.
- ORA-30375: materialized view cannot be considered fresh
-
Cause: If the materialized view is invalid or unusable, it cannot be considered fresh with the ALTER MATERIALIZED VIEW mv CONSIDER FRESH command.
- ORA-30376: prevent sharing of a parsed query of an explain rewrite session
-
Cause: Explain rewrite generates a shared cursor after parsing the user query. Raising this error will prevent the cursor from being shared.
- ORA-30377: table string.MV_CAPABILITIES_TABLE not found
-
Cause: You have used the DBMS_MVIEW.EXPLAIN_MVIEW() API before you have defined the MV_CAPABILITIES_TABLE.
- ORA-30378: MV_CAPABILITIES_TABLE is not compatible with Oracle version
-
Cause: One or more column definitions in the MV_CAPABILITIES_TABLE is either missing or incompatible with the current Oracle version.
- ORA-30379: query txt not specified
-
Cause: You have attempted use DBMS_MVIEW.EXPLAIN_REWRITE() API using an empty query text argument
- ORA-30380: REWRITE_TABLE does not exist
-
Cause: You have used the DBMS_MVIEW.EXPLAIN_REWRITE() API before you have created the REWRITE_TABLE.
- ORA-30381: REWRITE_TABLE is not compatible with Oracle version
-
Cause: One or more column definitions in the REWRITE_TABLE is either missing or incompatible with the current Oracle version.
- ORA-30382: DROP MATERIALIZED VIEW string.string operation is not complete
-
Cause: The drop materialized view operation got an unexpected error while dropping summary object.
- ORA-30383: specified dimension level does not exist in the attribute
-
Cause: An attribute level was encountered that is not defined within the attribute.
- ORA-30384: specified column name does not exist in the attribute
-
Cause: A column was encountered that is not defined within the attribute.
- ORA-30385: specified attribute relationship ('string' determines 'string') exists
-
Cause: The specified attribute relationship has already been declared in one of the attribute clauses
- ORA-30386: invalid SQL statement for DECLARE_REWRITE_EQUIVALENCE
-
Cause: Either the source or destination statement is NULL
- ORA-30387: invalid rewrite mode for REWRITE_EQUIVALENCE API
-
Cause: The specified rewrite mode is not supported by REWRITE_EQUIVALENCE API
- ORA-30388: name of the rewrite equivalence is not specified
-
Cause: The name of the rewrite equivalence is NULL
- ORA-30389: the source statement is not compatible with the destination statement
-
Cause: The SELECT clause of the source statement is not compatible with the SELECT clause of the destination statement
- ORA-30390: the source statement is not equivalent to the destination statement
-
Cause: the set of rows returned by the source SQL text is not the same as the set of rows returned by the destination SQL text
- ORA-30391: the specified rewrite equivalence does not exist
-
Cause: the specified rewrite equivalence does not exist
- ORA-30392: the checksum analysis for the rewrite equivalence failed
-
Cause: the given checksum does not match with that generated from the source and destination statements.
- ORA-30393: a query block in the statement did not rewrite
-
Cause: A query block with a REWRITE_OR_ERROR hint did not rewrite
- ORA-30394: source statement identical to the destination statement
-
Cause: The source statement was identical to the destination statement
- ORA-30397: multiple JOIN KEY clauses specified for the same child level
-
Cause: Multiple JOIN KEY clauses were specified for a given child level in a dimension hierarchy.
- ORA-30398: illegal JOIN KEY clause
-
Cause: A JOIN KEY clause was specified that did not conform to certain requirements. A JOIN KEY clause connecting a child level with its non-immediate ancestor level is allowed only when that child level and its ancestor level satisfy the following conditions: 1. The immediate parent of the child level must be a skip level. 2. The child level cannot be a skip level. 3. The ancestor level must be a non-skip level. 4. The ancestor level must be the nearest non-skip level to the child level in the hierarchy.
- ORA-30399: a skip level must have at least one column that allows NULL values
-
Cause: A SKIP clause cannot be specified with a level when all of the columns that make up the level have NOT NULL constraints.
- ORA-30400: identical JOIN KEY clauses
-
Cause: Two JOIN KEY clauses with identical child keys and parent levels were specified.
- ORA-30401: JOIN KEY columns must be non-null
-
Cause: The dimension statement failed because the column(s) in the JOIN KEY clause permitted NULL values. The JOIN KEY columns are related to the columns of the dimension's skip levels in one or both of the following ways: 1. A skip level is defined over one or more of the JOIN KEY columns. 2. The attribute clauses of a skip level determine one or more of the JOIN KEY columns.
- ORA-30403: Daylight Saving Time (DST) upgrade in progress
-
Cause: Daylight Saving Time upgrade was in progress on a table in the materialized view.
- ORA-30405: hive_table_name missing
-
Cause: The Hive table name was missing.
- ORA-30406: invalid or missing cluster_id or hive URI
-
Cause: The cluster ID or the hive URI (Uniform Resource Identifier) or both were missing.
- ORA-30407: external table not found
-
Cause: The external table was not found.
- ORA-30408: invalid platform for hive catalog views or DBMS_HADOOP package
-
Cause: There was an attempt to create hive catalog views or a DBMS_HADOOP package on a platform other than Linux x86-64.
- ORA-30409: External table partitions are identical to hive table partitions.
-
Cause: There was an attempt to synchronize an external table with a hive table when external table partitions were identical to the hive table partitions.
- ORA-30410: External table metadata is incompatible with the source hive table.
-
Cause: There was an attempt to synchronize an external table with the source hive table with incompatible metadata.
- ORA-30411: Partition collision occurred because of a data type conversion error.
-
Cause: There was an attempt to create an Oracle external table partition from a Hive table partition with a partition key value identical to that of an existing partition. The Hive table partition key was of type decimal, but the Oracle table partition key was of type NUMBER(10, 0).
- ORA-30412: Oracle table to be merged with Hive table is not a Hive external table type.
-
Cause: An attempt was made to merge external Hive table partitions with a hybrid Oracle table, whose external partitions are not of the Hive type.
- ORA-30413: Oracle table to be merged with Hive table is already a hybrid partitioned table.
-
Cause: An attempt was made to merge external Hive table partitions with an already hybrid partitioned Oracle table.
- ORA-30414: Oracle table to be merged with Hive table must be a list partitioned table.
-
Cause: An attempt was made to merge external Hive table partitions with an unpartitioned or a non-list partitioned Oracle table.
- ORA-30415: Oracle table to be merged with Hive table cannot be an external table.
-
Cause: An attempt was made to merge external Hive table partitions with an Oracle external table.
- ORA-30416: Hive table to be merged with Oracle table has to be a non-empty partitioned table.
-
Cause: An attempt was made to merge an external non-partitioned or empty partitioned Hive table with an Oracle table.
- ORA-30417: The EXTERNAL MODIFY clause cannot be used to modify the location for an ORACLE_BIGDATA external table.
-
Cause: The EXTERNAL MODIFY clause was used to change the location for an ORACLE_BIGDATA external table.
- ORA-30418: cannot execute SELECT FOR UPDATE command from an external partition in a hybrid partitioned table
-
Cause: A SELECT FOR UPDATE operation on an external partition from a hybrid partitioned table was attempted.
- ORA-30420: string is not a valid identifier
-
Cause: All identifiers used in the DBMS_OLAP package must have at most 30 characters, and must start with a letter that is followed by any combination of letters, numerals, and the signs '$', '_', and '#'. Other characters cannot be used in identifiers. The rules for DBMS_OLAP identifiers are the same as for PL/SQL identifiers.
- ORA-30430: list does not contain any valid summaries
-
Cause: List is empty or does not contain the names of existing summaries
- ORA-30431: refresh method must be ANY or INCREMENTAL or FORCE_FULL, not string
-
Cause: An invalid refresh method was specified
- ORA-30432: summary 'string.string' is in INVALID state
-
Cause: The summary is in INVALID state and cannot be refreshed
- ORA-30433: 'string.string' is not a summary
-
Cause: There is no such summary, therefore it cannot be refreshed
- ORA-30434: refresh method must be one of FC?AN, not 'string'
-
Cause: An invalid refresh method was specified
- ORA-30435: job_queue_processes must be non-zero in order to refresh summaries
-
Cause: The server must be started with parameter 'job_queue_processes' greater than zero
- ORA-30436: unable to open named pipe 'string'
-
Cause: The refresh process was unable to open a named pipe to the job queue process usually because of insufficient system resources
- ORA-30437: all job queue processes have stopped running
-
Cause: All of the job queue processes used by refresh have stopped for some reason. At least one job queue process must be running in order to refresh summaries.
- ORA-30438: unable to access named pipe 'string'
-
Cause: The refresh process was unable to access a named pipe to the job queue process after it successfully opened the pipe. This usually indicates an internal or operating system error condition.
- ORA-30439: refresh of 'string.string' failed because of string
-
Cause: The refresh job queue process encountered an error and is reporting it. The accompanying text of the message indicates cause of the error
- ORA-30440: can't fast refresh;refresh complete or set event 30441 for partial refresh
-
Cause: Both DML and direct-load are performed against detail tables. Fast refresh can only process direct-load inserts.
- ORA-30441: enable partial refresh when both DML and direct load inserts occur
-
- ORA-30442: can not find the definition for filter string
-
Cause: For the specified filterid parameter, there is no corresponding filter definition found in the advisor repository
- ORA-30443: definition for filter string's item string is invalid
-
Cause: The specified filter is invalid. It contains at least one invalid filter item. If a filter item has a string list, it becomes illegal when the string list cannot be successfully parsed. If the filter item contains a range definition, and the lower bound of the range is greater than the higher bound, the item also becomes invalid.
- ORA-30444: rewrite terminated by the sql analyzer
-
Cause: The sql analyzer terminates the rewrite process
- ORA-30445: workload queries not found
-
Cause: No workload queries in the advisor repository can satifiy the specified filter
- ORA-30446: valid workload queries not found
-
Cause: None of the specified queries can be successfully parsed. The error may come from many sources: SQL syntax error, the owner specified by the load_workload subprograms do not match the real user who generates the SQL statement
- ORA-30447: internal data for run number string is inconsistent
-
Cause: Users should not explicitly modify summary advisor's internal tables. Such modifications may cause inconsistency in the internal tables and result in this error.
- ORA-30448: internal data of the advisor repository is inconsistent
-
Cause: Users should not explicitly modify summary advisor's internal tables. Such modifications may cause inconsistency in the internal tables and result in this error.
- ORA-30449: syntax error in parameter string
-
Cause: The syntax for the specified parameter is incorrect
- ORA-30450: refresh_after_errors was TRUE; The following MVs could not be refreshed: string
-
Cause: One or more errors occurred during a refresh of multiple summaries.
- ORA-30451: internal error
-
Cause: An internal error was detected by the summary refresh subsystem, and aborted the refresh operation
- ORA-30452: cannot compute AVG(X), VARIANCE(X) or STDDEV(X), without COUNT(X) or SUM(X)
-
Cause: Incremental refresh of summaries requires a COUNT(X) column in order to incrementally refresh AVG(X). It requires both SUM(X) and COUNT(X) columns in order to in refresh STDDEV(X) or VARIANCE(X)
- ORA-30453: summary contains AVG without corresponding COUNT
-
Cause: Incremental refresh of summaries with AVG(X) requires a COUNT(X) column to be included in the summary definition
- ORA-30454: summary contains STDDEV without corresponding SUM & COUNT
-
Cause: Incremental refresh of summaries with STDDEV(X) requires COUNT(X) and SUM(X) columns to be included in the summary definition
- ORA-30455: summary contains VARIANCE without corresponding SUM & COUNT
-
Cause: Incremental refresh of summaries with VARIANCE(X) requires COUNT(X) and SUM(X) columns to be included in the summary definition
- ORA-30456: 'string.string' cannot be refreshed because of insufficient privilege
-
Cause: The user lacks one or more permissions that are required in order to refresh summaries.
- ORA-30457: 'string.string' cannot be refreshed because of unmnanaged NOT NULL columns in container
-
Cause: The container object for the summary contains one or more unmanaged columns do not allow nulls, and which do not specify a default valur for those columns.
- ORA-30458: 'string.string' cannot be refreshed because the refresh mask is string
-
Cause: An attempt was made to incrementally refresh a summary that is not incrementally refreshable.
- ORA-30459: 'string.string' cannot be refreshed because the refresh method is NONE
-
Cause: An attempt was made to refresh a summary whose refresh method is NONE
- ORA-30460: 'string.string' cannot be refreshed because it is marked UNUSABLE
-
Cause: An attempt was made to refresh a summary which is UNUSABLE
- ORA-30461: 'string.string' cannot be refreshed because it is marked DISABLED
-
Cause: An attempt was made to refresh a summary which is DISABLED
- ORA-30462: unsupported operator: string
-
Cause: An attempt was made to refresh a summary containing an unsupported operator
- ORA-30463: 'string' is not a detail table of any summary
-
Cause: The list of tables passed to refresh_dependent contains at least one invalid table name. That table is not a detail table of any summary and is therefore an invalid input to refresh_dependent
- ORA-30464: no summaries exist
-
Cause: A call was made to refresh_all_mviews, but no summaries exist. At least one summary must exist before calling refresh_all_mviews
- ORA-30465: supplied run_id is not valid: string
-
Cause: There are three possible causes: The specified run_id does not exist; the run_id was created by another user other than the current user; the run_id has already been used.
- ORA-30466: can not find the specified workload string
-
Cause: The specified workload_id is not valid
- ORA-30467: internal data for filter number string is inconsistent
-
Cause: Users should not explicitly modify summary advisor's internal tables. Such modifications may cause inconsistency in the internal tables and result in this error.
- ORA-30475: feature not enabled: string
-
Cause: The specified feature is not enabled.
- ORA-30476: PLAN_TABLE does not exist in the user's schema
-
Cause: Estimate_Summary_Size uses Oracle SQL "EXPLAIN PLAN" command to estimate cardinality of the specified select-clause. This requires a table called the PLAN_TABLE in the user's schema. For more information refer to the SQL Reference Manual.
- ORA-30477: The input select_clause is incorrectly specified
-
Cause: The input select-clause parameter to Estimate_Summary_Size is incorrectly specified and cannot be compiled.
- ORA-30478: Specified dimension does not exist
-
Cause: the specified dimension to be verified does not exist
- ORA-30479: Summary Advisor error\nstring
-
Cause: An error has occurred in the Summary Advisor package This message will be followed by a second message giving more details about the nature of the error.
- ORA-30480: DISTINCT option not allowed with GROUP BY CUBE or ROLLUP
-
- ORA-30481: GROUPING function only supported with GROUP BY CUBE or ROLLUP
-
- ORA-30482: DISTINCT option not allowed for this function
-
- ORA-30483: window functions are not allowed here
-
Cause: Window functions are allowed only in the SELECT list of a query. And, window function cannot be an argument to another window or group function.
- ORA-30484: missing window specification for this function
-
Cause: All window functions should be followed by window specification, like function(argument list) OVER (window specification)
- ORA-30485: missing ORDER BY expression in the window specification
-
Cause: Either the ORDER BY expression is mandatory for this function, or there is an aggregation group without any ORDER by expression.
- ORA-30486: invalid window aggregation group in the window specification
-
Cause: If the window specification is specified using RANGE option and there are multiple ORDER BY expressions, then the aggregation group cannot contain any expression (It can only have CURRENT ROW, UNBOUNDED PRECEDING, or UNBOUNDED FOLLOWING). First end point (bound) cannot be UNBOUNDED FOLLOWING and second end point cannot be UNBOUNDED PRECEDING. If the first end point is CURRENT ROW, then second end point can only be CURRENT ROW or expr /UNBOUNDED FOLLOWING. If the first end point is expr FOLLOWING, then second end point can only be expr/UNBOUNDED FOLLOWING.
- ORA-30487: ORDER BY not allowed here
-
Cause: DISTINCT functions and RATIO_TO_REPORT cannot have an ORDER BY
- ORA-30488: argument should be a function of expressions in PARTITION BY
-
Cause: The argument of the window function should be a constant for a partition.
- ORA-30489: Cannot have more than one rollup/cube expression list
-
Cause: GROUP BY clause has more than one rollup/cube expression list.
- ORA-30490: Ambiguous expression in GROUP BY ROLLUP or CUBE list
-
Cause: An expression in the GROUP BY ROLLUP or CUBE list matches an expression in the ordinary GROUP BY expression list
- ORA-30491: missing ORDER BY clause
-
- ORA-30492: One of FIRST or LAST keywords is expected.
-
- ORA-30493: The percentile value should be a number between 0 and 1.
-
Cause: A percentile value for PERCENTILE_CONT or PERCENTILE_DISC function is specified out of range.
- ORA-30494: The argument [string] of WIDTH_BUCKET function is NULL or invalid.
-
- ORA-30495: The argument should be of numeric or date/datetime type.
-
- ORA-30496: Argument should be a constant.
-
- ORA-30497: Argument should be a constant or a function of expressions in GROUP BY.
-
- ORA-30498: ALL option not allowed for this function
-
- ORA-30500: database open triggers and server error triggers cannot have BEFORE type
-
Cause: An attempt was made to create a trigger that fires before the database is open or before server errors, but these types of triggers are not supported.
- ORA-30501: instance shutdown triggers cannot have AFTER type
-
Cause: An attempt was made to create a trigger that fires after an instance shutdown, but this type of trigger is not supported.
- ORA-30502: system triggers cannot have INSERT, UPDATE, or DELETE as triggering events
-
Cause: An attempt was made to create a system trigger with INSERT, UPDATE, or DELETE triggering events, but this type of trigger is not supported because a system trigger does not have a base table.
- ORA-30503: system triggers cannot have a REFERENCING clause
-
Cause: An attempt was made to use a REFERENCING clause with a system trigger, but this type of trigger is not supported because a system triggers does not have a base table.
- ORA-30504: system triggers cannot have a FOR EACH ROW clause
-
Cause: An attempt was made to use a FOR EACH ROW clause with a system trigger, but this type of trigger is not supported because a system triggers does not have a base table.
- ORA-30505: system triggers should not reference a column in a WHEN clause
-
Cause: An attempt was made to use a WHEN clause to reference a column with a system trigger, but this type of trigger is not supported because a system trigger does not have a base table.
- ORA-30506: system triggers cannot be based on tables or views
-
Cause: An attempt was made to base a system trigger on a table or a view.
- ORA-30507: normal triggers cannot be based on a schema, a database, or a pluggable database
-
Cause: An attempt was made to base a normal trigger on a schema, a database, or a pluggable database, but normal triggers can be based only on tables or views.
- ORA-30508: client logon triggers cannot have BEFORE type
-
Cause: An attempt was made to create a trigger that fires before logon. This type of trigger is not supported.
- ORA-30509: client logoff triggers cannot have AFTER type
-
Cause: An attempt was made to create a trigger that fires after logoff. This type of trigger is not supported.
- ORA-30510: system triggers cannot be defined on the schema of SYS user
-
Cause: An attempt was made to define a system trigger on the schema of SYS user. This type of trigger is not supported currently.
- ORA-30511: invalid DDL operation in system triggers
-
Cause: An attempt was made to perform an invalid DDL operation in a system trigger. Most DDL operations currently are not supported in system triggers. The only currently supported DDL operations are table operations, pluggable database operations, ALTER COMPILE operations, and ALTER SESSION operations.
- ORA-30512: cannot modify string.string more than once in a transaction
-
Cause: An attempt was made to modify an object more than once in a transaction. This error is usually caused by a DDL statement that fires a system trigger that tries to modify the same object. It can also happen when an attempt is made to perform more than one DDL operation on a queue table in the same transaction without issuing a commit between operations.
- ORA-30513: cannot create system triggers of INSTEAD OF type
-
Cause: Only BEFORE or AFTER triggers can be created on system events.
- ORA-30514: system trigger cannot modify tablespace being made read only
-
Cause: A beofre trigger tries to modify a tablespace which is being made READ ONLY as the part of DDL oepration
- ORA-30515: suspend triggers cannot have BEFORE type
-
Cause: An attempt was made to create a trigger that fires before execution suspended. This type of trigger is not supported.
- ORA-30516: database role change triggers cannot have BEFORE type
-
Cause: An attempt was made to create a trigger that fires before the role change completed. This type of trigger is not supported.
- ORA-30550: index depends on a package/function spec/body which is not valid
-
Cause: the functional indexes depends on some invalid/non-existent package/function spec/body
- ORA-30551: The index depends on a package/type body which does not exist
-
Cause: the functional indexes depends on a package/type body which does not exist
- ORA-30552: The package/procedure/function cannot be changed
-
Cause: The package/procedure/function is deterministic and some object depends on it
- ORA-30553: The function is not deterministic
-
Cause: The function on which the index is defined is not deterministic
- ORA-30554: function-based index string.string is disabled
-
Cause: An attempt was made to access a function-based index that has been marked disabled because the function on which the index depends has been changed.
- ORA-30555: global index partitioning key is an expression
-
Cause: An attempt was made to use an expression as a partitioning key in an index.
- ORA-30556: either functional or bitmap join index is defined on the column to be modified
-
Cause: An ALTER TABLE MODIFY COLUMN was issued on a column on which either a functional index or bitmap join index exists.
- ORA-30557: function based index could not be properly maintained
-
Cause: The user updated a column on which a function based index is present which was not successfully updated
- ORA-30558: internal error [string] in function based index
-
Cause: This is an internal error.
- ORA-30560: SAMPLE clause not allowed
-
- ORA-30561: SAMPLE option not allowed in statement with multiple table references
-
- ORA-30562: SAMPLE percentage must be in the range [0.000001,100)
-
- ORA-30563: outer join operator (+) is not allowed here
-
Cause: An attempt was made to reference (+) in either the select-list, CONNECT BY clause, START WITH clause, or ORDER BY clause.
- ORA-30564: Index maintainence clause not allowed for ADD partition to RANGE partitioned tables
-
Cause: The clause INVALIDATE or UPDATE GLOBAL INDEXES is allowed only for ADD partition to a HASH partitioned table or ADD subpartition to a composite partitioned table.
- ORA-30565: Only one INVALIDATE or UPDATE GLOBAL INDEXES clause may be specified
-
Cause: The clause INVALIDATE or UPDATE GLOBAL INDEXES was specified more than once.
- ORA-30566: Index maintainence clause not allowed for this command
-
Cause: The clause INVALIDATE or UPDATE GLOBAL INDEXES is not allowed for this command
- ORA-30567: name already used by an existing log group
-
Cause: The specified log group name has to be unique.
- ORA-30568: cannot drop log group - nonexistent log group
-
Cause: The <log_group_name> specified in alter table drop log group is incorrect or nonexistent.
- ORA-30569: data type of given column is not supported in a log group
-
Cause: An attempt was made to include a column in a log group with one of these unsupported data types: LONG, VARRAY, nested table, object, or LOB.
- ORA-30570: SEGMENT SPACE MANAGEMENT option already specified
-
Cause: In CREATE TABLESPACE, the SEGMENT SPACE MANAGEMENT option was specified more than once.
- ORA-30571: invalid SEGMENT SPACE MANAGEMENT clause
-
Cause: An invalid option appears for SEGMENT SPACE MANAGEMENT clause.
- ORA-30572: AUTO segment space management not valid with DICTIONARY extent management
-
Cause: in CREATE TABLESPACE, the AUTO SEGMENT SPACE MANAGEMENT was used with a DICTIONARY extent management clause.
- ORA-30573: AUTO segment space management not valid for this type of tablespace
-
Cause: in CREATE TABLESPACE, the AUTO SEGMENT SPACE MANAGEMENT was used while creating an UNDO or TEMPORARY tablespace.
- ORA-30574: Cannot create rollback segment in tablespace with AUTO segment space management
-
Cause: A rollback segment is being created in a tablespace that was created with AUTO segment space management.
- ORA-30575: ConText Option not installed
-
Cause: Oracle executable doesn't have ConText Option linked in
- ORA-30576: ConText Option dictionary loading error
-
Cause: ConText dictionary tables may be corrupted
- ORA-30577: SAMPLE group size must be in the range [1,UB4MAXVAL]
-
- ORA-30625: method dispatch on NULL SELF argument is disallowed
-
Cause: A member method of a type is being invoked with a NULL SELF argument.
- ORA-30626: function/procedure parameters of remote object types are not supported
-
- ORA-30627: Oracle event to pass temp lobs by ref from sql
-
- ORA-30628: Oracle event to turn off passing temp lobs by ref
-
- ORA-30645: reject limit out of range
-
Cause: Reject limit specifies the number of records rejected before terminating a table scan. The range is a either a number between 1..100000 or UNLIMITED if no limit is intended.
- ORA-30646: schema for external table type must be SYS
-
Cause: A schema other then SYS was specified for the TYPE
- ORA-30647: error retrieving access parameters for external table string.string
-
Cause: An error occurred when fetching the access parameters for the specified external or hybrid-partitioned table.
- ORA-30648: missing LOCATION keyword
-
- ORA-30649: missing DIRECTORY keyword
-
Cause: DEFAULT DIRECTORY clause missing or incorrect.
- ORA-30650: missing PARAMETERS keyword
-
- ORA-30651: missing CLOB keyword
-
- ORA-30652: missing LIMIT keyword
-
- ORA-30653: reject limit reached
-
Cause: the reject limit has been reached.
- ORA-30654: missing DEFAULT keyword
-
Cause: DEFAULT DIRECTORY clause not specified or incorrect.
- ORA-30655: cannot select FOR UPDATE from external organized table
-
Cause: A select for update on an external table was attempted.
- ORA-30656: column type not supported on external-organized or hybrid-partitioned table
-
Cause: An attempt was made to create an external-organized table or hybrid-partitioned table with a column of type LONG, LOB, BFILE, ADT, or VARRAY.
- ORA-30657: operation not supported on external organized table
-
Cause: User attempted on operation on an external table which is not supported.
- ORA-30658: attempt was made to create a temporary table with EXTERNAL organization
-
Cause: An attempt was made to create an External Organized Temporary table. This is not supported.
- ORA-30659: too many locations specified for external-organized or hybrid-partitioned table
-
Cause: An attempt was made to create or query an external-organized or hybrid-partitioned table with more than the maximum allowed (32767) locations specified.
- ORA-30661: NOT NULL constraint violated on fetch from external or hybrid-partitioned table (string)
-
Cause: A NULL entry was detected in the column with a NOT NULL constraint during a fetch from an external or hybrid-partitioned table.
- ORA-30663: An EXTERNAL MODIFY clause can only be specified for an external or hybrid-partitioned table.
-
Cause: An EXTERNAL MODIFY clause was specified when querying a table that was not an external or hybrid-partitioned table.
- ORA-30664: column string not found in projected column list for external table
-
Cause: A requested column was not found in the projected column list.
- ORA-30665: invalid NOT NULL constraint specified on a DEFAULT ON NULL column
-
Cause: A NOT NULL constraint was not specified correctly on a DEFAULT ON NULL column.
- ORA-30666: cannot modify NOT NULL constraint on a DEFAULT ON NULL column
-
Cause: The NOT NULL constraint on a DEFAULT ON NULL column could not be modified.
- ORA-30667: cannot drop NOT NULL constraint on a DEFAULT ON NULL column
-
Cause: The NOT NULL constraint on a DEFAULT ON NULL column could not be dropped.
- ORA-30668: LATERAL cannot follow CROSS APPLY or OUTER APPLY
-
Cause: An attempt was made to follow the CROSS APPLY or OUTER APPLY keyword with the LATERAL keyword.
- ORA-30669: table can have only one identity column
-
Cause: An attempt was made to specify more than one identity column on a table.
- ORA-30670: invalid NOT NULL constraint specified on an identity column
-
Cause: A NOT NULL constraint was not specified correctly on an identity column.
- ORA-30671: cannot modify NOT NULL constraint on an identity column
-
Cause: The NOT NULL constraint on an identity column could not be modified.
- ORA-30672: cannot drop NOT NULL constraint on an identity column
-
Cause: The NOT NULL constraint on an identity column could not be dropped.
- ORA-30673: column to be modified is not an identity column
-
Cause: An attempt was made to modify the identity properties of that is not an identity column.
- ORA-30674: identity column cannot have a default value
-
Cause: An attempt was made to add a default value to an identity column.
- ORA-30675: identity column must be a numeric type
-
Cause: An attempt was made to create or alter an identity column with a non-numeric data type.
- ORA-30676: socket read or write failed
-
Cause: A problem kept a socket from reading or writing the expected amount of data. More specific information is not available.
- ORA-30677: session is already connected to a debugger
-
Cause: An attempt to connect a session to a debugger could not proceed because the session is already connected to some debugger.
- ORA-30678: too many open connections
-
Cause: An attempt to open a connection failed because too many are already open by this session. The number of allowed connections varies as some may be in use through other components which share the same pool of allowed connections.
- ORA-30679: JDWP-based debugging not supported in this configuration
-
Cause: An attempt to open a debugging connection failed because this server configuration cannot support the required asynchronous socket traffic detection.
- ORA-30680: debugger connection handshake failed
-
Cause: A problem occurred when trying to establish a debugger connection. This might indicate that the port specified as the location of the debugger is actually being used by some other type of application.
- ORA-30681: improper value for argument EXTENSIONS_CMD_SET
-
Cause: An improper parameter value was provided in a call to DBMS_DEBUG_JDWP.CONNECT_TCP.
- ORA-30682: improper value for argument OPTION_FLAGS
-
Cause: An improper parameter value was provided in a call to DBMS_DEBUG_JDWP.CONNECT_TCP.
- ORA-30683: failure establishing connection to debugger
-
Cause: An error was indicated when trying to establish a connection to a debugger. Usually a TNS error will display along with this message to further explain the problem, although this TNS error will likely be hidden if you choose to trap the error.
- ORA-30684: request timed out
-
Cause: The request was not processed within the given time.
- ORA-30685: package version is not compatible with Oracle version
-
Cause: The installed version of the package from which this error is raised is not compatible with this release of Oracle.
- ORA-30686: no dispatcher accepted TCP/IP connection request
-
Cause: A connection had to be routed through a local socket rather than a dispatcher. When this occurs, shared servers are less beneficial because the session that owns the socket cannot relinquish the process until the socket is closed. The most likely cause is that no dispatcher is configured for protocol=tcp.
- ORA-30687: session terminated by debugger
-
Cause: The execution of the session was stopped by the debugger. This can occur because of an explicit request sent by the debugger, or because the debugger disconnected without requesting the ORACLE server to let the session continue to run after the disconnection. It can also occur if the ORACLE server needs to disconnect the debugger at a time when the person controlling the debugger might not expect, such as upon a reset of the related package state or a change of the login user. To prevent continuing the execution using debugger-introduced modifications that might have been intended to be temporary, the ORACLE server needs to fully terminate the session.
- ORA-30688: maximum program calling depth exceeded
-
Cause: Your program contains a set of calls that are too deep to be handled. Only transitions between the different execution engines (SQL, PL/SQL, and Java) count in reaching this limit; calls within the same engine don't count.
- ORA-30689: improper value for ORA_DEBUG_JDWP
-
Cause: An improper value was used for ORA_DEBUG_JDWP when trying to establish a connection to a debugger. The value either did not conform to the format of ORA_DEBUG_JDWP or was too long.
- ORA-30690: timeout occurred while registering a TCP/IP connection for data traffic detection
-
Cause: A timeout occurred while registering a TCP/IP connection for data traffic detection.
- ORA-30691: failed to allocate system resources while registering a TCP/IP connection for data traffic detection
-
Cause: System resources ran out while registering a TCP/IP connection for data traffic detection.
- ORA-30695: JDWP message format problem
-
Cause: A message passed from one software subcomponent to another using the JDWP protocol appears invalidly formatted.
- ORA-30696: request aborted by the target session
-
Cause: The request was aborted by the target session. Possible causes include an unresolved error while the request was processed or the target session had aborted.
- ORA-30725: JDWP-based debugging is not yet available
-
Cause: This feature is not yet available for use.
- ORA-30726: cannot specify referenced column list here
-
Cause: An attempt was made to specify a referenced column list for a referential constraint involving a REF column.
- ORA-30727: duplicate referential constraint for a REF column
-
Cause: Multiple referential constraints were specified for a single REF column.
- ORA-30728: maximum number of columns exceeded
-
Cause: Adding referential constraint on a REF column requires the the creation of an additional column.
- ORA-30729: maximum number of columns exceeded
-
Cause: Adding scope or referential constraint on a REF column requires the creation of additional columns if the target table's object identifier is primary key based.
- ORA-30730: referential constraint not allowed on nested table column
-
Cause: An attempt was made to define a referential constraint on a nested table column.
- ORA-30731: scope constraint not allowed on nested table column when the nested table is being created
-
Cause: An attempt was made to define a scope constraint on a nested table column when the nested table is being created.
- ORA-30732: table contains no user-visible columns
-
Cause: An attempt was made to query on a system table which has no user-visible columns.
- ORA-30733: cannot specify rowid constraint on scoped ref column
-
Cause: An attempt was made to specify rowid constraint on a scoped REF column.
- ORA-30734: cannot specify scope constraint on ref column with rowid
-
Cause: An attempt was made to specify scope constraint on a REF column with the rowid constraint.
- ORA-30735: cannot create multiple subtables of the same type under a supertable
-
Cause: An attempt was made to create under a supertable (superview), a subtable(subview) of the same type as another existing subtable (subview).
- ORA-30736: objects in a table or view hierarchy have to be in the same schema
-
Cause: An attempt was made to create a subtable(subview) under a supertable(superview) located in another schema.
- ORA-30737: cannot create subtable of a type which is not a subtype of the type of the supertable
-
Cause: An attempt was made to create a subtable(subview) of a type which is not a subtype of the type of the super object.
- ORA-30738: object "string" does not exist in schema "string"
-
Cause: The specified object does not exist.
- ORA-30739: cannot drop a table that has subtables
-
Cause: The user tried to drop a table that has subtables defined under it.
- ORA-30740: cannot grant UNDER privilege on this object
-
Cause: The user tried to grant UNDER privilege on an object that is not one of the following : non final object type, object table of non final type, object view of non final type.
- ORA-30741: WITH HIERARCHY OPTION can be specified only for SELECT or READ privileges
-
Cause: An attempt was made to specify WITH HIERARCHY OPTION for a privilege other than SELECT or READ.
- ORA-30742: cannot grant SELECT or READ privilege when WITH HIERARCHY OPTION is specified on the object
-
Cause: An attempt was made to grant the SELECT or READ privilege when the WITH HIERARCHY OPTION was specified on an object that is not one of the following: - Object table of non-final type - Object view of non-final type
- ORA-30743: "string" is not an object view
-
Cause: The specified object is not an object view.
- ORA-30744: "string" is not an object table
-
Cause: The specified object is not an object table.
- ORA-30745: error occured while trying to add column "string" in table "string"
-
Cause: The user tried to add a subtype which tried to alter the tables dependent on the supertype.
- ORA-30746: error occured while trying to drop column "string" in table "string"
-
Cause: The user tried to drop a subtype with VALIDATE option which tried to check for stored instances of the type in the stated table
- ORA-30747: cannot create substitutable tables or columns of non final type string.string
-
Cause: The user tried to create substitutable table or column of a non final type. This operation is not currently supported.
- ORA-30748: column string already enabled to store objects of type string.string
-
Cause: The user is trying to enable a column to store instances of a type for which it is already enabled.
- ORA-30749: column string not enabled to store objects of type string.string
-
Cause: The user is trying to disable a column from storing instances of a type for which it is already enabled.
- ORA-30750: cannot enable column string to store objects of type string.string
-
Cause: The user is trying to enable a column to store instances of a subtype. The error is raised due to one of the following :
- ORA-30751: cannot disable column string from storing objects of type string.string
-
Cause: The user is trying to drop a type from being stored in a substitutable column or table. This error is raised due to one of the following reasons : - the column is enabled to store instances of some subtype of the type being dropped. - the column is enabled to store instances of only one type
- ORA-30752: column or table string is not substitutable
-
Cause: The user is performing an operation that is not allowed on non substitutable column or table.
- ORA-30753: column or table string is substitutable
-
Cause: The user is performing an operation that is not allowed on substitutable column or table.
- ORA-30754: column or table string stores objects of only one type
-
Cause: The user is trying to perform an operation that is not allowed on object column or table that is enabled to store instances of a single type.
- ORA-30755: error during expansion of view hierarchy
-
Cause: There was an error while trying to expand a view hierarchy. This could be due to invalid subviews (or subviews with errors)
- ORA-30756: cannot create column or table of type that contains a supertype attribute
-
Cause: The user tried to create a column or table of an object type that contains a supertype attribute. This is not supported because it leads to infinite recursion in our current storage model. Note that creating a column of a type implies that we create columns corresponding to all subtype attributes as well.
- ORA-30757: cannot access type information
-
Cause: Either a subtype was created and operations performed with this new type while the session was in progress, or the type information was unpinned from the object cache.
- ORA-30758: cannot specify local on a non-partitioned table
-
Cause: The user specified local or global for a nested table storage parameter while the base table is non-partitioned.
- ORA-30759: nested table cannot be partitioned for a composite partitioned base table
-
Cause: The user specifed local or nested table parameters inside partition clause for a composite partitioned table.
- ORA-30760: cannot drop system-generated hidden object column
-
Cause: An attempt was made to drop a system-generated hidden object column
- ORA-30765: cannot modify scope for an unscoped REF column
-
Cause: An attempt was made to modify the scope for an unscoped REF column.
- ORA-30766: cannot modify scope for a REF column with a REFERENCES constraint
-
Cause: An attempt was made to modify the scope for a REF column with a REFERENCES constraint.
- ORA-30767: OID type mismatch
-
Cause: An attempt was made to modify the scope for a REF column to a table whose object identifier's type is different from that of the original scoped table.
- ORA-30768: Cannot evaluate pipelined function
-
Cause: Pipelined functions can only be used in a TABLE expression in the from clause.
- ORA-30770: Cannot specify storage options for fixed size opaque type
-
Cause: Storage clause was specified during table creation for a fixed size opaque type.
- ORA-30771: Cannot add more than one referential constraint on REF column "string"
-
Cause: Multiple referential constraints were specified for a single REF column.
- ORA-30772: opaque types do not have default constructors
-
Cause: Constructor invocation did not succeed, since no user-defined constructors were defined for the opaque type, and since opaque types do not have default constructors.
- ORA-30773: opaque types do not have default constructors
-
Cause: Constructor invocation did not succeed, since no user-defined constructors were defined for the opaque type, and since opaque types do not have default constructors.
- ORA-30774: Library "string" was erroneously defined as a trusted library for opaque types
-
Cause: User has defined some library as trusted library for opaque types.
- ORA-30926: unable to get a stable set of rows in the source tables
-
Cause: A stable set of rows could not be got because of large dml activity or a non-deterministic where clause.
- ORA-30927: Unable to complete execution due to failure in temporary table transformation
-
Cause: In memory temporary tables we create are aged out of shared pool before we are able to grab them again.
- ORA-30928: Connect by filtering phase runs out of temp tablespace
-
Cause: It is probably caused by the fact that there is a loop in the data.
- ORA-30929: ORDER SIBLINGS BY clause not allowed here
-
Cause: ORDER SIBLINGS BY clause is specifed in a query which doesn't have CONNECT BY clause.
- ORA-30930: NOCYCLE keyword is required with CONNECT_BY_ISCYCLE pseudocolumn
-
Cause: CONNECT_BY_ISCYCLE was specifed in a query which does not have the NOCYCLE keyword.
- ORA-30931: Element 'string' cannot contain mixed text
-
Cause: XML elements must be declared mixed to contain multiple text nodes
- ORA-30932: Reference node 'string' not contained in specified parent node 'string'
-
Cause: When using a reference node, it must have the specified parent node
- ORA-30933: Element 'string' may not appear at this point within parent 'string'
-
Cause: The ordering specified by the content model of the parent does not allow for this element to occur at this position.
- ORA-30934: 'string' (string node) cannot be inserted in parent 'string' (string node)
-
Cause: The schema does not allow a child node of this type to be inserted into a parent node of this type. For example, only element nodes may only be inserted into a document
- ORA-30935: XML maxoccurs value (string) exceeded
-
Cause: An attempt was made to insert more than maxoccurs values into a schema-based XML document.
- ORA-30936: Maximum number (string) of 'string' XML node elements exceeded
-
Cause: An attempt was made to insert more than the allowed number of elements (specified by the maxoccurs facet) into an XML document.
- ORA-30937: No schema definition for 'string' (namespace 'string') in parent 'string'
-
Cause: The schema definition for the parent node being processed does not allow for the specified child node in its content model. Note that any typecasting via xsi:type must occur before the schema definitions for the new type can be used.
- ORA-30938: No prefix defined for namespace 'string' (particle string)
-
Cause: An XML namespace mapping (xmlns:prefix=namespace URL) must be defined for each particle (element or attribute) stored in an schema-constrained XMLType document.
- ORA-30939: Order violation: Element 'string' may not follow element 'string'
-
Cause: The XML schema specifies a content model that is sequential, where the order of nodes in the instance must follow the order specified by the schema, and this instance relies on the schema validity to avoid maintaining instance order information
- ORA-30940: Cannot resolve prefix 'string' for QName node 'string'
-
Cause: An attempt was made to store a QName value without having a valid namespace in scope for that prefix.
- ORA-30941: Cannot specify empty URI for non-default namespace 'string'
-
Cause: An attempt was made to insert a namespace declaration for a non-default namespace using an empty URI string.
- ORA-30942: XML Schema Evolution error for schema 'string' table string column 'string'
-
Cause: The given XMLType table/column which conforms to the given schema had errors during evolution. For more information, see the more specific error below this one
- ORA-30943: XML Schema 'string' is dependent on XML schema 'string'
-
Cause: Not all dependent schemas were specified and/or the schemas were not specified in dependency order, i.e., if schema S1 is dependent on schema S, S must appear before S1.
- ORA-30944: Error during rollback for XML schema 'string' table string column 'string'
-
Cause: The given XMLType table/column which conforms to the given schema had errors during a rollback of XML schema evolution. For more information, see the more specific error below this one
- ORA-30945: Could not create mapping table 'string'
-
Cause: A mapping table could not be created during XML schema evolution. For more information, see the more specific error below this one
- ORA-30946: XML Schema Evolution warning: temporary tables not cleaned up
-
Cause: An error occurred after the schema was evolved while cleaning up temporary tables. The schema evolution was successful
- ORA-30947: Dependent table 'string' of XML schema 'string' is version-enabled
-
Cause: An XMLType table that is dependent on an XML schema being evolved is version-enabled.
- ORA-30948: Illegal in-place XML schema evolution operation: string
-
Cause: An attempt was made to make an XML schema change that is not permitted through in-place XML schema evolution.
- ORA-30951: Element or attribute at Xpath string exceeds maximum length
-
Cause: An attempt was made to insert a node of length exceeding the maximum length (specified by the maxLength facet) into an XML document.
- ORA-30952: illegal configuration of HTTP/HTTPS in xdbconfig.xml
-
Cause: An attempt was made to update xdbconfig.xml when either 1) a value was specified for http2-port but not for http2-protocol (or vice versa), OR 2) http-port and http2-port were set to the same value.
- ORA-30953: XML minoccurs value (string) violated
-
Cause: An attempt was made to delete more than the required minimum number of elements (specified by the minoccurs facet) from an XML document.
- ORA-30954: char string is invalid in string
-
Cause: An invalid XML character was found.
- ORA-30955: The XML Index does not exist or is not asynchronous
-
Cause: An attempt was made to synchronize a nonexistent XML Index or a synchronous XML Index.
- ORA-30956: invalid option for XML Index
-
Cause: Unexpected error.
- ORA-30957: cannot downgrade because there are XML indexes
-
Cause: An attempt was made to downgrade a database that has XML indexes.
- ORA-30958: operation directly on the Pending Table is disallowed
-
Cause: An illegal operation was attempted on secondary objects of an XML Index.
- ORA-30959: The indexed column is not stored in CLOB.
-
Cause: An attempt was made to create an XML Index on an OR-XMLType column.
- ORA-30960: The entity is neither an XPATH nor a NAMESPACE.
-
Cause: The given string had invalid syntax.
- ORA-30961: internal SQL statement is too long
-
Cause: unexpected internal error
- ORA-30962: inconsistent ODCI input arguments
-
Cause: unexpected internal error
- ORA-30963: The indexed column is not of XMLType.
-
Cause: An attempt was made to create an XML Index on a non-XMLType column.
- ORA-30964: The XML Index was not usable.
-
Cause: The domain index for XML was not created properly. The Path Table is missing.
- ORA-30965: fragment does not fit into the VARCHAR2 VALUE column
-
Cause: The fragment size exceeded the max size.
- ORA-30966: error detected in the XML Index layer
-
Cause: Unexpected error.
- ORA-30967: operation directly on the Path Table is disallowed
-
Cause: illegal operation on secondary objects of a domain index
- ORA-30968: invalid XPATH or NAMESPACE option for XML Index
-
Cause: An attempt was made to use an unsupported option.
- ORA-30969: invalid syntax for PARAMETERS
-
Cause: An attempt was made to specify an invalid option.
- ORA-30970: option not supported for XML Index
-
Cause: An attempt was made to specify an invalid option.
- ORA-30971: illegal operation on the Path Table
-
Cause: An attempt was made to use an unsupported option.
- ORA-30972: invalid ALTER INDEX option for XML Index
-
Cause: An attempt was made to use an unsupported option.
- ORA-30973: invalid Path Table option for XML Index
-
Cause: An attempt was made to use an unsupported option.
- ORA-30974: invalid Path Id Index option for XML Index
-
Cause: An attempt was made to use an unsupported option.
- ORA-30975: invalid Order Key Index option for XML Index
-
Cause: An attempt was made to use an unsupported option.
- ORA-30976: invalid Parent Order Key Index option for XML Index
-
Cause: An attempt was made to use an unsupported option.
- ORA-30977: invalid Value Index option for XML Index
-
Cause: An attempt was made to use an unsupported option.
- ORA-30978: The XML Index is not locally partitioned.
-
Cause: An attempt was made to create a global partitioned XML Index.
- ORA-30979: Partitioned XML Index not yet supported.
-
Cause: An attempt was made to create a partitioned XML Index.
- ORA-30980: Invalid Input.
-
Cause: The input to the function is not valid.
- ORA-30982: Invalid option for a partition of an XML Index
-
Cause: An invalid option was specified at the partition level.
- ORA-30983: Maximum order key depth exceeded
-
Cause: The document could not be indexed because its nesting depth was more than that allowed by XML Index.
- ORA-30984: The XMLType column has to be declared as virtual
-
Cause: The XMLType column was not declared as virtual when creating a structured XMLIndex.
- ORA-30985: The virtual XMLType column for chaining is missing
-
Cause: The virtual XMLType column for chaining was missing when creating a structured XML index.
- ORA-30986: XML Index with more than one virtual column is disallowed
-
Cause: An attempt was made to create an XML Index with more than one virtual column.
- ORA-30987: XML Index on XML DB repository does not exist
-
Cause: An attempt was made to operate on a non-existent XML Index on XML DB repository.
- ORA-30988: Metadata of XML Index corrupted
-
Cause: An attempt to locate the XML Index failed.
- ORA-30989: XML Index on an Index Organized Table is not yet supported
-
Cause: XML Index supported only on Heap Organized Table.
- ORA-30990: insufficient privileges to change owner of resource string
-
Cause: An attempt was made to change the Owner field of an XML DB resource without sufficient privileges to do so.
- ORA-30991: cannot use DOM to add special attribute to schema-based parent
-
Cause: An attempt was made to add or remove an xsi:schemaLocation, xsi:noNamespaceSchemaLocation, xsi:type, or xsi:nil attribute to or from a schema-based XML node using DOM.
- ORA-30992: error occurred at Xpath string
-
- ORA-30993: complex type string is not referred by any global element
-
- ORA-30994: Invalid argument for DOM stream
-
Cause: Either a null or a nonleaf node was passed.
- ORA-30995: DOM streams operations cannot be performed on null/invalid node
-
Cause: The node is NULL or inexistent
- ORA-30996: Streams operations over non-existent stream
-
Cause: The stream passed is NULL or invalid.
- ORA-30997: XSL processing of XML failed with error LPX-string
-
Cause: An LPX routine (XML/XSL processing) returned an error while tranforming an XML doc.
- ORA-30998: transformation error: string
-
Cause: Error occurred while transforming an XML doc with an XSL style sheet.
- ORA-30999: XML context creation failed while string
-
Cause: Error occurred while creating XML context.
- ORA-31000: Resource 'string' is not an XDB schema document
-
Cause: The given schema URL does not refer to a registered XDB schema
- ORA-31001: Invalid resource handle or path name "string"
-
Cause: An invalid resource handle or path name was passed to the XDB hierarchical resolver.
- ORA-31002: Path name string is not a container
-
Cause: XDB expected the given path name to represent a container.
- ORA-31003: Parent string already contains child entry string
-
Cause: An attempt was made to insert a duplicate child into the XDB hierarchical resolver.
- ORA-31004: Length string of the BLOB in XDB$H_INDEX is below the minimum string
-
Cause: In the XDB$H_INDEX table, the CHILDREN column, a BLOB, must have a certain minimum length without being chained. The calculated length of the LOB was less than the stated minimum.
- ORA-31005: Path name length string exceeds maximum length string
-
Cause: The length of a path name passed to the XDB hierarchical resolver exceeded the maximum length.
- ORA-31006: Path name segment length string exceeds maximum length string
-
Cause: The length of a path name segment passed to the XDB hierarchical resolver exceeded the maximum length of a path name segment.
- ORA-31007: Attempted to delete non-empty container string/string
-
Cause: An attempt was made to delete a non-empty container in the XDB hierarchical resolver.
- ORA-31008: LPX context creation failed while string
-
Cause: Error occurred while creating LPX context because of an unexpected NULL value.
- ORA-31009: Access denied for property string
-
Cause: An attempt was made to access a property you don't have access to
- ORA-31010: XML element index string exceeds maximum insertion index string
-
Cause: An attempt was made to insert an XML element at an invalid index location in the node.
- ORA-31011: XML parsing failed
-
Cause: XML parser returned an error while trying to parse the document.
- ORA-31012: Given XPATH expression not supported
-
Cause: XPATH expression passed to the function is currently unsupported.
- ORA-31013: Invalid XPATH expression
-
Cause: XPATH expression passed to the function is invalid.
- ORA-31014: Attempted to delete the root container
-
Cause: An attempt was made to delete the root container in the hierarchical index.
- ORA-31015: Attempted to insert entry without name
-
Cause: An attempt was made to insert an entry into the hierarchical resolver without a child name.
- ORA-31016: Attempted to delete entry without name
-
Cause: An attempt was made to delete an entry from the hierarchical resolver without a child name.
- ORA-31017: Error generating unique OID for XML document
-
Cause: An error occurred while generating a globally unique OID for storing an XML document.
- ORA-31018: Error deleting XML document
-
Cause: The XMLType object pointed to by the given REF could not be deleted because either the REF was invalid or it pointed to a non-existent table.
- ORA-31019: Recursive deletion snapshot too old for string/string
-
Cause: Changes were made to the structure of a directory while it was being recursively deleted.
- ORA-31020: The operation is not allowed, Reason: string
-
Cause: The operation attempted is not allowed
- ORA-31021: Element definition not found
-
Cause: The element definition was not found.
- ORA-31022: Element not found
-
Cause: The element was not found.
- ORA-31023: Index size error
-
Cause: The index is greater than the allowed value.
- ORA-31024: Parser initialization failed with LPX-string error\nwhile string
-
Cause: Error occurred while initializing a parser.
- ORA-31025: Invalid document element
-
Cause: An attempt was made to replace the data at an invalid index number in the XML document
- ORA-31026: unable to allocate additional memory while \nstring
-
Cause: A dynamic memory allocation failure occurred.
- ORA-31027: Path name or handle string does not point to a resource
-
Cause: An attempt was made to retrieve a resource based on a path name or resource handle that points to an entity other than a resource.
- ORA-31028: Resource metadata length string exceeded maximum length string
-
Cause: An attempt was made to insert resource metadata that exceeded the maximum length of that type of metadata.
- ORA-31029: Cannot bind to unsaved resource
-
Cause: An attempt was made to bind to a resource that had not been saved to disk.
- ORA-31030: Unable to retrieve XML document
-
Cause: The resource had an invalid (dangling) REF to an XML document.
- ORA-31031: cannot create context to parse an XPath\nstring
-
Cause: Error occurred while parsing an XPath.
- ORA-31032: XML parsing failed with error LPX-string\nwhile string
-
Cause: An LPX routine returned an error while transforming an XML doc.
- ORA-31033: Requested number of XML children string exceeds maximum string
-
Cause: An attempt was made to add more than the maximum number of allowable children in an XML element.
- ORA-31034: invalid node set encountered while executing string
-
Cause: The given node set was either NULL or has an invalid type associated with it.
- ORA-31035: Could not bind locked resource to path string/string
-
Cause: An attempt was made to bind an existing resource to a new location in the hierarchy, but a lock could not be obtained on the resource.
- ORA-31036: XSL processing context initialization failed
-
Cause: A error occurred while creating a XSL context.
- ORA-31037: Invalid XML attribute name string
-
Cause: The attribute name in the XML document did not match anything in the associated schema.
- ORA-31038: Invalid string value: "string"
-
Cause: The text in the XML document did not represent a valid value given the datatype and other constraints in the schema.
- ORA-31039: XML namespace length string exceeds maximum string
-
Cause: The length of the disk-formatted XML namespace exceeded the maximum.
- ORA-31040: Property string: XML type (string) not compatible with internal memory type (string)
-
Cause: The XML datatype given is inconsistent with the database datatype, and a conversion cannot be made.
- ORA-31041: Property string: Memory type (string) not compatible with database type (string)
-
Cause: The memory type associated with this property is mapped to an incompatible database type, and a conversion cannot be made.
- ORA-31042: Too many properties in type 'string'
-
Cause: The type can only have the same number of properties (elements and attributes) as a table can have columns.
- ORA-31043: Element 'string' not globally defined in schema 'string'
-
Cause: The specified element name has not been defined at the top level of the XML schema (i.e. globally). Elements must be defined globally to be the root of an XMLType object.
- ORA-31044: Top-level prefix length string exceeds maximum string
-
Cause: An attempt was made to save to disk a top-level XML namespace prefix whose length exceeded the maximum.
- ORA-31045: Cannot store more than string extras outside the root XML node
-
Cause: An attempt was made to store more than the maximum number of XML extras (e.g. comments and processing instructions) either before or after the document's root node.
- ORA-31046: Incorrect argument(s) specified in the operator
-
Cause: One or more of the arguments specified in the operator in the query are incorrect
- ORA-31047: Could not retrieve resource data at path string
-
Cause: An error occurred while retrieving the contents and/or metadata of a resource.
- ORA-31048: Unsaved resources cannot be updated
-
Cause: An attempt was made to update a resource that was never saved to disk.
- ORA-31050: Access denied
-
Cause: The requested access privileges have not been granted to the current user. User must be granted privileges prior to resource access.
- ORA-31051: Requested access privileges not supported
-
Cause: The requested access privileges are not supported for the specified resource.
- ORA-31052: Cannot delete ACL with other references
-
Cause: The requested deletion of an ACL resource cannot proceed. The ACL is in use by other resources.
- ORA-31053: The value of the depth argument in the operator cannot be negative
-
Cause: The value of the depth argument passed to the primary operator is not a positive integer
- ORA-31054: The string operator cannot have an ancillary operator
-
Cause: An ancillary operator was used with an operator which does not does not support ancillary operators
- ORA-31055: A null XMLType element cannot be inserted into RESOURCE_VIEW
-
Cause: The element which is being inserted into the RESOURCE_VIEW is NULL
- ORA-31056: The document being inserted does not conform to string
-
Cause: The XMLType element being inserted into the RESOURCE_VIEW does not conform to the specified Schema
- ORA-31057: Display Name of the element being inserted is null
-
Cause: The Display Name of the element which is being inserted into the RESOURCE_VIEW is null
- ORA-31058: cannot modify read-only XOBs
-
Cause: Read-Only XOBs cannot be modified.
- ORA-31059: Cannot insert root XML document node if it already exists
-
Cause: An attempt was made to insert a root node into an XML document that already had a root node.
- ORA-31060: Resource at path string could not be deleted
-
Cause: An error occurred while deleting the named resource. The specific error can be found one lower on the error stack.
- ORA-31061: XDB error: string
-
Cause: The specified error occurred in XDB.
- ORA-31062: Cannot delete an unsaved resource
-
Cause: An attempt was made to delete a resource that had not been saved to disk.
- ORA-31063: XPath compilation failed: string.\nstring
-
Cause: XPath compilation failed for specified reason.
- ORA-31064: Cannot instantiate abstract element or property [string]
-
Cause: An attempt was made instantiate an abstract element.
- ORA-31065: Cannot modify read-only property [string]
-
Cause: An attempt was made to modify an immutable XML node.
- ORA-31066: Insertion of string into string creates a cycle
-
Cause: An attempt was made to insert a link into the XDB hierarchy that would create a cycle in the tree.
- ORA-31067: XML nodes must be updated with valid nodes and of the same type
-
Cause: An attempt was made to use updateXML to update an XML node with a node of another type.
- ORA-31068: updateXML expected data format [string] instead of [string]
-
Cause: An attempt was made to use updateXML to update data with a node of the incorrect type. Text and attribute nodes must be updated with string data, whereas element nodes must be updated with XMLType data.
- ORA-31069: Cannot apply typed changes to non-schema-based XMLType nodes
-
Cause: An attempt was made to insert, delete, or update a non-schema-based XMLType node using an XML schema definition.
- ORA-31070: Invalid database user ID string
-
Cause: An attempt was made set an invalid user ID into an XDB resource metadata property.
- ORA-31071: Invalid database username or GUID string
-
Cause: An attempt was made to set an invalid username or GUID into an XDB resource metadata property.
- ORA-31072: Too many child nodes in XMLType fragment for updateXML
-
Cause: An attempt was made to pass an XMLType fragment with multiple children as new data for the updateXML operator.
- ORA-31073: Resource not retrieved using path name
-
Cause: An attempt was made to access the path name of a resource that was either never saved to disk or was loaded using a method other than with its path name.
- ORA-31074: XML comment length string exceeds maximum string
-
Cause: The length of the disk-formatted XML comment exceeded the maximum.
- ORA-31075: invalid string declaration in XML Schema
-
Cause: The XML schema contains an invalid declaration identified by the message.
- ORA-31076: required attribute "string" not specified
-
Cause: The XML schema does not specify a required attribute.
- ORA-31077: invalid attribute "string" specified
-
Cause: The XML schema specifies an invalid attribute.
- ORA-31078: error in SQL mapping information
-
Cause: There is an error in the SQL type and table specification within the XML Schema.
- ORA-31079: unable to resolve reference to string "string"
-
Cause: The identified type or attribute or element could not be resolved.
- ORA-31080: type not specified for attribute or element "string"
-
Cause: The identified attribute or element does not have a type.
- ORA-31081: name not specified for global declaration
-
Cause: The XML schema does not specify the name for the global declaration of attribute or element or simpleType or complexType.
- ORA-31082: invalid attribute "string" specified in declaration of "string"
-
Cause: The XML schema specifies an invalid attribute.
- ORA-31083: error while creating SQL type "string"."string"
-
Cause: An error occurred while trying to create the SQL type based on the specification of a complex type.
- ORA-31084: error while creating table "string"."string" for element "string"
-
Cause: An error occurred while trying to create the table based on the declaration for the identified element.
- ORA-31085: schema "string" already registered
-
Cause: An attempt was made to register a schema with the same URL as a previously registered schema.
- ORA-31086: insufficient privileges to register schema "string"
-
Cause: An attempt was made to register a schema without sufficient privileges.
- ORA-31087: insufficient privileges to delete schema "string"
-
Cause: An attempt was made to delete a schema resource without sufficient privileges.
- ORA-31088: object "string"."string" depends on the schema
-
Cause: An attempt was made to delete a schema which has dependent objects.
- ORA-31089: schema "string" does not target namespace "string"
-
Cause: The schema document contains references (via include and import definitions) to other schemas that do not belong to valid namespaces.
- ORA-31090: invalid database schema name "string"
-
Cause: The XML schema document contains an invalid database schema name For example, the value of attribute SQLSchema
- ORA-31091: empty string specified as a SQL name
-
Cause: The XML schema document contains a null SQL name. For example, the values of attributes SQLName, SQLType, defaultTable.
- ORA-31092: invalid SQL name "string"
-
Cause: The XML schema document contains an invalid SQL name. For example, the values of attributes SQLName, SQLType, defaultTable.
- ORA-31093: null or invalid value specified for parameter : string
-
Cause: The argument value passed for the given parameter is null or invalid.
- ORA-31094: incompatible SQL type "string" for attribute or element "string"
-
Cause: The SQL type information provided in the XML schema is not compatible with the XML datatype for the specified attribute or element.
- ORA-31095: cannot generate string : "string.string" already exists
-
Cause: The type/table name specified in the XML schema document cannot be generated because it is already being used.
- ORA-31096: validation failed for schema
-
Cause: The XML Schema could not be validated.
- ORA-31097: Hierarchical Index not empty
-
Cause: An attempt was made to rebuild the hierarchical index which is not empty.
- ORA-31099: XDB Security Internal Error
-
Cause: An XDB Security internal error has occurred.
- ORA-31100: XDB Locking Internal Error
-
Cause: An XDB Locking Internal error has occurred.
- ORA-31101: Token "string" not given while locking resource "string"
-
Cause: Locking attempted on resource when the pricipal already owns a lock given by the token above.
- ORA-31102: Already locked in exclusive mode. Cannot add lock.
-
Cause: The resource is already locked in exclusive mode. Cannot add another lock.
- ORA-31103: Resource locked in shared mode. Cannot add exclusive lock
-
Cause: The resource is locked in shared mode. Cannot add a shared lock.
- ORA-31104: Cannot find lock with token "string" on "string"
-
Cause: The lock may have been unlocked or expired. If token was supplied, token may be wrong.
- ORA-31105: User does not own lock with supplied token "string"
-
Cause: The lock corresponding to the supplied token is not owned by the user.
- ORA-31106: Action failed as the parent container is locked
-
- ORA-31107: Action failed as resource "string" is locked by name lock
-
Cause: Lock requests cause the whole request URI to be locked
- ORA-31108: Action failed as resource string is locked
-
Cause: Delete/Rename failed because of an existing lock
- ORA-31109: Action failed as parent resource string is locked
-
Cause: Delete/Rename failed because of an lock on parent resource
- ORA-31110: Action failed as resource string is locked by name
-
Cause: Delete/Rename failed because one of the children is locked.
- ORA-31111: table string cannot be hierarchically enabled
-
Cause: Trigger tabname_xdb_pitrigger already exists
- ORA-31112: fail to string for string port using xdb configuration
-
Cause: port number for the defined presentation is not valid
- ORA-31113: XDB configuration may not be updated with non-schema compliant data
-
Cause: An attempt was made to update the XDB configuration resource with non-schema or non-schema compliant data.
- ORA-31114: XDB configuration has been deleted or is corrupted
-
Cause: The XDB configuration resource has been deleted or corrupted.
- ORA-31115: XDB configuration error: string
-
Cause: An error related to XDB configuration has occurred.
- ORA-31116: Tablespace not specified correctly
-
Cause: XDB cannot be moved to the specified tablespace.
- ORA-31117: Table "string"."string" is not resource metadata enabled
-
Cause: This table does not have a RESID column for resource metadata
- ORA-31118: System schema "string" already registered
-
Cause: An attempt was made to register schema with same URL as a system schema.
- ORA-31119: XDB configuration cannot be udpated on all instances
-
Cause: An attempt was made to update XDB configuration.
- ORA-31120: usedPort cannot be invoked in a Pluggable Database
-
Cause: An attempt was made to invoke 'usedPort' in a Pluggable Database.
- ORA-31121: The string operator cannot be FALSE
-
Cause: The value of the operator that was specified is FALSE.
- ORA-31122: The string operator has incorrect RHS value
-
Cause: The value on the right hand side, that has been specified for the operator did not evaluate to TRUE.
- ORA-31127: RCList cannot contain noncommitted resource configuration
-
Cause: A commit was not executed after adding a resource configuration to an RCList by calling DBMS_RESCONFIG.ADDRESCONFIG()
- ORA-31128: The event handler calls cannot exceed the depth of string
-
Cause: Tried to fire an event with depth exceeding the maximum.
- ORA-31129: Unable to retrieve repository's resource configuration
-
Cause: Tried to access a resource configuration referenced by the XDB repository that has been deleted.
- ORA-31130: Specified resource configuration is not associated with given resource
-
Cause: Tried to delete a nonexistant resource configuration from the configuration list of the target resource.
- ORA-31131: RCList contains OID that is not a resource configuration OID
-
Cause: The OID in RCList element was not a resource configuration OID.
- ORA-31132: Cannot validate handler "string"."string"
-
Cause: Attempted to invoke an invalid event handler. This can be a result of one of the following reasons: 1) The handler did not exist. 2) The handler could not be compiled successfully.
- ORA-31133: Cannot execute handler "string"."string" with invoker rights
-
Cause: Attempted to invoke an event handler with invoker rights when the SET-INVOKER attribute in the resource configuration that defines the handler was not set to TRUE.
- ORA-31134: Cannot delete a configuration that is referenced by other resources
-
Cause: Attempted to delete a resource configuration that was referenced by other resources.
- ORA-31135: Resource has already been rendered
-
Cause: One of the following has occurred: 1) Attempted to invoke setRender* method after the resource was rendered through a setRender* method or after data was written to the output stream. 2) Attempted to access the output stream of the resource after a setRender* method was executed on the resource.
- ORA-31136: Resource configuration string is already associated with the resource string
-
Cause: The resource configuration already exists in the resource configuration list of the resource or the repository
- ORA-31137: Index out of range
-
Cause: The position specified was not valid.
- ORA-31138: Resource-configuration is being referenced by one or more resources
-
Cause: Tried to add a resource configuration to the repository that was being referenced by existing resources.
- ORA-31139: Invalid resource configuration list
-
Cause: Attempted to create or update a resource that had duplicate resource configurations or conflicted with the repository configurations.
- ORA-31140: Illegal operation: string
-
Cause: Tried to invoke a method when it was not allowed.
- ORA-31141: Must specify a valid path value
-
Cause: The path specified for the defaultChildConfig or defaultChildACL element must refer to an existing resource.
- ORA-31142: Must specify the schema for each listener
-
Cause: The schema element was not specified.
- ORA-31143: XDB_SET_INVOKER role is required
-
Cause: XDB_SET_INVOKER role was required to set the SET-INVOKER attribute to TRUE.
- ORA-31144: Implementation language for string is not specified
-
Cause: Implementation language for specified listener source was not specified.
- ORA-31145: Duplicate listener, string, found in resource configuration
-
Cause: Duplicate listener source was found in resource configuration.
- ORA-31146: Invalid listener source string.string
-
Cause: The listener source specified in the resource configuration did not exist or was invalid.
- ORA-31147: string is not an ACL resource
-
Cause: The specified resource did not conform to acl.xsd schema.
- ORA-31148: string is not a valid resource configuration
-
Cause: The resource specified in the defaultChildConfig element while creating a resource configuration or specified as the rcpath in a call using DBMS_RESCONFIG package did not conform to XDBResConfig.xsd schema.
- ORA-31149: no such schema: string
-
Cause: Nonexistent schema defined in the resource configuration.
- ORA-31150: uncaught error in handler string
-
Cause: The named handler raised an exception.
- ORA-31151: Cyclic definition encountered for string: "string"
-
Cause: The schema definition for this type has cycles.
- ORA-31153: Cannot create schema URL with reserved prefix "http://xmlns.oracle.com/xdb/schemas/"
-
Cause: This prefix is reserved for XDB extended schema URLs and cannot be used in a user specified URL.
- ORA-31154: invalid XML document
-
Cause: The XML document is invalid with respect to its XML Schema.
- ORA-31155: attribute string not in XDB namespace
-
Cause: The specified attribute should be prefixed with XDB's namespace.
- ORA-31157: Invalid Content-Type charset
-
Cause: HTTP Content-Type header had a charset that Oracle does not understand.
- ORA-31158: schema "string" currently being referenced
-
Cause: The specified schema URL is currently being referenced by the same session. This could happen because of PLSQL XMLType variables still in scope.
- ORA-31159: XML DB is in an invalid state
-
Cause: XML DB's internal tables are in an invalid state, probably because the database was not upgraded or the upgrade was not successful
- ORA-31160: max substitution group size string exceeded by "string" (string) for head element "string" (string)
-
Cause: The maximum limit on nested substitution groups has been exceeded by an element.
- ORA-31161: element or attribute "string" cannot be stored out of line
-
Cause: An element or attribute of a simple type has SQLInline=false
- ORA-31162: element or attribute "string" has no SQLType specified
-
Cause: Schema registration was invoked with GENTYPES=false without specifying a SQLType for some element or attribute
- ORA-31163: element or attribute "string" has invalid attribute value "string" (should be "string")
-
Cause: An element or attribute for a complextype derived by restriction has an attribute whose value is different from that in the base type
- ORA-31164: cannot load object-relational XML attribute using direct path \n
-
Cause: The table being loaded contains a xml column with object-relational storage. The xmltype column contains a type with subtypes. This type of attribute cannot be loaded with direct path.
- ORA-31165: cannot load object-relational XML attribute using direct path \n
-
Cause: The table being loaded contains a xml column with object-relational storage. The xmltype column either contains an out-of-line partitioned table or the table itself is partitioned by one of the attributes of xmltype. This type of table cannot be loaded with direct path.
- ORA-31167: XML nodes over 64K in size cannot be inserted
-
Cause: An attempt was made to insert an XML Text Node with a size greater than 64K. This is not supported.
- ORA-31168: Node localname and namespace values should be less than 64K
-
Cause: An attempt was made to specify an XML Node with localname or namespace value greater than or equal to 64K. This is not supported.
- ORA-31169: Number of children (string) defined in 'string' exceeds maximum (string)
-
Cause: An attempt was made to define more than the allowed number of children in a complexType of an XMLSchema document.
- ORA-31170: Cyclic Schema Registration without using FORCE option
-
Cause: An attempt was made to register cyclic schemas with FORCE = false.
- ORA-31171: schema processing error LSX-string\nwhile string
-
Cause: An LSX routine returned an error.
- ORA-31172: cannot load ADT column or XMLType column using direct path
-
Cause: The table being loaded contained an ADT column or XMLType column with object-relational or binary storage and supplemental logging was enabled for the table. Direct path load is not supported for such tables when supplemental logging is enabled.
- ORA-31176: API not supported in this release
-
Cause: This API was not supported.
- ORA-31180: DOM Type mismatch in invalid PL/SQL DOM handle
-
Cause: The specified PL/SQL DOM handle is referencing a DOM Node whose DOM Type that does not match the one available in the session. This could happen because the pl/sql handle was reused, or the original document is no longer available.
- ORA-31181: PL/SQL DOM handle accesses node that is no longer available
-
Cause: The specified pl/sql handle is referencing a node in a DOM Document that is no longer available.
- ORA-31182: Too many PL/SQL DOM handles specified
-
Cause: An attempt was made to create a PL/SQL DOM handle that exceeded the maximum allowable number of PL/SQL DOM handles.
- ORA-31183: Node type string cannot be converted to desired type
-
Cause: The given node's type cannot be converted correctly for this operation. For example, a DOM Element cannot be converted to Document Fragment
- ORA-31185: DOM Nodes do not belong to the same DOM Document
-
Cause: The specified PL/SQL DOM Node does not belong to the parent DOM Document of the referring DOM Node.
- ORA-31186: Document contains too many nodes
-
Cause: Unable to load the document because it has exceeded the maximum allocated number of DOM nodes.
- ORA-31187: Cannot Add Node 'string' (type='string') to Simple Type Node 'string'
-
Cause: Trying to add attribute/element nodes to a simple type against the schema definition. Simple types can have only special attribute like namespaces, xsi:nil etc.
- ORA-31188: The specified printing option is invalid
-
Cause: The printing option specified in the operation is invalid.
- ORA-31190: Resource string is not a version-controlled resource
-
Cause: Either one of the following is the cause: - Checkout is requested for a resource that isn't under version control". Only version-controlled resource can be checked out. - Checkout is requested for a row of a non-versioned table.
- ORA-31191: Resource string is already checked out
-
Cause: Either one of the following is the cause: - Checkout is requested for a resource that is already checked out to the workspace by the same of different user.
- ORA-31192: Resource string has not been checked out
-
Cause: Either one of the following is the cause: - Checkin or uncheckout is requested for a resource that has not been checked out to the workspace by any user in a workspace
- ORA-31193: This versioning feature isn't supported for resource string
-
Cause: Either one of the following is the cause: - Container cannot be put under version-controlled.
- ORA-31194: Resource string is already deleted
-
Cause: Access a version-controlled resource that is already deleted.
- ORA-31195: XML node 'string' (type=string) does not support this operation
-
Cause: The given node's type is not supported for this operation. For example, trying to add children to an attribute node, or passing in a document node as a child, are unsupported operations.
- ORA-31196: XML nodes over string in size cannot be printed
-
Cause: An attempt was made to use an XML Text Node with a size greater than 64K, or an XML Comment Node with a size greater than 4K. These cannot be printed. For example, trying to add children to an attribute node, or passing in a document node as a child, are unsupported operations.
- ORA-31197: Error in processing file string
-
Cause: An error occurred while operating on the specifed file. The possible causes are the file header is corrupt or check the next error on stack
- ORA-31198: Mismatch in number of bytes transferred due to non-binary mode
-
Cause: An error occurred while reading the specifed file. The most probable cause is that the transfer was initiated in ASCII mode.
- ORA-31199: Warning in processing file string
-
Cause: A warning was raised while operating on the specifed file. However, the current operation was completed successfully.
- ORA-31200: Invalid ACL Argument
-
Cause: A System Constraining ACL was passed as one of the arguments to this function.
- ORA-31201: DBMS_LDAP: generic error: string
-
Cause: There has been an error in the DBMS_LDAP package.
- ORA-31202: DBMS_LDAP: LDAP client/server error: string
-
Cause: There is a problem either on the LDAP server or on the client.
- ORA-31203: DBMS_LDAP: PL/SQL - Init Failed.
-
Cause: There has been an error in the DBMS_LDAP Init operation.
- ORA-31204: DBMS_LDAP: PL/SQL - Invalid LDAP Session.
-
Cause: There has been an error in the DBMS_LDAP bind operation.
- ORA-31205: DBMS_LDAP: PL/SQL - Invalid LDAP Auth method.
-
Cause: There has been an error in the DBMS_LDAP bind operation.
- ORA-31206: DBMS_LDAP: PL/SQL - Invalid LDAP search scope.
-
Cause: There has been an error in the DBMS_LDAP search operation.
- ORA-31207: DBMS_LDAP: PL/SQL - Invalid LDAP search time value.
-
Cause: There has been an error in the DBMS_LDAP search operation.
- ORA-31208: DBMS_LDAP: PL/SQL - Invalid LDAP Message.
-
Cause: There has been an error in the DBMS_LDAP operation.
- ORA-31209: DBMS_LDAP: PL/SQL - LDAP count_entry error.
-
Cause: There has been an error in the DBMS_LDAP count_entry operation.
- ORA-31210: DBMS_LDAP: PL/SQL - LDAP get_dn error.
-
Cause: There has been an error in the DBMS_LDAP get_dn operation.
- ORA-31211: DBMS_LDAP: PL/SQL - Invalid LDAP entry dn.
-
Cause: There has been an error in the DBMS_LDAP operation.
- ORA-31212: DBMS_LDAP: PL/SQL - Invalid LDAP mod_array.
-
Cause: There has been an error in the DBMS_LDAP operation.
- ORA-31213: DBMS_LDAP: PL/SQL - Invalid LDAP mod option.
-
Cause: There has been an error in the DBMS_LDAP populate_mod_array operation.
- ORA-31214: DBMS_LDAP: PL/SQL - Invalid LDAP mod type.
-
Cause: There has been an error in the DBMS_LDAP populate_mod_array operation.
- ORA-31215: DBMS_LDAP: PL/SQL - Invalid LDAP mod value.
-
Cause: There has been an error in the DBMS_LDAP populate_mod_array operation.
- ORA-31216: DBMS_LDAP: PL/SQL - Invalid LDAP rdn.
-
Cause: There has been an error in the DBMS_LDAP operation.
- ORA-31217: DBMS_LDAP: PL/SQL - Invalid LDAP newparent.
-
Cause: There has been an error in the DBMS_LDAP rename_s operation.
- ORA-31218: DBMS_LDAP: PL/SQL - Invalid LDAP deleteoldrdn.
-
Cause: There has been an error in the DBMS_LDAP rename_s operation.
- ORA-31219: DBMS_LDAP: PL/SQL - Invalid LDAP notypes.
-
Cause: There has been an error in the DBMS_LDAP explode_dn or explode_rdn operation.
- ORA-31220: DBMS_LDAP: PL/SQL - Invalid LDAP SSL wallet location.
-
Cause: There has been an error in the DBMS_LDAP operation.
- ORA-31221: DBMS_LDAP: PL/SQL - Invalid LDAP SSL wallet passwd.
-
Cause: There has been an error in the DBMS_LDAP operation.
- ORA-31222: DBMS_LDAP: PL/SQL - Invalid LDAP SSL authentication mode.
-
Cause: There has been an error in the DBMS_LDAP operation.
- ORA-31223: DBMS_LDAP: cannot open more than string LDAP server connections
-
Cause: An attempt was made to open more than the maximum allowed LDAP server connections.
- ORA-31224: DBMS_LDAP: invalid LDAP session
-
Cause: An attempt was made by a PL/SQL module to use an LDAP session which is not valid and might have already been closed.
- ORA-31225: DBMS_LDAP: invalid BER_ELEMENT
-
Cause: An attempt was made by a PL/SQL module to use a BER_ELEMENT which is not valid and might have already been freed.
- ORA-31226: DBMS_LDAP: MOD_ARRAY size limit exceeded
-
Cause: An attempt was made by a PL/SQL module to add an element beyond the MOD_ARRAY size limit.
- ORA-31227: DBMS_LDAP: invalid LDAP MESSAGE handle
-
Cause: An attempt was made by a PL/SQL module to use an LDAP MESSAGE handle which is not valid and might have already been freed.
- ORA-31228: DBMS_LDAP: invalid MOD_ARRAY
-
Cause: An attempt was made by a PL/SQL module to use a MOD_ARRAY which is not valid and might have already been freed.
- ORA-31229: DBMS_LDAP: invalid input parameter
-
Cause: An invalid argument has been passed by a PL/SQL module to a DBMS_LDAP subprogram
- ORA-31230: DBMS_LDAP: unable to dynamically allocate additional memory
-
Cause: An error occured during dynamic memory allocation from session heap.
- ORA-31231: DBMS_LDAP: invalid PROPERTY_SET
-
Cause: An attempt was made by a PL/SQL module to use a PROPERTY_SET which is not valid and might have already been freed.
- ORA-31232: DBMS_LDAP: invalid MOD_PROPERTY_SET
-
Cause: An attempt was made by a PL/SQL module to use a MOD_PROPERTY_SET which is not valid and might have already been freed.
- ORA-31398: DBMS_LDAP: Shared servers are not supported.
-
Cause: The session executing functions from the DBMS_LDAP package is being handled by a shared server in the Database.
- ORA-31399: Cannot contact LDAP server string at port number
-
Cause: The LDAP server specified could not be contacted. This can happen if the server is down or inaccessible.
- ORA-31401: change source string is not an existing change source
-
Cause: The caller did not use the name of an existing change source. The name given does not match the name of any existing change source.
- ORA-31402: unrecognized parameter string
-
Cause: Unrecognized parameter was detected.
- ORA-31403: change table string already contains a column string
-
Cause: Issued ALTER_CHANGE_TABLE with an add operation but a column by this name already exists in the specified table.
- ORA-31404: all input parameters are null
-
Cause: All input parameters are null. At least one property must be altered.
- ORA-31405: cannot make changes while change set string is advancing
-
Cause: The change set is currently advancing. Change sources related to an advancing change set cannot be altered. Change tables related to the advancing change set cannot be created, altered or dropped. Some or all the parameters of the change set cannot be altered while the set is advancing.
- ORA-31406: change source string is referenced by a change set
-
Cause: The operation cannot complete because this change source is referenced by one or more change sets.
- ORA-31407: end_date must be greater than the begin_date
-
Cause: The end data of the change set is earlier than the begin date. The end date must always be later in time than the begin date, so that the duration between the begin and end dates is a positive amount of time.
- ORA-31408: invalid value specified for begin_scn or end_scn
-
Cause: The begin_scn was not greater than zero. The end_scn was less than zero. The end_scn was less than the begin_scn.
- ORA-31409: one or more values for input parameters are incorrect
-
Cause: One or more of the inputs to the procedure had invalid values.
- ORA-31410: change set string is not an existing change set
-
Cause: Could not find an existing change set by this name.
- ORA-31411: change set string is referenced by a change table
-
Cause: The operation cannot be performed because the change set contains one or more change tables.
- ORA-31412: change set string is disabled and cannot be advanced
-
Cause: The specified change set is disabled. The change set needs to be enabled for the operation to succeed.
- ORA-31413: change set string is currently being advanced
-
Cause: An advance operation is in progress for this change set and we only allow one at a time.
- ORA-31414: error(s) occurred during change table advance
-
Cause: One or more errors occurred during the advance operation.
- ORA-31415: change set string does not exist
-
Cause: Specified change set does not exist or the user does not have access to the publications in that change set. The name specified did not match the name of any existing change set. Certain privileges are required to access the publications within that change set.
- ORA-31416: invalid SOURCE_COLMAP value
-
Cause: A source_colmap value of 'y' was specified for an asynchronous change table.
- ORA-31417: column list contains control column string
-
Cause: Reserved column name was specified in a column list or column type parameter.
- ORA-31418: source schema string does not exist
-
Cause: Trying to create a synchronous change table and the source schema did not match any existing schema names in the database.
- ORA-31419: source table string does not exist
-
Cause: When creating a synchronous change table, the underlying source table must exist when the procedure is called. In this case, the source table did not exist.
- ORA-31420: unable to submit the purge job
-
Cause: When creating the first change table, a purge job is submitted to the job queue. Submission of this purge job failed.
- ORA-31421: change table does not exist
-
Cause: Specified change table does not exist.
- ORA-31422: owner schema string does not exist
-
Cause: Value specifed for the owner parameter does not contain the name of an existing schema in the database.
- ORA-31423: change table string does not contain column string
-
Cause: Issued ALTER_CHANGE_TABLE with a drop operation and the specified column does not exist in the change table.
- ORA-31424: change table has active subscriptions
-
Cause: The change table is subscribed to, so it cannot be dropped.
- ORA-31425: subscription does not exist
-
Cause: The subscription either did not exist or did not belong to this user.
- ORA-31426: cannot modify active subscriptions
-
Cause: The subscription was already activated so that additional calls to SUBSCRIBE were prohibited.
- ORA-31427: publication string already subscribed
-
Cause: The subscription already contained this publication.
- ORA-31428: no publication contains all the specified columns
-
Cause: One or more of the specifed columns cannot be found in a single publication.
- ORA-31429: subscription has not been activated
-
Cause: The called procedure required an activated subscription.
- ORA-31430: subscriber view exists
-
Cause: A view that is already in use was specified for the subscriber view.
- ORA-31431: all source tables must belong to the synchronous change set
-
Cause: Not all of the source tables belong to the synchronous change set.
- ORA-31432: invalid source table
-
Cause: Either the schema_name.source_table did not exist or it did not belong to this subscription.
- ORA-31433: subscriber view does not exist
-
Cause: The subscription did not contain this subscriber view.
- ORA-31434: purge is currently running
-
Cause: Called the PURGE procedure while a purge job was currently running.
- ORA-31435: an error occurred during the purge operation
-
Cause: An error occurred during the purge operation
- ORA-31436: duplicate change source string
-
Cause: A change source by the specifed name already exists.
- ORA-31437: duplicate change set string
-
Cause: A change set by the specified name already exists.
- ORA-31438: duplicate change table string
-
Cause: A change table by the specified name already exists.
- ORA-31439: subscription is already active
-
Cause: The subscription is already active.
- ORA-31440: change set string is empty and cannot be advanced
-
Cause: User attempted to advance a change set which does not contain any change tables. Without change tables, a change set cannot be advanced.
- ORA-31441: table is not a change table
-
Cause: User attempted to execute the DROP_CHANGE_TABLE procedure on a table that is not a CHANGE table. This can also occur when a CHANGE table object has been orphaned. CHANGE tables can become orphaned after a CREATE_CHANGE_TABLE failure or an incomplete DROP_CHANGE_TABLE.
- ORA-31442: operation timed out while acquiring lock on string
-
Cause: CDC attempted to acquire a lock on the resource, but the operation timed out.
- ORA-31443: deadlock detected while acquiring lock on string
-
Cause: CDC attempted to acquire a lock on the resource, but encountered a deadlock.
- ORA-31444: parameter error while acquiring lock on string
-
Cause: CDC attempted to acquire a lock on the resource, but encountered a problem passing parameters to the lock manager.
- ORA-31445: invalid lock handle while acquiring lock on string
-
Cause: CDC attempted to acquire a lock on the resource, but encountered a invalid lock handle, which did not correspond to any existing handle.
- ORA-31446: this session does not own the lock handle for string
-
Cause: CDC attempted to acquire a lock on the resource, does not own the the lock associated with the lock. This is an internal error.
- ORA-31447: cannot create change tables in the SYS schema
-
Cause: Attempted to create a change table in the SYS schema. This is not allowed.
- ORA-31448: invalid value for change_source
-
Cause: The specified value was not a valid name for a Change Source.
- ORA-31449: invalid value for change_set_name
-
Cause: The specified value was not a valid name for a Change Set.
- ORA-31450: invalid value for change_table_name
-
Cause: The specified value was not a valid name for a Change Table.
- ORA-31451: invalid value string for capture_values, expecting: OLD, NEW, or BOTH
-
Cause: The specified value was not a valid option for a capture_values.
- ORA-31452: invalid value string for parameter, expecting: Y or N
-
Cause: The specified value was not Y or N.
- ORA-31453: invalid value string for parameter, expecting: Y, N, or NULL
-
Cause: The specified value was not Y, N or NULL.
- ORA-31454: invalid value string for operation parameter, expecting: ADD or DROP
-
Cause: The specified value was not ADD or DROP.
- ORA-31455: nothing to ALTER
-
Cause: The specified column list is NULL and all optional control columns are 'N'.
- ORA-31456: error executing a procedure in the DBMS_CDC_UTILITY package
-
Cause: An internal attempt to invoke a procedure within the DBMS_CDC_UTILITY package failed.
- ORA-31457: maximum length of description field exceeded
-
Cause: The maximum number of characters permitted in the description field was exceeded.
- ORA-31458: an internal error occurred
-
Cause: This is an internal error.
- ORA-31459: system triggers for DBMS_CDC_PUBLISH package are not installed
-
Cause: One or more required system triggers are not installed. These triggers are required for the proper operation of Change Data Capture. Operations on Change tables cannot continue.
- ORA-31460: logfile location string is not an existing directory
-
Cause: The directory specification for logfile location for the change source, does not correspond with an existing directory, or the directory was not accessible.
- ORA-31461: logfile location string contains no files that match pattern string
-
Cause: The directory specification for logfile location for the change source, does not contain any files whose names pattern-match the logfile_suffix.
- ORA-31462: internal error while accessing metadata
-
Cause: An unexpected internal error occurred while CDC was accessing its internal Metadata.
- ORA-31463: logfile location string is an empty directory
-
Cause: The directory specification for logfile location for the change source, is an empty directory
- ORA-31464: target table for the change table no longer exists
-
Cause: User tried to drop a change table but its underlying storage table (that contains the change data) has been dropped.
- ORA-31465: cannot obtain a lock on the subscription
-
Cause: A timeout occurred while trying to place a lock on the subscription. Another session had already acquired the lock on the subscription.
- ORA-31466: no publications found
-
Cause: Did not find any publications that matched the input parameters or the user does not have the privileges to access the specified publication.
- ORA-31467: no column found in the source table
-
Cause: The OBJECT_ID flag was set to 'Y' on the call to CREATE_CHANGE_TABLE and change table belongs to the synchronous change set. The corresponding object column was not detected in the source table.
- ORA-31468: cannot process DDL change record
-
Cause: The change set has stop_on_ddl enabled and was trying to process a DDL change record.
- ORA-31469: cannot enable Change Data Capture for change set string
-
Cause: The change set has reached the specified limit that was set up by the CREATE_CHANGE_SET command.
- ORA-31470: asynchronous change tables must contain the RSID$ column
-
Cause: If creating an asynchronous change table, the RSID was set to 'N'. If altering an asynchronous change table with an operation parameter of 'DROP' RSID was set to 'Y'.
- ORA-31471: invalid OBJECT_ID value
-
Cause: An object_id value of 'y' was specified for an asynchronous change table.
- ORA-31472: Importing Change Data Capture version string.string is too new
-
Cause: An attempt was made to Import a file that was exported by a newer version of Oracle than the target instance.
- ORA-31473: date bound out of range
-
Cause: The upper_bound or lower_bound specified in extend_window or purge_window API is beyond the range of records in the change set.
- ORA-31474: Invalid change view window
-
Cause: The specified upper_bound or lower_bound is forcing a condition where the change view window will have nothing in it.
- ORA-31475: redo log catalog contains no metadata for the source table
-
Cause: While advancing a change set, an CDC attempted to query the LogMiner dictionary system tables to obtain the columns from the source table. The query returned no rows. This may be because none of the redo logs contains a catalog, or it may be an internal error.
- ORA-31476: a change table data column is missing from the source table
-
Cause: While advancing a change set, an CDC determined that at least one of the data columns in a change table does not match the name of any of the columns in the source table. The source table column listis stored in dictionary table SYSTEM.LOGMNR_OBJ$
- ORA-31477: could not detach LogMiner session during cleanup
-
Cause: Failure during detach from a LogMiner session during advance of an asynchronous change set. This is an internal error. This exception is raised when a previous exception occurred during the internal protocol with LogMiner, after which Change Data Capture attempted to detach the LogMiner session as part of recovery. The detach session also failed
- ORA-31478: could not detach LogMiner session after change set advance
-
Cause: Failure during detach from a LogMiner session after successful advance of an asynchronous change set. This is an internal error. This exception is raised when an asynchronous change set has been successfully advanced but CDC was unable to detach from the LogMiner session
- ORA-31479: could not create LogMiner session
-
Cause: Failure during create of a new LogMiner session while advancing an asynchronous change set. This is an internal error.
- ORA-31480: staging database and source database cannot be the same
-
Cause: A CDC API call specified a source database name that matched the staging database on which the CDC API call is being executed.
- ORA-31481: change source string is not a HotLog change source
-
Cause: A change source was specified that was not a HotLog change source, but a HotLog change source was required.
- ORA-31482: invalid option for non-distributed Hotlog change source
-
Cause: A CDC API call specified enabled_source = 'Y' on a non-Distributed HotLog change source.
- ORA-31483: cannot have spaces in the parameter string
-
Cause: The specifed parameter contained at least 1 space character.
- ORA-31484: source database version must be at least 9.2.0.6 or greater
-
Cause: The source database is not at version 9.2.0.6 or higher.
- ORA-31485: invalid database link
-
Cause: The database link used to connect from a staging database to a source database was invalid. The database link may not exist, may not be accessible to the current user, or may have been redefined since the Distributed HotLog change source was originally created.
- ORA-31486: cannot support column string in this configuration
-
Cause: The specified column cannot be used in a Distributed HotLog configuration when the source database version is 9.2.0.6 or 10.1.0.0.
- ORA-31487: cannot support begin dates or end dates in this configuration
-
Cause: The specified values cannot be used in a Distributed HotLog configuration.
- ORA-31488: cannot support change set string in this configuration
-
Cause: Change sources with the hot mine option enabled are limited to 1 change set. The system detected an existing change set so a second one can not be created.
- ORA-31489: invalid DDL_MARKERS value
-
Cause: A DDL_MARKERS value of 'y' was specified for an synchronous change table.
- ORA-31490: could not attach to LogMiner session
-
Cause: Failure during attach to a LogMiner session while advancing an asynchronous change set. This is an internal error.
- ORA-31491: could not add logfile to LogMiner session
-
Cause: Failure during add logfile to a LogMiner session while advancing an asynchronous change set. This is an internal error.
- ORA-31492: could not set session parameters for LogMiner session
-
Cause: Failure during set parameters for a LogMiner session while advancing an asynchronous change set. This is an internal error.
- ORA-31493: could not prepare session for LogMiner session
-
Cause: Failure during prepare session for a LogMiner session while advancing an asynchronous change set. This is an internal error.
- ORA-31494: could not activate a LogMiner session
-
Cause: Failure during activation of a LogMiner session while advancing an asynchronous change set. This is an internal error.
- ORA-31495: error in synchronous change table on "string"."string"
-
Cause: There was an error originating from this synchronous change table. One possible cause is that schema redefinition has occurred on the source table and one or more columns in the change table are now a different type than corresponding source columns. Another possible cause is that there is a problem accessing the synchronous change table.
- ORA-31496: must use DBMS_CDC_PUBLISH.DROP_CHANGE_TABLE to drop change tables
-
Cause: An attempt was made to use the SQL command DROP TABLE for change tables, but DROP TABLE is not supported for change tables.
- ORA-31497: invalid value specified for first_scn
-
Cause: The first_scn was not greater than zero or was less than the previous value of first_scn.
- ORA-31498: description and remove_description cannot both be specified
-
Cause: The description and remove_description parameters were both specified.
- ORA-31499: null value specified for required parameter string
-
Cause: A null value was specified for a parameter that requires an explicit value.
- ORA-31500: change source string is not a ManualLog change source
-
Cause: A change source was specified that is not a ManualLog change source, but a ManualLog change source is required.
- ORA-31501: change source string is not an AutoLog change source
-
Cause: A change source was specified that was not an AutoLog change source, but an AutoLog change source was required.
- ORA-31502: invalid number supplied for supplemental_processes
-
Cause: The caller supplied an invalid value for supplemental_processes. The value must be a positive integer.
- ORA-31503: invalid date supplied for begin_date or end_date
-
Cause: The caller supplied an invalid value for begin_date or end_date. The value must be a valid date value.
- ORA-31504: cannot alter or drop predefined change source
-
Cause: The caller attempted to alter or drop one of the predefined change sources HOTLOG_SOURCE or SYNC_SOURCE.
- ORA-31505: cannot alter or drop predefined change set
-
Cause: The caller attempted to alter or drop the predefined change set SYNC_SET.
- ORA-31506: duplicate subscription name string
-
Cause: A subscription by the specifed name already exists.
- ORA-31507: string parameter value longer than maximum length string
-
Cause: A value was specified for a parameter that was longer than the maximum permitted length.
- ORA-31508: invalid parameter value for synchronous change set
-
Cause: A parameter value was specified that is not supported for synchronous change sets.
- ORA-31509: publication does not exist
-
Cause: The specified publication did not exist or the specified subscription subscribed to a publication that no longer exists.
- ORA-31510: name uses reserved prefix CDC$
-
Cause: A name was specified that starts CDC$. The name prefix CDC$ is reserved for use by Oracle Corporation.
- ORA-31511: name exceeds maximum length of 30 characters
-
Cause: A name was supplied that exceeds the maximum length of 30 characters.
- ORA-31512: name cannot contain double quotation marks
-
Cause: A name containing a double quotation mark was supplied. Subscription names cannot contain the double quotation mark.
- ORA-31513: unsupported column type specified in change table
-
Cause: A source column of an unsupported type was specified for inclusion in a change table. Columns types of LOB or LONG are not currently supported for change capture.
- ORA-31514: change set string disabled due to capture error
-
Cause: This change set has encountered a capture error and was disabled.
- ORA-31515: CDC change source string already exists
-
Cause: A Change Data Capture change source intended for import already existed.
- ORA-31516: CDC change set string already exists
-
Cause: A Change Data Capture change set intended for import already existed.
- ORA-31517: CDC change table string.string already exists
-
Cause: A Change Data Capture change table intended for import already existed.
- ORA-31518: change column string already exists in CDC change table string.string
-
Cause: A column in a Change Data Capture change table intended for import was already present in the change table.
- ORA-31519: CDC subscription string already exists
-
Cause: A Change Data Capture subscription intended for import already existed.
- ORA-31520: CDC subscription string already subscribes to publication ID string
-
Cause: A Change Data Capture subscription intended for import already subscribed to a publication.
- ORA-31521: CDC subscription string already subscribes to publication ID string column string
-
Cause: A Change Data Capture subscription intended for import already subscribed to a published column.
- ORA-31522: could not find Streams object string for CDC change set string
-
Cause: An underlying Streams capture, apply, or queue was missing for an imported Change Data Capture change set.
- ORA-31523: could not find change source string for CDC change set string
-
Cause: The change source was missing for an imported Change Data Capture change set.
- ORA-31524: could not find change set string for CDC change table string.string
-
Cause: The change set was missing for an imported Change Data Capture change table.
- ORA-31525: could not find column string in CDC change table string.string
-
Cause: A column was missing for an imported Change Data Capture change table.
- ORA-31526: could not find source table string.string for CDC change table string.string
-
Cause: The source table was missing or was not set up correctly for an imported Change Data Capture change table. A synchronous change table requires the source table to exist and have the Change Data Capture trigger defined on it. An asynchronous change table requires table rules to be defined for the source table.
- ORA-31527: could not find source column string for CDC change table string.string
-
Cause: A source column was missing for an imported Change Data Capture change table.
- ORA-31528: could not find change set string for CDC subscription string
-
Cause: The change set was missing for an imported Change Data Capture subscription.
- ORA-31529: could not find publication for CDC subscriber view string.string
-
Cause: A publication was missing for an imported Change Data Capture subscription.
- ORA-31530: could not find published column string for CDC subscriber view string.string
-
Cause: A published column was missing for an imported Change Data Capture subscription.
- ORA-31531: could not find column string in CDC subscriber view string.string
-
Cause: A column was missing in a subscriber view for an imported Change Data Capture subscription.
- ORA-31532: cannot enable change source string
-
Cause: The change source cannot be enabled when there is no change table created in any of the change sets associated with the change source.
- ORA-31533: only one change set (string) is allowed in change source
-
Cause: A Distributed HotLog change source can contain at most one change set.
- ORA-31534: Change Data Capture string publisher string is missing DBA role
-
Cause: The publisher does not have the DBA role, which is required by the Change Data Capture operation.
- ORA-31535: cannot support change source string in this configuration
-
Cause: Each database can only have one change source with hot mine option enabled. The system detected an existing hot mine change source in the database, therefore, a second hot mine change source cannot be created.
- ORA-31536: cannot support encrypted column string in the source table
-
Cause: One of the columns specified in the parameter COLUMN_TYPE_LIST was an encrypted column in the source table
- ORA-31537: specified purge date is invalid
-
Cause: The purge date specified was an invalid date or was outside of the range of data currently in the change set.
- ORA-31538: change set string disabled
-
Cause: This change set was disabled.
- ORA-31539: no privilege to create job
-
Cause: This change table could not be created because the create job privilege is needed to submit the default purge job.
- ORA-31540: string is not a valid identifier
-
Cause: All Change Data Capture (CDC) identifiers must have at most 30 characters, and must start with a letter that is followed by any combination of letters, numerals, and the signs '$', '_', and '#'. Other characters cannot be used in identifiers. The rules for CDC identifiers are the same as for PL/SQL identifiers.
- ORA-31541: Supplemental logging is not enabled in CDB$ROOT.
-
Cause: An attempt was made to enable supplemental logging in a pluggable database when supplemental logging was not already enabled in CDB$ROOT.
- ORA-31542: Either ENABLE LOGICAL REPLICATION or DISABLE LOGICAL REPLICATION can be specified, but not both.
-
Cause: One of three possible actions caused the error: 1) ENABLE LOGICAL REPLICATION was specified more than once. 2) DISABLE LOGICAL REPLICATION was specified more than once. 3) Both ENABLE LOGICAL REPLICATION and DISABLE LOGICAL REPLICATION were specified.
- ORA-31543: cannot disable logical replication when there is table-level supplemental log data
-
Cause: An attempt was made to disable logical replication for a table when there was table-level supplemental log data.
- ORA-31544: cannot disable logical replication when trying to add table-level supplemental log data
-
Cause: An attempt was made to disable logical replication and add table-level supplemental log data at the same time.
- ORA-31545: cannot drop subset database replication when there is no other database (container) level supplemental log setting
-
Cause: An attempt was made to drop subset database replication supplemental logging when there was no other supplemental logging added to this database (container).
- ORA-31600: invalid input value string for parameter string in function string
-
Cause: A NULL or invalid value was supplied for the parameter.
- ORA-31601: Function string cannot be called now that fetch has begun.
-
Cause: The function was called after the first call to FETCH_xxx.
- ORA-31602: parameter string value "string" in function string inconsistent with string
-
Cause: The parameter value is inconsistent with another value specified by the program. It may be inconsistent with the object type associated with the OPEN context, or it may be of the wrong datatype (a boolean rather than a text string or vice versa).
- ORA-31603: object "string" of type string not found in schema "string"
-
Cause: The specified object was not found in the database.
- ORA-31604: invalid string parameter "string" for object type string in function string
-
Cause: The specified parameter value is not valid for this object type.
- ORA-31605: the following was returned from string in routine string:\nLPX-number: string
-
Cause: An LPX routine (XML/XSL processing) returned an internal error number to its PL/SQL wrapper routine in facility KUX which provides the implementation for package UTL_XML.
- ORA-31606: XML context number does not match any previously allocated context
-
Cause: A method in package UTL_XML was called with an invalid XML context handle. All handles must have previously been allocated by UTL_XML.XMLINIT.
- ORA-31607: function string is inconsistent with transform.
-
Cause: Either (1) FETCH_XML was called when the "DDL" transform was specified, or (2) FETCH_DDL was called when the "DDL" transform was omitted.
- ORA-31608: specified object of type string not found
-
Cause: The specified object was not found in the database.
- ORA-31609: error loading file "string" from file system directory "string"
-
Cause: The installation script initmeta.sql failed to load the named file from the file system directory into the database.
- ORA-31610: cannot call this function from a non-master process
-
Cause: Called a Data Pump process model function from a process which is not a master process.
- ORA-31612: Allocation of process descriptor failed.
-
Cause: During creation of a master process or a worker process, a failure occurred allocating a process descriptor for the process.
- ORA-31613: Master process string failed during startup.
-
Cause: The master process whose name is listed failed during startup.
- ORA-31614: routine string received this error from string: \nstring
-
Cause: The call to the specified routine failed and the specific error text is included in this error message (the last %s string).
- ORA-31615: routine string received this error: \nstring
-
Cause: The specified routine failed and the specific error text is included in this error message (the last %s string).
- ORA-31616: unable to write to dump file "string"
-
Cause: Export was unable to write to the export file, probably because of a device error. This message is usually followed by a device message from the operating system.
- ORA-31617: unable to open dump file "string" for write
-
Cause: Export was unable to open the export file for writing. This message is usually followed by device messages from the operating system.
- ORA-31618: FILESIZE is outside valid range of stringKB to stringTB
-
Cause: The value specified for the FILESIZE parameter was either too small to hold the header information for the export file, plus any data, or exceeded the allowed maximum size for a dump file.
- ORA-31619: invalid dump file "string"
-
Cause: Either the file was not generated by Export or it was corrupted.
- ORA-31620: file or device "string" cannot be specified for string operation
-
Cause: There was an inappropriate use of file or device in the current operation.
- ORA-31621: error creating master process
-
Cause: Setup to create a master process failed.
- ORA-31622: premature end of file at block string
-
Cause: The end of the dump file input was unexpectedly reached. This is caused either by a corrupted Data Pump export dump file or by an Oracle internal error. This message should be preceded by another message identifying the name of the dump file in question.
- ORA-31623: a job is not attached to this session via the specified handle
-
Cause: An attempt to reference a job using a handle which is invalid or no longer valid for the current session.
- ORA-31624: A job cannot be modified after it has started.
-
Cause: The user attempted to change the definition of a Data Pump job through filters, transforms or parameters after it had started. These changes can only be made while defining a job.
- ORA-31625: Schema string is needed to import this object, but is unaccessible
-
Cause: An error occurred when attempting to import objects. The schema specified is needed to import this object, but access to this schema is not available.
- ORA-31626: job does not exist
-
Cause: An invalid reference to a job which is no longer executing, is not executing on the instance where the operation was attempted, or that does not have a valid Master Table. Refer to any following error messages for clarification.
- ORA-31627: API call succeeded but more information is available
-
Cause: The user specified job parameters that yielded informational messages.
- ORA-31628: error getting worker process exception
-
Cause: Attempt to get a worker process exception failed.
- ORA-31629: unable to allocate additional memory
-
Cause: A dynamic memory allocation failure occurred.
- ORA-31630: a job name is required to attach a job for user string
-
Cause: No job name was supplied for an attach and the user has either no jobs executing or mutiple jobs executing.
- ORA-31631: privileges are required
-
Cause: The necessary privileges are not available for operations such as: restarting a job on behalf of another owner, using a device as a member of the dump file set, or ommiting a directory object associated with any of the various output files. Refer to any following error messages for additional information.
- ORA-31632: master table "string.string" not found, invalid, or inaccessible
-
Cause: A Master Table is required but no such table exists, or the content is not consistent with that of a valid Master Table, or the table is not accessible. Refer to any following error messages for clarification.
- ORA-31633: unable to create master table "string.string"
-
Cause: Job creation failed because a Master Table and its indexes could not be created, most commonly due to the pre-existance of a table with the same name (job name) in the user schema. Refer to any following error messages for clarification.
- ORA-31634: job already exists
-
Cause: Job creation or restart failed because a job having the selected name is currently executing. This also generally indicates that a Master Table with that job name exists in the user schema. Refer to any following error messages for clarification.
- ORA-31635: unable to establish job resource synchronization
-
Cause: A lock used in synchronizing Data Pump resources during job creation and deletion could not be obtained during job creation. This indicates that a process for some other Data Pump job has not released the lock due to an internal error.
- ORA-31636: session is already attached to job string for user string
-
Cause: The session executing the attach is already attached to the specified job.
- ORA-31637: cannot create job string for user string
-
Cause: Unable to create or restart a job. Refer to any following or prior error messages for clarification.
- ORA-31638: cannot attach to job string for user string
-
Cause: Unable to attach a job to a session. Refer to any following or prior error messages for clarification.
- ORA-31639: unexpected data found
-
Cause: The Master Table or Data Pump file contents appear invalid. The table or file may not have been produced by a Data Pump job, or they may have been corrupted.
- ORA-31640: unable to open dump file "string" for read
-
Cause: Import was unable to open the export file for reading. This message is usually followed by device messages from the operating system.
- ORA-31641: unable to create dump file "string"
-
Cause: Export was unable to create the specified file with write enabled.
- ORA-31642: the following SQL statement fails: \nstring
-
Cause: An internal error was generated from package DBMS_METADATA.
- ORA-31643: unable to close dump file "string"
-
Cause: Export or Import was unable to close the dump file. This message is usually followed by device messages from the operating system.
- ORA-31644: unable to position to block number string in dump file "string"
-
Cause: Export or Import was unable to position its file pointer to a specific block within the dump file. This message is usually followed by device messages from the operating system.
- ORA-31645: unable to read from dump file "string"
-
Cause: Import could not read from the dumpfile, probably because of a device error. This message is usually followed by a device message from the operating system.
- ORA-31648: Timeout before master process string finished initialization.
-
Cause: The master process whose name is listed started up but did not finish its initialization within the allowed time limit.
- ORA-31649: Master process string violated startup protocol.
-
Cause: The master process whose name is listed started up but then exited before notifying the creating process that it was finished with initialization.
- ORA-31650: timeout waiting for master process response
-
Cause: After creating the job infrastructure and sending the initial message to the master process, it failed to respond in the allotted time and most likely aborted during startup.
- ORA-31651: communication error with master process - detaching job
-
Cause: Unexpected failure trying to communicate with the master process.
- ORA-31652: command response message was invalid type - detaching job
-
Cause: Something horribly wrong with the command/response protocol.
- ORA-31653: unable to determine job operation for privilege check
-
Cause: Failure trying to determine the operation of the current job in order to test for appropriate privileges.
- ORA-31654: unable to convert file or volume size as specified to a number
-
Cause: File or volume size specification has an error the prevents it from being converted into a numeric value.
- ORA-31655: no data or metadata objects selected for job
-
Cause: After the job parameters and filters were applied, the job specified by the user did not reference any objects.
- ORA-31656: cannot use TABLESPACE_EXPR filter with transportable mode
-
Cause: A TABLESPACE_EXPR metadata filter was supplied for for a transportable mode import job. Transportable mode import does not support the subsetting of tablespaces from a dump file set.
- ORA-31657: data filter name can not be defaulted
-
Cause: A null data filter name was supplied.
- ORA-31658: specifying a schema name requires a table name
-
Cause: The caller specified a schema name but neglected to specify a corresponding table name.
- ORA-31659: status message was invalid type - detaching job
-
Cause: Message from the master process on the status queue had an invalid message type, indicating a failure in the protocol.
- ORA-31660: metadata filter name can not be defaulted
-
Cause: A null metadata filter name was supplied.
- ORA-31661: there are no metadata transform values of type VARCHAR2
-
Cause: The specified metadata transform value was an invalid type.
- ORA-31662: metadata transform name can not be defaulted
-
Cause: A null metadata transform name was supplied.
- ORA-31663: metadata remap name can not be defaulted
-
Cause: A null metadata remap name was supplied.
- ORA-31664: unable to construct unique job name when defaulted
-
Cause: The job name was defaulted, and the name creation algorithm was unable to find a unique job name for this schema where the table name (for the master table) didn't already exist.
- ORA-31665: mode can only be defaulted for IMPORT and SQL_FILE operations
-
Cause: The job mode can not be null except for IMPORT and SQL_FILE operations.
- ORA-31666: Master process string had an unhandled exception.
-
Cause: A Data Pump process model master process had an unhandled exception condition.
- ORA-31667: parameter name can not be defaulted
-
Cause: A null was supplied for the parameter name.
- ORA-31668: Timeout before worker process string finished initialization.
-
Cause: The worker process whose name is listed started up but did not finish its initialization within the allowed time limit.
- ORA-31669: Worker process string violated startup protocol.
-
Cause: The worker process whose name is listed started up but then exited before notifying the creating process that it was finished with initialization.
- ORA-31670: Username argument must be specified and non-null.
-
Cause: Called change user with a NULL username or a null string.
- ORA-31671: Worker process string had an unhandled exception.
-
Cause: A Data Pump process model worker process had an unhandled exception condition.
- ORA-31672: Worker process string died unexpectedly.
-
Cause: A Data Pump process model worker process died unexpectedly, so PMON is cleaning up the process.
- ORA-31673: worker process interrupt for normal exit by master process
-
Cause: A worker process was requested to clean up and exit because the master process is doing a normal exit.
- ORA-31674: worker process interrupt for unhandled exception in master process
-
Cause: A worker process was requested to clean up and exit because an unhandled exception occurred in the master process.
- ORA-31675: worker process interrupt for unexpected death of master process
-
Cause: A worker process was requested to clean up and exit (signaled by PMON, doing cleanup because the master process died unexpectedly).
- ORA-31676: illegal value for number of workers, string
-
Cause: Called create worker processes with an illegal number of workers specified.
- ORA-31679: Table data object string cannot be imported or exported using a network link.
-
Cause: The table object contained at least one type that requires direct path and at least one type that requires insert as select or external tables to import the data. There is no method available to export or import this data over a database link.
- ORA-31686: error creating worker processes
-
Cause: Setup to create worker processes failed.
- ORA-31687: error creating worker process string with worker id string
-
Cause: Attempt to create the listed worker process failed.
- ORA-31688: Worker process string failed during startup.
-
Cause: The worker process whose name is listed failed during startup.
- ORA-31689: illegal value for base worker id, string
-
Cause: Called create worker processes with an illegal base worker id value specified.
- ORA-31690: Process name buffer size must be specified and must be greater than 0.
-
Cause: Called get worker exception and either specified NULL or 0 for the buffer size argument.
- ORA-31691: The worker received message number string from the MCP, which is invalid.
-
Cause: Bad code.
- ORA-31692: The following SQL statement failed trying to insert a row into the Master table:\nstring
-
Cause: Bad code.
- ORA-31693: Table data object string failed to load/unload and is being skipped due to error:\nstring
-
Cause: Table failed to load or unload due to some error.
- ORA-31694: master table string failed to load/unload
-
Cause: Master table failed to load or unload.
- ORA-31695: Inconsistent master table on restart. The following SQL statement returned string identical objects.\nstring
-
Cause: Master table on restart has the same object inserted multiple times.
- ORA-31696: unable to export/import string using client specified string method
-
Cause: Table attributes prevent client specified method for exporting or importing data.
- ORA-31697: aborting operation at process order number string
-
Cause: User asked for it.
- ORA-31698: Error stack buffer size must be specified and must be greater than 0.
-
Cause: Called get worker exception and either specified NULL or 0 for the error stack size argument.
- ORA-31700: very long string supplied for string parameter
-
Cause: A very long string was supplied for the specified parameter in the intialization parameter file.
- ORA-31701: Event to enable xmltype table export/import with schema
-
Cause: Event to enable xmltype table export/import with schema
- ORA-31702: This privilege has already been granted.
-
Cause: The GRANT statement contained a privilege that was already granted to the user.
- ORA-31703: cannot grant string privilege on behalf of other users
-
Cause: Granting of the privilege was attempted by a user other than SYS or the owner.
- ORA-31704: cannot revoke string privilege on behalf of other users
-
Cause: Revoking of the privilege was attempted by a user other than SYS or the owner.
- ORA-31705: failed to get library object
-
Cause: An error occurred while trying to lock the library object.
- ORA-31706: role string not granted commonly or does not exist
-
Cause: Either the role was not granted commonly to the user, or the role did not exist.
- ORA-31707: cannot grant string privilege
-
Cause: Granting of privilege INHERIT PRIVILEGES or TRANSLATE SQL was attempted to an invalid user.
- ORA-31708: role string not granted commonly or does not exist
-
Cause: Either the role was not granted commonly to the user, or the role did not exist.
- ORA-31901: the current operation was cancelled by the user
-
Cause: The user requested to cancel current operation
- ORA-31903: cannot unregister materialized view for Synchronous refresh
-
Cause: One or more materialized views in the materialized views list were not registered for Synchronous refresh.
- ORA-31905: Synchronous refresh cannot be used for materialized view "string"."string"\nstring
-
Cause: The materialized view did not meet the requirements for Synchronous refresh.
- ORA-31906: Staging log of "string"."string" contains rows which do not belong to any of the table's partitions.
-
Cause: Synchronous refresh detected this error during PREPARE_REFRESH.
- ORA-31907: Synchronous refresh of "string"."string" results in rows which do not belong to any of the materialized view's partitions.
-
Cause: Synchronous refresh detected this error during PREPARE_REFRESH.
- ORA-31908: cannot modify the contents of a table with a staging log
-
Cause: An attempt was made to alter the contents of a table with a staging log.
- ORA-31909: base table "string"."string" must have primary key or foreign key when creating a staging log
-
Cause: The base table did not have a primary or foreign key defined.
- ORA-31910: staging log exists on table "string"."string"
-
Cause: Staging log was already generated on the base table.
- ORA-31911: MV log on table "string"."string" is not completely consumed.
-
Cause: Materialized views (MV) referencing the base table were not refreshed.
- ORA-31912: Cannot alter MV log. MV log was not created on table "string"."string"
-
Cause: Materialized view (MV) log was not created on the base table.
- ORA-31913: Log is already an MV log on table "string"."string".
-
Cause: An attempt was made to alter a staging log to a materialize view (MV) log when it was already an MV log.
- ORA-31914: Staging log was created on table "string"."string"
-
Cause: Staging log was not created on base table.
- ORA-31915: At least one MV referencing table "string"."string" is REFRESH ON COMMIT.
-
Cause: At least one materialize view (MV) referencing a table is defined as REFRESH ON COMMIT.
- ORA-31916: Staging log on table "string"."string" cannot be dropped or altered.
-
Cause: The current group contained a materialize view (MV) referencing the table.
- ORA-31917: illegal operation on a table which has been locked by synchronous refresh
-
Cause: DML or DDL was used on a base table that had a staging log or was locked by synchronous refresh. The synchronous refresh operation locks tables related to the refresh group at PREPARE_REFRESH time and unlocks them after the EXECUTE_REFRESH is done to prevent wrong results.
- ORA-31918: The materialized view "string"."string" is registered for synchronous refresh and cannot be altered or dropped.
-
Cause: The materialized view was registered for synchronous refresh.
- ORA-31919: Value of DMLTYPE$$ column is not one of ('I','D','UO','UN') in staging log "string"."string".
-
Cause: Value of DMLTYPE$$ column was not one of ('I','D','UO','UN').
- ORA-31920: 'UO' and 'UN' row counts or key values not matched in the staging log "string"."string".
-
Cause: 'UO' and 'UN' row counts or key values were not matched in the staging log.
- ORA-31921: Staging log rows to be updated, deleted or inserted were invalid.\nstring
-
Cause: The staging log rows to be updated, deleted or inserted were invalid.
- ORA-31922: Foreign key must contain partition key in table "string"."string".
-
Cause: The foreign key did not contain a partition key. If a table does not have a primary key, the foreign key must contain a partition key.
- ORA-31923: must have primary key or partition key in table "string"."string"
-
Cause: The table did not have a primary key or a partition key.
- ORA-31924: must have either primary key or foreign key in table "string"."string"
-
Cause: The table did not have a primary key or a foreign key.
- ORA-31925: Every row in staging log "string"."string" should contain non-NULL values for all the columns comprising staging log key.
-
Cause: The staging log contained NULL values in key columns.
- ORA-31926: Type "string" is not supported for synchronous refresh.
-
Cause: An attempt was made to create a staging log on a base table containing an unsupported data type.
- ORA-31927: Staging log does not exist on table "string"."string".
-
Cause: An attempt to prepare a staging log that did not exist.
- ORA-31928: Synchronous refresh error\nstring
-
Cause: An error occurred in the synchronous refresh package (DBMS_SYNC_REFRESH). This message will be followed by a second message giving more details about the nature of the error.
- ORA-31930: The table is locked by synchronous refresh and the requested operation cannot be performed.
-
Cause: An attempt was made to perform a PMOP (partition maintenance operation) or otherwise modify a table that was locked by synchronous refresh. The synchronous refresh operation locks tables related to the refresh group at PREPARE_REFRESH time and unlocks them after the EXECUTE_REFRESH is done to prevent wrong results.
- ORA-31932: cannot allocate memory of string bytes for query expression
-
- ORA-31933: error occurred during refresh statistics processing at string\nstring
-
Cause: An error was detected by the refresh statistics subsystem at the position indicated by the first argument in the error message. The secondary error is indicated by the second argument in the error message. This error message is recorded in the trace file and alert log but is not thrown and the refresh operation is not aborted because of this error.
- ORA-31934: error occurred while shrinking the materialized view log at string\nstring
-
Cause: An error was detected while shrinking the materialized view (MV) log during refresh at the position indicated by the first argument in the error message. The secondary error is indicated by the second argument in the error message. This error message is recorded in the trace file and alert log but is not thrown and the refresh operation is not aborted because of this error.
- ORA-31935: REFRESH FAST of "string"."string" unsupported with SKIP_EXT_DATA = FALSE
-
Cause: The REFRESH command specified the value of the parameter SKIP_EXT_DATA as FALSE. This materialized view does not support fast refresh when SKIP_EXT_DATA = FALSE is specified.
- ORA-31951: invalid SCALE value
-
Cause: The value was not within the allowable range.
- ORA-31952: invalid second argument
-
Cause: The second argument was not an integer, bind variable, or the keyword PARTITION.
- ORA-31953: expected MIN or MAX aggregate not found
-
Cause: Either a matching pair of MIN and MAX aggregates were missing or an aggregate other than MIN or MAX was found.
- ORA-31954: duplicate MIN or MAX aggregate found
-
Cause: The same MIN or MAX aggregate was found more than once.
- ORA-31955: incorrect join found
-
Cause: A join other than equality left outer join was found.
- ORA-31956: construct or object 'string' not allowed for zonemap
-
Cause: A construct or object not allowed in the zonemap definition was found.
- ORA-31957: table string not joined
-
Cause: A table without a join to the fact table was found.
- ORA-31958: fact table string already has a zonemap string on it
-
Cause: The fact table already had a zonemap.
- ORA-31959: internal error during the refresh of zonemap "string"."string"
-
Cause: An internal error was detected by the zonemap refresh subsystem and the refresh operation was aborted.
- ORA-31960: must use DROP MATERIALIZED ZONEMAP to drop "string"."string"
-
Cause: An attempt was made to drop a zonemap using a command other than DROP MATERIALIZED ZONEMAP.
- ORA-31961: must use ALTER MATERIALIZED ZONEMAP to alter "string"."string"
-
Cause: An attempt was made to alter a zonemap using a command other than ALTER MATERIALIZED ZONEMAP.
- ORA-31962: cannot fast refresh zonemap "string"."string"
-
Cause: The fast refresh operation was not possible because DML had occurred to one or more dimension tables of the zonemap.
- ORA-31964: matching GROUP BY expression required
-
Cause: A matching GROUP BY expression was not found in the SELECT list.
- ORA-31965: incorrect predicate found
-
Cause: A predicate other than simple equality left outer join predicate was found.
- ORA-31966: invalid option specified to alter "string"."string"
-
Cause: An invalid option was used to alter a zonemap table.
- ORA-31967: built-in aggregate function must be named ZONE_ID$
-
Cause: The name for built-in aggregate function was not ZONE_ID$.
- ORA-31968: internal error during the staleness tracking of zonemap "string"."string"
-
Cause: An internal error was detected by the zonemap staleness tracking subsystem and the DML operation on the zonemap fact table was aborted.
- ORA-31969: ZONEMAP not supported for table stored in tablespace of this storage type
-
Cause: An attempt was made to define ZONEMAP on a table stored in non-Oracle Exadata storage.
- ORA-31970: cannot comment on the materialized zonemap
-
Cause: An attempt was made to issue a COMMENT ON TABLE statement on a materialized zonemap.
- ORA-31972: cannot drop or alter the internal index on a materialized zone map
-
Cause: An attempt was made to drop or alter the internal index used by a materialized zone map.
- ORA-31973: invalid option specified to alter "string"."string\
-
Cause: An invalid option was used to alter a materialized view log table.
- ORA-31990: failed to process parameter "string" from SPFILE
-
Cause: An error was encountered while processing parameters from the SPFILE.
- ORA-31991: error occurred processing parameter 'string'
-
Cause: The parameter could not be specified for a pluggable database.
- ORA-31992: error while processing parameter 'string'
-
Cause: An error was encountered while processing a comment for the parameter.
- ORA-31993: cannot overwrite parameter file 'string'
-
Cause: The specified parameter file or server parameter file was already in existence.
- ORA-31995: error occurred processing parameter 'string'
-
Cause: The combined length of all the parameter values was more than the allowed maximum.
- ORA-32000: write to SPFILE requested but SPFILE is not modifiable
-
Cause: An ALTER SYSTEM command or an internal self-tuning mechanism requested a write to the SPFILE but the SPFILE was not modifiable.
- ORA-32001: write to SPFILE requested but no SPFILE is in use
-
Cause: An ALTER SYSTEM command or an internal self-tuning mechanism requested a write to the SPFILE but no SPFILE was in use.
- ORA-32002: cannot create SPFILE already being used by the instance
-
Cause: A create spfile command is trying to write to an SPFILE that was used to startup the instance.
- ORA-32003: error occured processing parameter 'string'
-
Cause: An error occured while parsing the parameter file.
- ORA-32004: obsolete or deprecated parameter(s) specified for string instance
-
Cause: Obsolete or deprecated parameters for this instance type were specified in the SPFILE or the PFILE on the server side.
- ORA-32005: error while parsing size specification [string]
-
Cause: The value specified for an alter operation on a size parameter is not valid
- ORA-32006: string initialization parameter has been deprecated
-
Cause: A deprecated parmeter was specified at startup
- ORA-32007: internal
-
Cause: A parameter error occured.
- ORA-32008: error while processing parameter update at instance string
-
Cause: An error occured while processing a parameter on a remote instance.
- ORA-32009: cannot reset the memory value for instance string from instance string
-
Cause: Memory resets of local parameters are only allowed.
- ORA-32010: cannot find entry to delete in SPFILE
-
Cause: The SPFILE did not contain the sid.parameter entry.
- ORA-32011: cannot restore SPFILE to location already being used by the instance
-
Cause: A restore operation trying to write to an SPFILE that was used to startup the instance.
- ORA-32012: cannot reset the memory value of initialization parameter
-
Cause: An attempt was made to reset the memory value of a parameter that has not been modified.
- ORA-32013: failure in verifying parameters from the restored SPFILE
-
Cause: Failure during processing of parameters from restored SPFILE. It could be that restore image of the SPFILE is corrupted.
- ORA-32014: error processing parameter "string" from the SPFILE restore image
-
Cause: Failure during processing of parameters from restored SPFILE. It could be that restore image of the SPFILE is corrupted.
- ORA-32015: unable to restore SPFILE
-
Cause: Failure during SPFILE restore. It could be that the restore destination is not valid.
- ORA-32016: parameter "string" cannot be updated in SPFILE
-
Cause: Database is mounted.
- ORA-32017: failure in updating SPFILE
-
Cause: A failure occured while updating the SPFILE.
- ORA-32018: parameter cannot be modified in memory on another instance
-
Cause: Parameter adjustment can take a very long time
- ORA-32019: The parameter SPFILE cannot be updated in the server parameter file.
-
Cause: An attempt was made to update the parameter SPFILE in the server parameter file.
- ORA-32020: SID='*' clause needed to modify this parameter
-
Cause: The parameter did not have the same value on all RAC instances.
- ORA-32021: parameter value longer than string characters
-
Cause: An attempt was made to alter a parameter value but the number of characters in the parameter value was longer than the allowed maximum. For a list parameter, one of the values in the list was longer than the allowed maximum.
- ORA-32022: parameter string value longer than string characters
-
Cause: The combined length of all the parameter values was more than the allowed maximum.
- ORA-32024: invalid directory specified for audit_file_dest parameter
-
Cause: Either the directory did not exist, it was not writable, or the path contained reference to the parent directory.
- ORA-32025: string.string is not a table or view object.
-
Cause: An attempt was made to set the audit table to a non-table object or a non-view object.
- ORA-32026: string.string has fewer columns compared to string table.
-
Cause: An attempt was made to set the audit table to a table or view object that has fewer columns compared to the base audit table.
- ORA-32027: There is no string column with the matching type in string.string.
-
Cause: An attempt was made to set the audit table to a table or view object that does not have a column with the same name and type as the one in the audit table.
- ORA-32028: Syslog facility or level not recognized
-
Cause: Syslog facility or level did not conform to the standard facility or level provided in the syslog.h file
- ORA-32029: resetting with SCOPE=MEMORY or SCOPE=BOTH is currently not supported
-
Cause: An attempt was made to reset an in-memory parameter value
- ORA-32030: an SPFILE is already associated with the instance
-
Cause: An attempt was made to update the parameter SPFILE on an instance that was already associated with an spfile.
- ORA-32031: illegal reference of a query name in WITH clause
-
Cause: forward or recursive reference of a query name in WITH clause is not allowed.
- ORA-32032: free temporary object number not available
-
Cause: Too many queries using temp table transformation are currently being run to use up all temporay object numbers.
- ORA-32033: unsupported column aliasing
-
Cause: column aliasing in WITH clause is not supported yet
- ORA-32034: unsupported use of WITH clause
-
Cause: Inproper use of WITH clause because one of the following two reasons: 1. nesting of WITH clause within WITH clause not supported yet 2. For a set query, WITH clause can't be specified for a branch. 3. WITH clause cannot be specified within parenthesis.
- ORA-32035: unreferenced query name defined in WITH clause
-
Cause: There is at least one WITH clause query name that is not referenced in any place.
- ORA-32036: unsupported case for inlining of query name in WITH clause
-
Cause: There is at least one query name which is inlined more than once because its definition query is too simple and references another query name. This is currently unsupported yet.
- ORA-32037: unsupported use of LEVEL in membership condition
-
Cause: An attempt was made to use LEVEL in membership condition with subquery that is not supported.
- ORA-32038: number of WITH clause column names does not match number of elements in select list
-
Cause: A list of column aliases or names was specified for a WITH clause query name but the number of elements in the list did not match the number of elements in the select list of the definition query.
- ORA-32039: recursive WITH clause must have column alias list
-
Cause: A WITH clause query referred to itself (recursive) but did not have a column alias list specified for it.
- ORA-32040: recursive WITH clause must use a UNION ALL operation
-
Cause: A WITH clause query referred to itself (recursive) but did not use a UNION ALL operation in its definition query.
- ORA-32041: UNION ALL operation in recursive WITH clause must have only two branches
-
Cause: A WITH clause query referred to itself (recursive) but used a UNION ALL operation with more than two branches, which is not currently supported.
- ORA-32042: recursive WITH clause must reference itself directly in one of the UNION ALL branches
-
Cause: A WITH clause query referred to itself (recursive) indirectly, such as through a subquery or view.
- ORA-32043: recursive WITH clause needs an initialization branch
-
Cause: A WITH clause query referred to itself (recursive) but did not have a branch in a UNION ALL with no references to itself (the initialization branch or anchor member).
- ORA-32044: cycle detected while executing recursive WITH query
-
Cause: A recursive WITH clause query produced a cycle and was stopped in order to avoid an infinite loop.
- ORA-32045: maximum level of recursion reached while executing recursive WITH query
-
Cause: A recursive WITH query reached the maximum level of recursion specified and was stopped.
- ORA-32046: sequence column name for SEARCH clause must not be part of the column alias list
-
Cause: The SEARCH clause for a recursive WITH query specified a sequence column that was already listed in the column alias list for the WITH clause query name.
- ORA-32047: cycle mark value and non-cycle mark value must be one byte character string values
-
Cause: The cycle mark or the non-cycle mark values specified in the CYCLE clause of a recursive WITH query were not one byte character string values as required.
- ORA-32048: cycle mark column name for CYCLE clause must not be part of the column alias list
-
Cause: The CYCLE clause for a recursive WITH query specified a cycle mark column that was already listed in the column alias list for the WITH clause query name.
- ORA-32049: duplicate name found in column alias list for WITH clause
-
Cause: The column alias list for a WITH clause element contained a name which appeared more than once in the list.
- ORA-32050: string operation failed
-
Cause: A mapping operation failed.
- ORA-32051: mapping service not available
-
Cause: The mapping service was never started or previously failed to start properly.
- ORA-32052: failed to start mapping service
-
Cause: The mapping service failed to start properly.
- ORA-32053: operation not supported
-
Cause: Mapping libraries do not support operation.
- ORA-32054: lost communication with FMPUTL process
-
Cause: Lost communication with mapping utility.
- ORA-32055: invalid file type
-
Cause: Invalid file type used when mapping files.
- ORA-32056: invalid number of extents
-
Cause: Invalid number of extents used for map operation.
- ORA-32057: invalid lock mode
-
Cause: An invalid mode was used for a lock operation.
- ORA-32058: operation restricted to SYSDBA users
-
Cause: Operation requires SYSDBA priviliges.
- ORA-32059: deadlock detected on mapping structures
-
Cause: Mapping structures already locked by the same session.
- ORA-32060: channel failure
-
Cause: Channel failure between foreground and background process.
- ORA-32100: operation invalid on transient object
-
Cause: Trying to perform an operation on transient object which is is valid only on persistent objects
- ORA-32101: cannot create OCI Environment
-
Cause: An OCI Environment could not be created for OCCI
- ORA-32102: invalid OCI handle
-
Cause: An invalid OCI handle is passed to an OCI call.
- ORA-32103: error from OCI call
-
Cause: An error code other than OCI_ERROR is returned from an OCI call.
- ORA-32104: cannot retrieve OCI error message
-
Cause: Error message after an OCI call could not be retrieved.
- ORA-32106: array fetch not allowed without setBuffer on all columns
-
Cause: The setBuffer method was not called for all column postions and the next method was called to fetch more than one row.
- ORA-32107: internal OCI memory allocation failure
-
Cause: Memory could not be allocated from an OCI heap.
- ORA-32108: max column or parameter size not specified
-
Cause: The max column or parameter size is not specified.
- ORA-32109: invalid column or parameter position
-
Cause: An invalid column or parameter position is specified.
- ORA-32110: Connection not specified
-
Cause: A null connection was passed.
- ORA-32113: Null object passed
-
Cause: Null object was passed.
- ORA-32114: Cannot perform operation on a null LOB
-
Cause: The LOB instance on which the operation was attempted was null.
- ORA-32116: Buffer size is less than amount specified
-
Cause: The buffer size specified for the LOB read or write operation was less than the amount to be read or written.
- ORA-32117: Source LOB is null
-
Cause: The source LOB instance on which the operation was attempted was null.
- ORA-32118: Cannot perform operation on a null FILE
-
Cause: The FILE instance on which the operation was attempted was null.
- ORA-32120: Buffer size is less than amount specified
-
Cause: The buffer size specified for the FILE read or write operation was less than the amount to be read or written.
- ORA-32121: Source FILE is null
-
Cause: The source FILE instance on which the operation was attempted was null.
- ORA-32123: Attribute number is out of range
-
Cause: The attribute number passed is greater than the total number of attributes of the described object.
- ORA-32124: Illegal attribute passed
-
Cause: The attribute passed is not applicable for the described object.
- ORA-32125: Attribute type is not appropriate
-
Cause: The return type of the get method does not match the type of the attribute being passed.
- ORA-32126: Cannot perform operations on a null REF
-
Cause: The REF instance on which the operation was attempted was null.
- ORA-32127: REFs do not belong to any connection
-
Cause: Neither of the REFs being compared had associated connection information.
- ORA-32128: setDataBuffer called after fetch has started
-
Cause: Fetch from result set has already started and the setDataBuffer call was made.
- ORA-32129: cannot get information about this column
-
Cause: The setDataBuffer method was called to get information about this column. Therfore, the current method cannot be called.
- ORA-32130: invalid offset/index refrenced in Bytes
-
Cause: The offset/index is out of range of valid data locations in Bytes offsets.
- ORA-32131: bind data type cannot be changed
-
Cause: The setXXX method is called again with a different data type than originally specified, or the setXXX method is called for a subsequent iteration without being called before the first iteration.
- ORA-32132: maximum iterations cannot be changed
-
Cause: The setMaxIterations is called after a setXXX method has been called.
- ORA-32133: Cannot get stream from LOB/FILE
-
Cause: An open stream exists on the the LOB/FILE on which the operation was attempted.
- ORA-32134: Cannot assign LOBs
-
Cause: An open stream exists on the target LOB.
- ORA-32135: Cannot assign FILEs
-
Cause: An open stream exists on the target FILE.
- ORA-32136: Cannot perform operation on an invalid stream
-
Cause: The LOB/FILE from which the stream was obtained had been nullified or destroyed.
- ORA-32139: Cannot write to the stream
-
Cause: A write was performed after the last buffer was written.
- ORA-32140: cannot peform this operation on stream
-
Cause: Either a read is attempted from a stream oi write mode, or a write is attempted on a stream in read mode.
- ORA-32141: get method does not match the type of the parameter
-
Cause: The getXXX method called on the Statement object does not match the type of the bind parameter.
- ORA-32142: maximum number of iterations exceeded
-
Cause: The addIteration exceeds the maximum number of iterations set by the the setMaxIterations method.
- ORA-32143: Environment not specified
-
Cause: A null environment was passed.
- ORA-32144: Cannot perform operation on a null interval
-
Cause: The interval involved in this operation is null.
- ORA-32145: Environment not specified
-
Cause: The interval on which the operation was attempted was null and no environment was specified.
- ORA-32146: Cannot perform operation on a null date
-
Cause: The date involved in this operation is null.
- ORA-32147: Environment not specified
-
Cause: The date on which the operation was attempted was null and no environment was specified.
- ORA-32150: Cannot perform operation on a null timestamp
-
Cause: The timestamp involved in this operation is null.
- ORA-32151: Environment not specified
-
Cause: The timestamp on which the operation was attempted was null and no environment was specified.
- ORA-32152: Cannot perform operation on a null number
-
Cause: The number involved in this operation is null.
- ORA-32153: Environment not specified
-
Cause: The number on which the operation was attempted was null and no environment was specified.
- ORA-32154: Anydata context not specified
-
Cause: A null anydata context was passed.
- ORA-32155: Anydata not specified
-
Cause: A null anydata was passed.
- ORA-32156: Cannot perform operation on stream
-
Cause: This operation is not applicable to streams obtained from LOBs.
- ORA-32157: Infinity not supported
-
- ORA-32158: Invalid type passed
-
Cause: An inapplicable type was passed to this call.
- ORA-32159: Cannot set prefetch options for a null Type
-
Cause: A null Type name was passed.
- ORA-32161: Cannot perform piecewise fetch
-
Cause: Zero amount was passed and buffer size was less than LOB size
- ORA-32162: Read/Write SQL method not registered
-
Cause: readSQL/writeSQL method was NULL or was not registered
- ORA-32163: Method called on Invalid Environment type
-
Cause: A non-XA call made on an XA Environment or XA call made on non-XA Environment
- ORA-32164: Method called on Invalid Connection type
-
Cause: A non-XA call made on an XA Connection or XA call made on non-XA Connection
- ORA-32165: Cannot get XA environment
-
Cause: Incorrect dbname string was passed or the XA connection has not been opened
- ORA-32166: Cannot get XA connection
-
Cause: Incorrect dbname string was passed or the XA connection has not been opened
- ORA-32167: No payload set on the Message
-
Cause: An attempt was made to enqueue a message without setting a payload on it.
- ORA-32168: Cannot perform operation on a null AnyData
-
Cause: The AnyData instance on which the operation was attempted was null.
- ORA-32169: Execution completed successfully but the number of rows affected is more than the maximum value of the unsigned integer.
-
Cause: The row count was larger than the maximum value of the unsigned integer. OCCI clients using 'executeUpdate()' cannot retrieve row counts larger than the maximum value of the unsigned integer.
- ORA-32300: cannot drop a secondary materialized view "string"."string"
-
Cause: An attempt was made to drop a materialized view of a nested table column's storage table.
- ORA-32301: object-relational materialized views must be primary key based
-
Cause: An attempt was made to create an object-relational materialized view that is not primary key based.
- ORA-32302: object materialized views must be object ID based
-
Cause: An attempt was made to create an object materialized view that is not object ID based.
- ORA-32303: mviews with user-defined types cannot reference multiple master sites
-
Cause: For materialized views with user-defined types, the definition query cannot reference tables from different master sites.
- ORA-32304: materialized views with user-defined types cannot use prebuilt table
-
Cause: An attempt was made to create a materialized view with the ON PREBUILT TABLE option.
- ORA-32305: RepAPI materialized views with user-defined types are not supported
-
Cause: An attempt was made to create a RepAPI materialized view with user-defined types.
- ORA-32306: updatable materialized views with user-defined types must use SELECT *
-
Cause: An attempt was made to create an updatable materialized view with user-defined types where the definition query did not use SELECT * at the topmost level.
- ORA-32307: must use FROM ONLY clause when referencing an object table
-
Cause: An attempt was made to create a materialized view whose definition query references object tables without the FROM ONLY clause.
- ORA-32308: object materialized views must use SELECT *
-
Cause: An attempt was made to create an object materialized view where the definition query did not use SELECT * at the topmost level.
- ORA-32309: object mview type "string"."string" does not match the master table type
-
Cause: An attempt was made to create an object materialized view whose type does not match the type of the master object table.
- ORA-32310: object materialized views must select from an object table
-
Cause: An attempt was made to create an object materialized view whose definition query did not select from an object table.
- ORA-32311: materialized view definition query selects an unsupported user-defined type
-
Cause: An attempt was made in the definition query to select an embedded user-defined type, function returning a user-defined type, or a function whose arguments are user-defined types.
- ORA-32312: cannot refresh a secondary materialized view "string"."string"
-
Cause: An attempt was made to refresh a materialized view of a nested table column's storage table.
- ORA-32313: REFRESH FAST of "string"."string" unsupported after PMOPs
-
Cause: A Partition Maintenance Operation (PMOP) has been performed on a detail table, and the specified materialized view does not support fast refersh after PMOPs.
- ORA-32314: REFRESH FAST of "string"."string" unsupported after deletes/updates
-
Cause: One or more deletes or updates has been performed on one or more of the detail tables referenced by the specified materialized view. This materialized view does not support fast refresh after deletes or updates.
- ORA-32315: REFRESH FAST of "string"."string" unsupported after mixed DML and Direct Load
-
Cause: One or more of the materialized view logs on the detail tables referenced by the specified materialized view omits the sequence number option. Such a log cannot be used to refresh a materialized view after deletes or updates and direct path insert.
- ORA-32316: REFRESH FAST of "string"."string" unsupported after mixed DML
-
Cause: One or more of the materialized view logs on the detail tables referenced by the specified materialized view omits the sequence number option. Such a log cannot be used to refresh a materialized view after deletes or updates have been performed on multiple detail tables.
- ORA-32317: cannot run a job from a job
-
Cause: An attempt was made to execute a job from within another job.
- ORA-32318: cannot rename a materialized view
-
Cause: Renaming a materialized view or its base table is not supported.
- ORA-32319: Cannot use direct loader log to FAST REFRESH materialized view "string"."string"
-
Cause: The direct loader log might have been dropped
- ORA-32320: REFRESH FAST of "string"."string" unsupported after container table PMOPs
-
Cause: A Partition Maintenance Operation (PMOP) has been performed on the materialized view, and no materialized view supports fast refersh after container table PMOPs.
- ORA-32321: REFRESH FAST of "string"."string" unsupported after detail table TRUNCATE
-
Cause: A detail table has been truncated and no materialized view supports fast refersh after a detail table has been truncated
- ORA-32322: PCT refresh of "string"."string" not allowed the sequence of DMLs/PMOPs
-
Cause: A table join dependent on another table on which PCT refresh is enabled has changed
- ORA-32330: invalid operation on online redefinition interim table "string"."string"
-
Cause: An invalid operation was performed on an interim table which was being used for online redefinition of a table.
- ORA-32331: type "string"."string" is incompatible with the master site
-
Cause: A type used by the materialized view was found to be incompatible with its coressponding type on the master site. This could be because the type does not exist on the master site or has been evolved to a different version from that on the materialzied view site.
- ORA-32332: cannot refresh materialized view "string"."string" as type evolution has occured
-
Cause: The types used by the materialized view or its master tables have been evolved.
- ORA-32333: disable table scn update for Materialized view
-
Cause: an event is set for disabling table scn update to prevent deadlock situation. (bug 1376209)
- ORA-32334: cannot create prebuilt materialized view on a table already referenced by a MV
-
Cause: the table on which the materialized view is created as prebuilt is already referenced by a materialized view
- ORA-32335: dimension must have at least one level
-
Cause: An level-less dimension is not allowed.
- ORA-32336: cannot use USING NO INDEX to create materialized view "string"."string"
-
Cause: The USING NO INDEX option was specified to create an updatable primary key based materialized view, an index-organized materialized view or an object-id materialized view.
- ORA-32337: cannot alter materialized view or zonemap to refresh on commit with pending changes
-
Cause: There were some pending changes in the detail tables.
- ORA-32338: on commit refresh grab all the detailed tables
-
Cause: an event is set to let on-commit MV refresh to grab all the detailed tables, no matter whether they have modified or not.
- ORA-32339: cannot alter materialized view with the PMOP
-
Cause: the materialized view is not allowed to have destructive PMOPS such as DROP, TRUNCATE and EXCHANGE (sub)partition. The UGA flag of i_am_a_refresh should be set first.
- ORA-32340: cannot tune the materialized view definition
-
Cause: Due to constructs in the materialized view definition, it could not be tuned to be fast-refreshable or rewriteable.
- ORA-32341: The EXPLAIN_MVIEW facility failed to explain the materialized view "string"."string"
-
Cause: The dependent object(s) of the materialized view may have changed. The materialized view may no longer be valid.
- ORA-32342: The EXPLAIN_MVIEW facility failed to explain the materialized view statement
-
Cause: An error exists in the materialized view definition. As a result, the materialized view statement could not be explained.
- ORA-32343: let MVIEW engine know that it is IMPORT from 9i or earlier
-
Cause: N/A.
- ORA-32344: cannot create a secondary materialized view with synonym as base table
-
Cause: It is not supported to create a secondary materialized view with synonym in the FROM clause.
- ORA-32345: fail to refresh the materialized view string.string due to the changed synonym
-
Cause: The definition of one or more synonyms in the from clause have changed. The structure of the materialized view has become invalid.
- ORA-32346: ON COMMIT materialized view refresh caused changes to the master table/materialized view
-
Cause: ON COMMIT refresh of a read-only materialized view changed the master table/materialized view. A trigger on the refreshed materialized view may be the cause.
- ORA-32347: NULL capabilities during explain mview
-
Cause: The supplied defining query did not generate any capabilities information.
- ORA-32348: revalidate summary object based on user input
-
Cause: An event was set to specify the number of attempts that the system needed to make in order to validate an invalidated summary object.
- ORA-32349: cannot reference prebuilt table in definition query for materialized view
-
Cause: The prebuilt container table of the materialized view was referenced in the definition query.
- ORA-32350: ON COMMIT refresh obtain shared lock for all the detailed tables
-
Cause: An event was set to let ON COMMIT refresh to obtain a shared lock for all the detailed tables, whether they have been modified or not.
- ORA-32351: database link name cannot start with a number while creating materialized view
-
Cause: This event was disabled by default. If enabled, the fix for bug 6074902 will be disabled and you will be unable to create database links starting with a number when creating a materialized view on remote tables.
- ORA-32352: cannot refresh materialized view string.string using out-of-place fast refresh
-
Cause: Out-of-place fast refresh was either not enabled on this materialized view or not possible after changes to the base table made since the last refresh.
- ORA-32353: cannot refresh materialized view string.string using out-of-place PCT refresh
-
Cause: Out-of-place Partition Change Tracking (PCT) refresh was either not enabled on this materialized view or not possible after changes to the base table made since the last refresh.
- ORA-32354: cannot refresh materialized view string.string using out-of-place complete refresh
-
Cause: The materialized view did not qualify for out-of-place complete refresh.
- ORA-32355: out-of-place refresh cannot be used in atomic mode
-
Cause: Both 'atomic_refresh' and 'out_of_place' parameters were set to 'true' in the refresh interface.
- ORA-32357: failed to refresh on-commit materialized view string.string
-
Cause: There was an error in the refresh path of the on-commit materialized view.
- ORA-32358: cannot perform on-query computation for materialized view string.string
-
Cause: The ENABLE ON QUERY COMPUTATION option was specified for the materialized view [owner].[mv_name] but on-query computation was not feasible for the change scenario.
- ORA-32359: cannot specify the FRESH_MV hint for this query
-
Cause: The query included a construct that was not supported by the on-query computation, and so the FRESH_MV hint could not be specified. The on-query computation does not support the CONNECT BY clause, the MATERIALIZE hint, or spreadsheet queries.
- ORA-32360: cannot ENABLE ON QUERY COMPUTATION for a refresh-on-commit materialized view
-
Cause: The ENABLE ON QUERY COMPUTATION option was specified when the ON COMMIT REFRESH option was also specified.
- ORA-32361: cannot ENABLE ON QUERY COMPUTATION for the materialized view
-
Cause: On-query computation was not feasible for the materialized view being created or altered.
- ORA-32362: cannot create system-partitioned materialized view
-
Cause: An attempt to create a system-partitioned materialized view failed.
- ORA-32363: prebuilt table managed column cannot be a virtual column
-
Cause: An attempt was made to create a materialized view on a prebuilt table that has a managed column which is a virtual column.
- ORA-32364: cannot perform on-query computation for this query
-
Cause: The FRESH_MV hint was specified for the query but on-query computation was not feasible due to conflicting system settings or processes.
- ORA-32366: mview definition query cannot include an inline external table clause
-
Cause: An attempt was made to include an inline external table clause in the materialized view definition query.
- ORA-32400: cannot use object id columns from materialized view log on "string"."string"
-
Cause: The materialized view log either does not have object id columns logged, or the timestamp associated with the object id columns is more recent than the last refresh time.
- ORA-32401: materialized view log on "string"."string" does not have new values
-
Cause: Materialized view log on the indicated table does not have new values information.
- ORA-32403: cannot use new values from mv log on "string"."string"
-
Cause: The materialized view log either does not have new values logged, or the timestamp associated with the new values columns is more recent than the last refresh time.
- ORA-32404: snapshot log uses Change Data Capture which is not enabled for this database
-
Cause: A snapshot log that utilizes Change Data Capture is being imported to a database where Change Data Capture has not been enabled.
- ORA-32405: cannot alter tablespace for existing materialized view log
-
Cause: The tablespace specification for the existing materialized view log cannot be altered or changed.
- ORA-32406: cannot alter partitioning for existing materialized view log
-
Cause: The partitioning specification for the existing materialized view log cannot be altered or changed.
- ORA-32407: cannot exclude new values when materialized view log includes new values
-
Cause: The excluding new values specification for the existing materialized view log cannot be accepted when including new values is the current option.
- ORA-32408: materialized view log on "string"."string" already has new values
-
Cause: The materialized view log on the indicated table already has new values.
- ORA-32409: materialized view log on "string"."string" already excludes new values
-
Cause: The materialized view log on the indicated table already excludes new values.
- ORA-32411: materialized view definition query exceeds the maximum length
-
Cause: The materialized view definition query exceeds the 64K limit.
- ORA-32412: encrypted column "string" not allowed in the materialized view log
-
Cause: The materialized view log being created/altered is to capture an encrypted column of the base table.
- ORA-32413: allow concurrent refresh of materialized view and truncate
-
Cause: This event is set to allow concurrent refresh of materialized view and truncate of base table; it prevents a deadlock situation. (bug 6710019)
- ORA-32414: materialized view logs are not compatible with each other for fast refresh
-
Cause: An attempt was made to create a fast refreshable materialized view on tables which have commit SCN-based materialized view logs and tables which have timestamp-based materialized view logs.
- ORA-32415: fast refreshable remote materialized view on a detail table with commit SCN-based materialized view log is not supported
-
Cause: The materialized view creation failed because fast refreshable remote materialized view on a detail table with commit SCN-based materialized view log was not supported.
- ORA-32416: one or more commit SCN-based materialized view logs are not in consistent state for fast refresh
-
Cause: Dictionary table "SYS"."SNAP_XCMT$" is not in consistent state.
- ORA-32417: must use DROP MATERIALIZED VIEW LOG to drop "string"."string"
-
Cause: An attempt was made to drop materialized view log using a command other than DROP MATERIALIZED VIEW LOG.
- ORA-32418: COMMIT SCN keyword only appears in CREATE MATERIALIZED VIEW LOG statement
-
Cause: An attempt was made to alter an existing materialized view log to have commit SCN.
- ORA-32419: on commit materialized view is not supported on detail tables with commit SCN-based materialized view logs
-
Cause: An attempt was made to create an on commit materialized view on detail tables with commit SCN-based materialized view logs.
- ORA-32420: unsupported fast refreshable materialized view defined on detail tables which have commit SCN-based materialized view logs
-
Cause: An attempt was made to create an unsupported fast refreshable materialized view on detail tables with commit SCN based materialized view logs.
- ORA-32421: commit SCN-based materialized view log is not supported on a table with LOB column(s)
-
Cause: An attempt was made to create a commit SCN-based materialized view log on a table which has LOB column(s).
- ORA-32422: commit SCN-based materialized view log cannot be created on table "string"."string" when there exist direct load/PMOP log entries for the table
-
Cause: An attempt was made to create a commit SCN-based materialized view log on a table which had direct load/PMOP log entries in sys.sumdelta$ and sys.sumpartlog$.
- ORA-32423: commit SCN-based materialized view log cannot be dropped on table "string"."string" when there exist direct load/PMOP log entries for the table
-
Cause: An attempt was made to drop a commit SCN-based materialized view log on a table which had direct load/PMOP log entries in sys.sumdelta$ and sys.sumpartlog$.
- ORA-32424: materialized view log on "string"."string" already has this purge option
-
Cause: Materialized view log on the indicated table already has the purge option specified.
- ORA-32425: asynchronous and scheduled purge option is not allowed on commit SCN-based materialized view log
-
Cause: An attempt was made to create or alter a commit SCN-based materialized log with asynchronous and scheduled purge option.
- ORA-32426: materialized view log on "string"."string" in DST upgrade
-
Cause: The materialized view log was created or altered on a table that had a Daylight Saving Time upgrade in progress.
- ORA-32427: materialized view contains unsupported NLS transformation
-
Cause: An attempt was made to create or alter materialized view under NLS settings which transformed the materialized view's defining query in ways not by supported by Oracle.
- ORA-32428: on-statement materialized join view error: string
-
Cause: An error related to on-statement materialized join view was received.
- ORA-32429: commit SCN-based materialized view log cannot be created on AQ table
-
Cause: An attempt was made to create a commit SCN-based materialized view log on an Oracle Database Advanced Queuing (AQ) table.
- ORA-32430: materialized view log cannot be created on read-only database
-
Cause: An attempt was made to create a materialized view log on a read-only database.
- ORA-32431: materialized view cannot be created on tables having inconsistent sharing
-
Cause: An attempt was made to create a materialized view on tables having inconsistent sharing.
- ORA-32432: materialized view log on a duplicated table cannot be altered when shard DDL is enabled
-
Cause: An attempt was made to alter the materialized view log on a duplicated table when the shard DDL was enabled.
- ORA-32433: cannot rename a materialized view log
-
Cause: Renaming a materialized view log was not supported.
- ORA-32434: cannot alter materialized view log with the PMOP
-
Cause: The materialized view log was not allowed to have destructive partition maintenance operations (PMOPS) such as DROP, TRUNCATE and EXCHANGE partition or subpartition.
- ORA-32460: maximum number of private temporary tables per session exceeded
-
Cause: An attempt was made to create a private temporary table that exceeded the maximum allowable private temporary tables per session.
- ORA-32461: unable to complete creation of in-memory private temporary table
-
Cause: An attempt was made to create an in-memory private temporary table that was no longer in the shared pool.
- ORA-32462: cannot use an object modified in current transaction
-
Cause: An object modified in the current transaction was found during the creation of in-memory private temporary table using CREATE TABLE AS SELECT (CTAS).
- ORA-32463: cannot create an object with a name matching private temporary table prefix
-
Cause: An attempt was made to create an object with a name matching private temporary table prefix (either ORA$PTT_ or value in parameter, private_temp_table_prefix).
- ORA-32464: private temporay table feature is disabled
-
Cause: An attempt was made to create a private temporary table but the feature was disabled.
- ORA-32465: value specified for the parameter is incorrect
-
Cause: An attempt was made to modify the PRIVATE_TEMP_TABLE_PREFIX parameter to a value that does not comply as specified in the documentation.
- ORA-32480: SEARCH and CYCLE clauses can only be specified for recursive WITH clause elements
-
Cause: A SEARCH or a CYCLE clause was specified for a WITH clause element that was not recursive.
- ORA-32481: cycle value for CYCLE clause must be different from the non-cycle value
-
Cause: A CYCLE clause was specified for a recursive WITH query but the cycle value was the same as the non-cycle or DEFAULT value.
- ORA-32482: sequence column for SEARCH clause must be different from the cycle mark column for CYCLE clause
-
Cause: A SEARCH clause and a CYCLE clause was specified for a recursive WITH query, but the sequence column of the SEARCH clause matched the cycle mark column of the CYCLE clause.
- ORA-32483: duplicate name found in sort specification list for SEARCH clause of WITH clause
-
Cause: A SEARCH clause was specified for a recursive query with a sort specification list which contained duplicate names.
- ORA-32484: duplicate name found in cycle column list for CYCLE clause of WITH clause
-
Cause: A CYCLE clause was specified for a recursive query with a cycle column list which contained duplicate names.
- ORA-32485: element in cycle column list of CYCLE clause must appear in the column alias list of the WITH clause element
-
Cause: An element in the cycle column list of a CYCLE clause that was specified for a recursive WITH query did not appear in the column alias list of the WITH clause element.
- ORA-32486: unsupported operation in recursive branch of recursive WITH clause
-
Cause: The recursive component of the UNION ALL in a recursive WITH clause element used an operation that was currently not supported. The following should not be used in the recursive branch of the UNION ALL operation: GROUP BY, DISTINCT, MODEL, grouping sets, CONNECT BY, window functions, HAVING, aggregate functions.
- ORA-32487: unsupported join in recursive WITH query
-
Cause: The recursive component of a recursive WITH clause element contained one of the following: - A LEFT OUTER join where the right side was the recursive query name. - A RIGHT OUTER join where the left side was the recursive query name. - A FULL OUTER join involving the recursive query name.
- ORA-32488: WITH clause element did not have a column alias list
-
Cause: A WITH clause element used the SEARCH clause or CYCLE clause or both but did not have a column alias list specified for it.
- ORA-32489: element in sort specification list of SEARCH clause did not appear in the column alias list of the WITH clause element
-
Cause: An element in the sort specification list of a SEARCH clause that was specified for a recursive WITH query did not appear in the column alias list of the WITH clause element.
- ORA-32490: recursive query name referenced more than once in recursive branch of recursive WITH clause element
-
Cause: The recursive component of the UNION ALL in a recursive WITH clause element referenced the recursive query name more than once. Only one reference to the recursive query name is allowed in the recursive branch of a recursive WITH clause element.
- ORA-32499: operation not supported with old CONNECT BY clause
-
Cause: The query used the old CONNECT BY clause on operations that are not supported.
- ORA-32500: Dirname 'string' cannot exceed 'string' characters
-
Cause: Path name too long
- ORA-32501: Writing SGA to file failed
-
Cause: Underlying OSDs encountered an error
- ORA-32502: Cannot execute command. Flash Freeze is not in effect
-
Cause: This command can only be issued after a flash freeze
- ORA-32503: Mapping SGA from file failed
-
Cause: Underlying OSDs encountered an error
- ORA-32504: expecting one of string, string, string, or string but found string
-
Cause: illegal value specified for create watchpoint mode
- ORA-32505: too many watchpoints
-
Cause: too many watchpoints created
- ORA-32506: expecting one of string, string, or string but found string
-
Cause: invalid arguments provided
- ORA-32507: expecting string but found string
-
Cause: invalid arguments to command
- ORA-32508: no such watchpoint id
-
Cause: invalid watchpoint id
- ORA-32509: watchpoint was already deleted
-
Cause: trying to delete an already deleted watchpoint
- ORA-32510: cannot create watchpoint on unreadable memory
-
Cause: trying to create watchpoint on invalid address
- ORA-32511: cannot create watchpoint in memory needed by watchpointing code
-
Cause: overlap exists between requested memory range to watch and internal memory structures that watchpointing operations need
- ORA-32512: type 'string' is unknown
-
Cause: trying to dump an invalid type name
- ORA-32514: cannot dump multiple 'string' types: structure size is unknown
-
Cause: trying to dump an invalid address
- ORA-32515: cannot issue ORADEBUG command 'string' to process 'string'; prior command execution time exceeds string ms
-
Cause: The process targeted to execute the ORADEBUG command was busy executing another ORADEBUG command for a time greater than the timeout value specified.
- ORA-32516: cannot wait for process 'string' to finish executing ORADEBUG command 'string'; wait time exceeds string ms
-
Cause: The execution of the ORADEBUG command took longer than the the timeout value specified.
- ORA-32517: cannot issue ORADEBUG command 'string' to process 'string' (prior command execution time exceeds string ms); total wait time exceeds string ms
-
Cause: The process targeted to execute the ORADEBUG command was busy executing another ORADEBUG command. But, because the total wait time for all targeted processes exceeded the maximum wait time, the ORADEBUG command was not issued to the target process.
- ORA-32518: cannot wait for process 'string' to finish executing ORADEBUG command 'string' (waited string ms); total wait time exceeds string ms
-
Cause: The total wait time for all targeted processes exceeded the maximum wait time, therefore the wait for the targeted process to finish executing the ORADEBUG command was aborted.
- ORA-32519: insufficient privileges to execute ORADEBUG command: string
-
Cause: Sufficient privileges were not granted.
- ORA-32520: error authenticating credentials
-
Cause: An error was encountered while authenticating credentials.
- ORA-32521: error parsing ORADEBUG command: string
-
Cause: An invalid ORADEBUG command was specified.
- ORA-32522: restricted heap violation while executing ORADEBUG command: [string] [string] [string]
-
Cause: An invalid memory heap was used in an ORADEBUG command.
- ORA-32523: watchpoint cannot be created in dynamic processes
-
Cause: An attempt was made to create a watchpoint in a process involving threads.
- ORA-32550: Replacement occured despite hint to the contrary
-
Cause: This should never be signalled; it's internal.
- ORA-32575: Explicit column default is not supported for modifying views
-
Cause: Default keyword was used to modify views.
- ORA-32576: missing TYPE keyword
-
Cause: keyword TYPE is missing.
- ORA-32577: username must be SYS or SYSTEM
-
Cause: A user name of SYS or SYSTEM was not specified when providing a password in the CREATE DATABASE statement.
- ORA-32578: password for SYS already specified
-
Cause: A password for the SYS user was specified twice in the CREATE DATABASE statement.
- ORA-32579: password for SYSTEM already specified
-
Cause: A password for the SYSTEM user was specified twice in the CREATE DATABASE statement.
- ORA-32580: both SYS and SYSTEM passwords must be provided
-
Cause: Passwords for both the SYS and SYSTEM users were not provided in the CREATE DATABASE statement. If one of the passwords was provided, then both should be provided.
- ORA-32581: missing or invalid password
-
Cause: An incorrect password was provided for the SYS or SYSTEM user in the CREATE DATABASE statement.
- ORA-32582: table function with left correlation to a table cannot also be left outer-joined to the table
-
Cause: A table function T2 contains a reference to a table T1. T2 is also left outer-joined to T1. This is not allowed.
- ORA-32583: query passed to table function has wrong number of elements in select list
-
Cause: The query used as an input to a table function which takes a a ref cursor as argument has wrong number of elements in the select list which does not correspond to the elements in ref cursor. The ref cursor mentioned here refers to the one referenced in order by parition clauses. This is not allowed.
- ORA-32584: missing LOG keyword
-
Cause: keyword LOG is missing.
- ORA-32585: duplicate specification of a supplemental log attribute
-
Cause: In a create/alter DDL a supplemental log attribute is specified more than once.
- ORA-32586: multiple specification of a supplemental logging attribute
-
Cause: The primary key, unique index, foreign key or all column supplemental logging attribute can be specified at most once in a create/alter ddl.
- ORA-32587: Cannot drop nonexistent string supplemental logging
-
Cause: specified supplemental log attribute does not exist.
- ORA-32588: supplemental logging attribute string exists
-
Cause: specified supplemental logging attribute exits.
- ORA-32589: unable to drop minimal supplemental logging
-
Cause: Minimal supplemental logging could not be dropped as one of primary key, foreign key, unique or all column supplemental logging is enabled at the database level.
- ORA-32590: log group specification not allowed here
-
Cause: Supplemental log specification is not allowed in the statement.
- ORA-32591: connect string too long
-
Cause: The connect string specified for the database link was more than 2000 characters.
- ORA-32592: all columns in log group can not be no log columns
-
Cause: A supplemental log group must have at least one column of scalar type that is not marked as no log.
- ORA-32593: database supplemental logging attributes in flux
-
Cause: there is another process actively modifying the database wide supplemental logging attributes.
- ORA-32594: invalid object category for COMMENT command
-
Cause: The object category specified is not a valid object for which to use the COMMENT command.
- ORA-32595: DDL statement cannot be audited with BY SESSION specified
-
Cause: An attempt was made to audit a DDL statement with BY SESSION clause specified. DDL statements can be audited BY ACCESS only.
- ORA-32596: duplicate ALTER USER or CREATE USER option
-
Cause: An ALTER USER option was duplicated.
- ORA-32597: database supplemental logging attributes inconsistent
-
Cause: failed to propogate supplemental logging attributes to all RAC instances. Most likely caused by an instance leaving the RAC while this DDL was in progress.
- ORA-32598: user names cannot be changed in ALTER DATABASE LINK command
-
Cause: An attempt was made to change the fixed user name of the database link.
- ORA-32599: cannot create a view in SYS schema with V$ or GV$ name prefix
-
Cause: An attempt was made to create a view in SYS schema with V$ or GV$ name prefix, which is reserved for fixed views.
- ORA-32600: RETENTION and PCTVERSION cannot be used together
-
Cause: cannot use both RETENTION and PCTVERSION together.
- ORA-32601: value for retention cannot be provided
-
Cause: cannot give a value for Retention Period.
- ORA-32602: FREEPOOLS and FREELIST GROUPS cannot be used together
-
Cause: cannot use both FREEPOOLS and FREELIST GROUPS together.
- ORA-32603: invalid FREEPOOLS LOB storage option value
-
Cause: The specified FREEPOOLS LOB storage option value must be an integer.
- ORA-32604: invalid REBUILD option
-
Cause: Keyword FREEPOOLS expected after the REBUILD keyword.
- ORA-32605: invalid REBUILD option
-
Cause: cannot rebuild freepools while creating table with lob column.
- ORA-32606: missing NAV keyword in MODEL clause
-
Cause: The NAV keyword was not specified where it was expected.
- ORA-32607: invalid ITERATE value in MODEL clause
-
Cause: The specified ITERATE value must be a 4 byte positive integer.
- ORA-32608: missing INCREMENT or DECREMENT keyword in FOR loop
-
Cause: INCREMENT or DECREMENT keyword was not specifiedi where it is expected.
- ORA-32609: missing REFERENCE keyword in MODEL clause
-
Cause: The REFERENCE keyword was not specified where it is expected.
- ORA-32610: missing SINGLE REFERENCE or DIMENSION keyword in MODEL clause
-
Cause: SINGLE REFERENCE or DIMENSION keyword was not specified where it is expected.
- ORA-32611: incorrect use of MODEL CV operator
-
Cause: CV function was used outside a dimension expression, in UNTIL condition, or with non-dimensional arguments.
- ORA-32612: invalid use of FOR loop
-
Cause: The MODEL FOR loop was used where it is not allowed. FOR loops are not allowed in complex dimensional predicates, on the right hand side of rules, or in the until condition.
- ORA-32613: not a MODEL cell
-
Cause: The operator requires a MODEL cell as operand.
- ORA-32614: illegal MODEL SELECT expression
-
Cause: An expression other than MODEL aliases, constants, or expressions of the two is specified in the MODEL SELECT clause.
- ORA-32615: incorrect use of MODEL IS ANY predicate
-
Cause: IS ANY predicate is used outside dimension expression or with non-dimensional or different dimensional arguments.
- ORA-32616: missing DIMENSION BY keyword in MODEL clause
-
Cause: The DIMENSION keyword was not pecified where it is expected.
- ORA-32617: missing MEASURES keyword in MODEL clause
-
Cause: The MEASURES keyword was not specified where it is expected.
- ORA-32618: incorrect use of MODEL PREVIOUS function
-
Cause: The MODEL PREVIOUS function was used outside of MODEL "ITERATE UNTIL" clause, or was nested.
- ORA-32619: incorrect use of MODEL ITERATION_NUMBER
-
Cause: ITERATION_NUMBER was used outside of an iterated MODEL.
- ORA-32620: illegal subquery within MODEL rules
-
Cause: A subquery was used illegally within the MODEL rule.
- ORA-32621: illegal aggregation in UNTIL iteration condition
-
Cause: An aggregate function was used in UNTIL condition.
- ORA-32622: illegal multi-cell reference
-
Cause: Multi-cell reference was specified on a measure expression without an aggregate function.
- ORA-32623: incorrect use of MODEL PRESENT* functions
-
Cause: A PRESENT* function (IS PRESENT, PRESENTV, PRESENTNNV) was used in a measure expression.
- ORA-32624: illegal reordering of MODEL dimensions
-
Cause: The expressions to qualify dimensions were specified in an incorrect order within a cell reference.
- ORA-32625: illegal dimension in cell reference predicate
-
Cause: A non-positional dimension was referenced in the predicate.
- ORA-32626: illegal bounds or increment in MODEL FOR loop
-
Cause: FOR loop allows only numeric and datetime without timezone type for bounds. Only constants of interval and numeric types are allowed as increment/decrement expressions.
- ORA-32627: illegal pattern in MODEL FOR LIKE loop
-
Cause: The FOR LIKE pattern had zero or more than one wild characters.
- ORA-32628: invalid nesting of MODEL cell reference
-
Cause: MODEL cell reference was nested too deeply.
- ORA-32629: measure used for referencing cannot be updated
-
Cause: A measure used in nested referencing is updated by a MODEL rule in the automatic order MODEL.
- ORA-32630: multiple assignment in automatic order MODEL
-
Cause: A MODEL cell was updated on the same measure in multiple MODEL rules. Multiple assignment is not allowed in automatic order MODELs as it causes in ambiguity and nondeterminism.
- ORA-32631: illegal use of objects in MODEL
-
Cause: An object column was used as a MODEL column. Object types are not allowed as partition by, dimension by or measure expressions.
- ORA-32632: incorrect subquery in MODEL FOR cell index
-
Cause: An illegal subquery was specified in MODEL FOR cell index. A subquery used in a MODEL FOR cell index can not have subqueries, correlation, binds and references to WITH tables.
- ORA-32633: MODEL subquery FOR cell index returns too many rows
-
Cause: Subquery in MODEL FOR cell index returned more than the allowed maximum.
- ORA-32634: automatic order MODEL evaluation does not converge
-
Cause: Evaluation using automatic rule ordering did not reach a convergence point.
- ORA-32635: not a single cell reference predicate
-
Cause: A predicate that is not a single cell reference predicate was specified where a single cell reference predicate was expected. A single cell reference predicate is either a constant expression or a predicate of the form <dimension_key = constant_expr>
- ORA-32636: Too many rules in MODEL
-
Cause: The number of rules (possibly after rule unfolding) exceeded the maximum number of rules allowed.
- ORA-32637: Self cyclic rule in sequential order MODEL
-
Cause: A self-cyclic rule was detected in the sequential order MODEL. Sequential order MODELs cannot have self cyclic rules to guarantee that the results do not depend on the order of evaluation of the cells that are updated or upserted.
- ORA-32638: Non unique addressing in MODEL dimensions
-
Cause: The address space defined for the MODEL (partition by and dimension by expressions) do not uniquely identify each cell.
- ORA-32639: Aggregate functions on reference MODELs are not allowed
-
Cause: An aggregate function was specified on the cells of a reference MODEL.
- ORA-32640: FOR LIKE loops are not allowed for multi-byte character types
-
Cause: FOR LIKE loops was specified for a multi-byte character type.
- ORA-32641: invalid expression in MODEL rule ORDER BY clause
-
Cause: An invalid expression was specified in the MODEL rule ORDER BY clause where only expressions of dimension and measure columns and reference MODEL cell references are allowed
- ORA-32642: non-unique cell values from the ORDER BY clause
-
Cause: The MODEL rule ORDER BY clause did not generate unique values for all cells that satisfy the predicates in the left side of the rule.
- ORA-32643: invalid use of window function in MODEL rule
-
Cause: The window functions can not be used in SQL Model rules that have FOR-loops on the left side or aggregates on the right side.
- ORA-32644: this function is not allowed outside of MODEL clause
-
Cause: A function allowed only within the MODEL clause is used outside of MODEL clause.
- ORA-32690: Hash Table Infrastructure ran out of memory
-
Cause: Not enough memory.
- ORA-32695: HTI: Not enough memory
-
Cause: Memory is not enough.
- ORA-32696: HTI: No free slot
-
Cause: There is not enough memory.
- ORA-32700: error occurred in DIAG Group Service
-
Cause: An unexpected error occurred while performing a DIAG Group Service operation.
- ORA-32701: Possible hangs up to hang ID=string detected
-
Cause: Hang Manager detected one or more hangs. These could be valid hangs that require action or the system could be overloaded causing very slow progress which can be interpreted as hangs. If hang resolution is enabled, Hang Manager may attempt to resolve the hang by terminating the ultimate blocker.
- ORA-32702: Rolling migration is going on
-
Cause: DIAG detected rolling migration in IPC.
- ORA-32703: deadlock detected: string
-
Cause: Oracle sessions waiting for resources were deadlocked.
- ORA-32704: Oracle RAC deadlock detected: string
-
Cause: Oracle sessions or processes using Global Enqueue Service were deadlocked waiting for resources.
- ORA-32706: invalid parameter name or value for Oracle Hang Manager
-
Cause: An invalid parameter name or value was passed to the DBMS_HANG_MANAGER package when setting an Oracle Hang Manager parameter.
- ORA-32707: internal error of Oracle Hang Manager parameter management
-
Cause: An internal error was encountered while processing the Oracle Hang Manager parameter management request.
- ORA-32708: DBMS_HANG_MANAGER package not supported for this instance type
-
Cause: Oracle Hang Manager parameter management was not supported for this instance type.
- ORA-32730: Command cannot be executed on remote instance
-
Cause: DIAG is not registered with DIAG Group Service
- ORA-32731: Another Parallel Oradebug session is in progress
-
Cause: Another session for Parallel Oradebug is in progress with the database
- ORA-32732: Parallel Oradebug session is aborted
-
Cause: Group reconfiguration is occurring among DIAGs
- ORA-32733: Error occurred when executing Parallel Oradebug
-
Cause: Error is encountered during executing command at local node
- ORA-32734: Error occurred when sending Oradebug command to remote DIAGs
-
Cause: IPC communication problem encountered
- ORA-32735: DIAG process is not running in the instance
-
Cause: DIAG process is not alive
- ORA-32736: Hang analysis aborted due to wrong message type
-
Cause: DIAG received wrong message.
- ORA-32737: Hang analysis aborted due to failed memory allocation
-
Cause: DIAG couldn't allocate buffer for remote copy.
- ORA-32738: Hang analysis aborted due to failed memory copy
-
Cause: DIAG couldn't copy buffer to remote node.
- ORA-32739: Hang analysis aborted due to failed heap re-grow
-
Cause: DIAG couldn't re-grow the heap for wait-for-graphs.
- ORA-32740: The requested operation cannot be proceeded
-
Cause: Operation was aborted because instance termination was in progress.
- ORA-32741: Hang analysis already going on
-
Cause: Hang analysis was already in process globally or for the instance.
- ORA-32742: Hang analysis initialize failed
-
Cause: Hang analyzer was not able to allocate memory to initialize.
- ORA-32743: command cannot be executed on remote instance
-
Cause: The database was not mounted in SHARED mode.
- ORA-32761: Turn off Temp LOB Ref Count Feature
-
Cause: None
- ORA-32762: Turn on Temp LOB Ref Count Tracing
-
Cause: None
- ORA-32763: Turn off N-Pass Temp LOB cleanup
-
Cause: None
- ORA-32766: instr with negative offset: use varchar semantics on LOBs
-
Cause: The current varchar behavior is different. e.g. instr('abcd', 'cd', -2, 1) returns 3, whereas instr(to_clob('abcd'), 'cd', -2, 1) returns 0, (i.e. no match), because the reverse search starts from offset -2, which points to 'c' and moving backward, i.e. 'd' is ignored. This is symmetric to instr('dcba','dc',2,1), which returns 0.
- ORA-32767: No server connection for this operation
-
Cause: The client side sql or plsql function operation requires a connection to the server, but currently no client/server connection existed.
- ORA-32771: cannot add file to bigfile tablespace
-
Cause: An attempt was made to add the second file to a bigfile tablespace.
- ORA-32772: BIGFILE is invalid option for this type of tablespace
-
Cause: An attempt was made to create a bigfile tablespace that is dictionary managed or locally managed with manual segment-space management.
- ORA-32773: operation not supported for smallfile tablespace string
-
Cause: An attempt was made to perform an operation which is supported only for bigfile tablespaces, e.g. resize tablespace.
- ORA-32774: more than one file was specified for bigfile tablespace string
-
Cause: More than one datafile or tempfile was specified in CREATE TABLESPACE command for a bigfile tablespace.
- ORA-32775: cannot change size attributes of read only tablespace string
-
Cause: An attempt was made to change size attributes of a tablespace that is read only.
- ORA-32776: Local temporary tablespaces are not allowed in a tablespace group.
-
Cause: An attempt was made to create or alter a tablespace group to contain a tablespace that is a local temporary tablespace.
- ORA-32777: DDL operations are disabled on local temporary tablespaces FOR RIM.
-
Cause: A DDL operation on a local temporary tablespace FOR RIM was attempted in a system without any read-only running instances.
- ORA-32778: DDL operations are disabled on local temporary tablespaces FOR LEAF.
-
Cause: A DDL operation on a local temporary tablespace FOR LEAF was attempted in a system without any read-only running instances.
- ORA-32779: Operation is not allowed for the local temporary tablespace created FOR RIM or FOR LEAF.
-
Cause: Local temporary tablespace that was created using FOR RIM or FOR LEAF could not be used as the default local temporary tablespace.
- ORA-32781: Trace event for window functions
-
Cause: N/A
- ORA-32788: Operation is not allowed due to invalid or mismatched tablespace type.
-
Cause: Local temporary tablespace could not be used as the default temporary tablespace; Temporary tablespace could not be used as the default local temporary tablespace.
- ORA-32790: Element 'string' cannot share the default table 'string' with element 'string'
-
Cause: An element in the restriction shared a default table with the corresponding element in it's supertype.
- ORA-32791: prebuilt table managed column cannot have a default on null
-
Cause: An attempt was made to create a materialized view on a prebuilt table that has a managed column with a default on null expression.
- ORA-32792: prebuilt table managed column cannot be an identity column
-
Cause: An attempt was made to create a materialized view on a prebuilt table that has a managed column that is an identity column.
- ORA-32793: cannot alter a system-generated sequence
-
Cause: An attempt was made to alter a system-generated sequence.
- ORA-32794: cannot drop a system-generated sequence
-
Cause: An attempt was made to drop a system-generated sequence.
- ORA-32795: cannot insert into a generated always identity column
-
Cause: An attempt was made to insert a value into an identity column created with GENERATED ALWAYS keywords.
- ORA-32796: cannot update a generated always identity column
-
Cause: An attempt was made to update an identity column created with GENERATED ALWAYS keywords.
- ORA-32797: identity column sequence mismatch in ALTER TABLE EXCHANGE PARTITION
-
Cause: The two tables specified in the EXCHANGE have identity columns with sequences that are neither both increasing nor decreasing.
- ORA-32798: cannot use ANSI RIGHT or FULL outer join with a left correlation
-
Cause: An attempt was made to use a lateral view with a left correlation to the first operand of an ANSI RIGHT or FULL outer join.
- ORA-32799: cannot rename a system-generated sequence
-
Cause: An attempt was made to rename a system-generated sequence.