84 ORA-19999 to ORA-24279
- ORA-19999: skip_row procedure was called
-
Cause: The skip_row procedure was called which raises this error
- ORA-20000: string
-
Cause: The stored procedure 'raise_application_error' was called which causes this error to be generated.
- ORA-21000: error number argument to raise_application_error of stringstring is out of range
-
- ORA-21001: error number argument to raise_system_error of stringstring is out of range
-
- ORA-21300: objects option not installed
-
Cause: The objects option is not installed at this site. object types and other object features are, therefore, unavailable.
- ORA-21301: not initialized in object mode
-
Cause: This function requires the OCI process to be initialized in object mode.
- ORA-21302: object snapshot error: string
-
Cause: The object snapshot operation failed. Additional details are provided in the error message.
- ORA-21500: internal error code, arguments: [string], [string], [string], [string], [string], [string], [string], [string]
-
Cause: This is the generic error number for the OCI environment (client-side) internal errors. This indicates that the OCI environment has encountered an exceptional condition.
- ORA-21501: program could not allocate memory
-
Cause: The operating system has run out of memory.
- ORA-21503: program terminated by fatal error
-
Cause: A program is in an unrecoverable error state.
- ORA-21520: database server driver not installed
-
Cause: User attempted to access a database server through an object-mode OCI environment but the necessary driver for supporting such access to the database server is not installed or linked in.
- ORA-21521: exceeded maximum number of connections in OCI (object mode only)
-
Cause: User exceeded the maximum number of connections (255) that can be supported by an OCI environment in object mode.
- ORA-21522: attempted to use an invalid connection in OCI (object mode only)
-
Cause: User attempted to use an invalid connection or a connection that has been terminated in an OCI environment (object mode), or user attempted to dereference a REF obtained from a connection which has been terminated.
- ORA-21523: functionality not supported by the server (object mode only)
-
Cause: User attempted to use a functionality that the server does not support.
- ORA-21524: object type mismatch
-
Cause: The object type of the object is different from what is specified.
- ORA-21525: attribute number or (collection element at index) string violated its constraints
-
Cause: Attribute value or collection element value violated its constraint.
- ORA-21526: initialization failed
-
Cause: The initialization sequence failed. This can happen, for example, if an environment variable such as NLS_DATE_FORMAT is set to an invalid value.
- ORA-21527: internal OMS driver error
-
Cause: A process has encountered an exceptional condition. This is the generic internal error number for Oracle object management services exceptions.
- ORA-21528: internal error, image could not be understood
-
Cause: The format of the image passed to the pickler is incorrect and cannot be understood.
- ORA-21560: argument string is null, invalid, or out of range
-
Cause: The argument is expecting a non-null, valid value but the argument value passed in is null, invalid, or out of range. Examples include when the LOB/FILE positional or size argument has a value outside the range 1 through (4GB - 1), or when an invalid open mode is used to open a file, etc.
- ORA-21561: OID generation failed
-
Cause: The handles passed in may not be valid
- ORA-21600: path expression too long
-
Cause: The path expression that is supplied by the user is too long. The path expression is used to specify the position of an attribute in an object. This error occurs when one of the intermediate elements in the path expression refers to an attribute of a built-in type. Thus, the OCI function cannot proceed on to process the rest of the elements in the path expression.
- ORA-21601: attribute is not an object
-
Cause: The user attempts to perform an operation (that is valid only for an object) to an attribute of a built-in type. An example of such an illegal operation is to dynamically set a null structure to an attribute of a built-in type.
- ORA-21602: operation does not support the specified typecode
-
Cause: The user attempts to perform an operation that does not support the specified typecode.
- ORA-21603: property id [string] is invalid
-
Cause: The specified property id is invalid.
- ORA-21604: property [string] is not a property of transient or value instances
-
Cause: Trying to get a property which applies only to persistent objects.
- ORA-21605: property [string] is not a property of value instances
-
Cause: Trying to get a property which applies only to persistent and transient objects.
- ORA-21606: can not free this object
-
Cause: Trying to free an object that is persistent and dirty and the OCI_OBJECTFREE_FORCE flag is not specified.
- ORA-21607: memory cartridge service handle not initialized
-
Cause: Attempt to use the handle without initializing it.
- ORA-21608: duration is invalid for this function
-
Cause: Attempt to use a duration not valid for this function.
- ORA-21609: memory being resized without being allocated first
-
Cause: Attempt to resize memory without allocating it first.
- ORA-21610: size [string] is invalid
-
Cause: Attempt to resize memory with invalid size.
- ORA-21611: key length [string] is invalid
-
Cause: An attempt was made to use an invalid key length.
- ORA-21612: key is already being used
-
Cause: Attempt to use a key that is already used.
- ORA-21613: key does not exist
-
Cause: Attempt to use a non-existent key
- ORA-21614: constraint violation for attribute number [string]
-
Cause: Constraints on the attribute were violated
- ORA-21615: copy of an OTS (named or simple) instance failed
-
Cause: see following message
- ORA-21700: object does not exist or is marked for delete
-
Cause: User attempted to perform an inappropriate operation to an object that is non-existent or marked for delete. Operations such as pinning, deleting and updating cannot be applied to an object that is non-existent or marked for delete.
- ORA-21701: attempt to flush objects to different servers
-
Cause: User attempted to flush objects to different servers in one function call. These objects are obtained by calling a callback functions provided by the program.
- ORA-21702: object is not instantiated or has been de-instantiated in cache
-
Cause: User attempted to perform an inappropriate operation to a transient object that is not instantiated in the object cache. Operations that cannot be applied to a not-instantiated transient object include deleting or pinning such an object.
- ORA-21703: cannot flush an object that is not modified
-
Cause: See the error message.
- ORA-21704: cannot terminate cache or connection without flushing first
-
Cause: See the error message.
- ORA-21705: service context is invalid
-
Cause: The service context that is supplied by the user is not valid.
- ORA-21706: duration does not exist or is invalid
-
Cause: The duration number that is supplied by the user is not valid.
- ORA-21707: pin duration is longer than allocation duration
-
Cause: The pin duration supplied by the user is longer than the allocation duration. This affects operations such as pinning and setting default parameters.
- ORA-21708: inappropriate operation on a transient object
-
Cause: User attempted to perform an inappropriate operation on a transient object. Operations that cannot be applied to a transient object include flushing and locking.
- ORA-21709: cannot refresh an object that has been modified
-
Cause: User attempted to refresh an object that has been marked for delete, update or insert (new).
- ORA-21710: argument is expecting a valid memory address of an object
-
Cause: The object memory address that is supplied by the user is invalid. The user may have passed in a bad memory address to a function that is expecting a valid memory address of an object.
- ORA-21779: duration not active
-
Cause: User is trying to use a duration that has been terminated.
- ORA-21780: Maximum number of object durations exceeded.
-
Cause: This typically happens if there is infinite recursion in the PL/SQL function that is being executed.
- ORA-22053: overflow error
-
Cause: This operation's result is above the range of Oracle number.
- ORA-22054: underflow error
-
Cause: This operation's result is below the range of Oracle number.
- ORA-22055: unknown sign flag value [string]
-
Cause: Signed flag used is not OCI_NUMBER_SIGNED or OCI_NUMBER_UNSIGNED.
- ORA-22056: value [string] is divided by zero
-
Cause: Given value is divied by zero.
- ORA-22057: bad integer length [string]
-
Cause: The length of the integer (ie number of bytes) to be converted to or from an Oracle number is invalid.
- ORA-22059: buffer size [string] is too small - [string] is needed
-
Cause: The buffer to hold the resulting text string is too small.
- ORA-22060: argument [string] is an invalid or uninitialized number
-
Cause: An invalid or uninitialized number is passed in.
- ORA-22061: invalid format text [string]
-
Cause: The numeric format string for converting characters to or from an Oracle number is invalid.
- ORA-22062: invalid input string [string]
-
Cause: The text string for converting to numbers is invalid.
- ORA-22063: reading negative value [string] as unsigned
-
Cause: Attempt to convert a negative number to an unsigned integer.
- ORA-22064: invalid NLS parameter string [string]
-
Cause: The NLS parameter string for converting characters to or from an Oracle number is invalid.
- ORA-22065: number to text translation for the given format causes overflow
-
Cause: Rounding done due to the given string format causes overflow.
- ORA-22130: buffer size [string] is less than the required size [string]
-
Cause: The size of the buffer into which the hexadecimal REF string is to be written is too small.
- ORA-22131: hexadecimal string length is zero
-
Cause: The given hexadecimal string length must be greater than zero.
- ORA-22132: hexadecimal string does not correspond to a valid REF
-
Cause: The given hexadecimal string is invalid.
- ORA-22140: given size [string] must be in the range of 0 to [string]
-
Cause: The given resize size is invalid.
- ORA-22141: given size [string] must be even in UTF-16 environment
-
Cause: The given resize size is odd. In a UTF-16 environment, all characters are 2 bytes in length.
- ORA-22150: variable-length array has not been initialized
-
Cause: An un-initialized variable-length array is being operated upon.
- ORA-22151: cannot resize non-zero variable-length array to zero elements
-
Cause: Trying to resize a non-zero variable-length array to 0 elements.
- ORA-22152: destination variable-length array is not initialized
-
Cause: The variable-length array on the right-hand-side of an assignment or the destination array of an append is not initialized.
- ORA-22153: source variable-length array is not initialized
-
Cause: The variable-length array on the left-hand-side of an assignment or the source array of an append is not initialized.
- ORA-22160: element at index [string] does not exist
-
Cause: Collection element at the given index does not exist.
- ORA-22161: type code [string] is not valid
-
Cause: Given type code is not valid.
- ORA-22162: element at index [string] has been previously deleted
-
Cause: Trying to delete a non-existent collection element.
- ORA-22163: left hand and right hand side collections are not of same type
-
Cause: Left hand and right side collections are not of same type.
- ORA-22164: delete element operation is not allowed for variable-length array
-
Cause: Trying to delete an element of a variable-length array.
- ORA-22165: given index [string] must be in the range of [string] to [string]
-
Cause: Given index is not in the required range.
- ORA-22166: collection is empty
-
Cause: Given collection is empty.
- ORA-22167: given trim size [string] must be less than or equal to [string]
-
Cause: Given trim size is greater than the current collection size.
- ORA-22275: invalid LOB locator specified
-
Cause: There are several causes: (1) the LOB locator was never initialized; (2) the locator is for a BFILE and the routine expects a BLOB/CLOB/NCLOB locator; (3) the locator is for a BLOB/CLOB/NCLOB and the routine expects a BFILE locator; (4) trying to update the LOB in a trigger body -- LOBs in trigger bodies are read only; (5) the locator is for a BFILE/BLOB and the routine expects a CLOB/NCLOB locator; (6) the locator is for a CLOB/NCLOB and the routine expects a BFILE/BLOB locator;
- ORA-22276: invalid locator for LOB buffering
-
Cause: There are several causes: (1) the locator was never enabled for buffering (2) it is not an updated locator but is being used for a write/flush operation
- ORA-22277: cannot use two different locators to modify the same LOB
-
Cause: LOB buffering is enabled and an attempt was made to modify the LOB using two different LOB locators.
- ORA-22278: must update the LOB only through the LOB buffers
-
Cause: LOB buffering is enabled for this LOB and there are buffers for this LOB in the buffer pool. Thus, updating the LOB through means other than the LOB buffers is not allowed.
- ORA-22279: cannot perform operation with LOB buffering enabled
-
Cause: The operation attempted is not allowed when LOB buffering is enabled.
- ORA-22280: no more buffers available for operation
-
Cause: There are two causes: (1) All buffers in the buffer pool have been used up by previous operations (2) Attempt to flush a LOB without any previous buffered update operations.
- ORA-22281: cannot perform operation with an updated locator
-
Cause: The input locator has buffering enabled and was used to update the LOB value through the LOB buffering subsystem. The modified buffer has not been flushed since the write that was performed by the the input locator; thus, the input locator is considered an updated locator. Updated locators cannot be the source of a copy operation. Only one locator per LOB may be used to modify the LOB value through the LOB buffering subsystem.
- ORA-22282: non-contiguous append to a buffering enabled LOB not allowed
-
Cause: The buffered write operation has an input offset value more than one byte or character past the end of the LOB.
- ORA-22283: filename contains characters that refer to parent directory
-
Cause: Filename contains a path "../" which references a parent directory
- ORA-22284: duplicate LONG binds are not supported
-
Cause: LOB access layer could not handle duplicate LONG binds.
- ORA-22285: non-existent directory or file for string operation
-
Cause: Attempted to access a directory that does not exist, or attempted to access a file in a directory that does not exist.
- ORA-22286: insufficient privileges on file or directory to perform string operation
-
Cause: The user does not have the necessary access privileges on the directory alias and/or the file for the operation.
- ORA-22287: invalid or modified directory occurred during string operation
-
Cause: The directory alias used for the current operation is not valid if being accessed for the first time, or has been modified by the DBA since the last access.
- ORA-22288: file or LOB operation string failed\nstring
-
Cause: The operation attempted on the file or LOB failed.
- ORA-22289: cannot perform string operation on an unopened file or LOB
-
Cause: The file or LOB is not open for the required operation to be performed.
- ORA-22290: operation would exceed the maximum number of opened files or LOBs
-
Cause: The number of open files or LOBs has reached the maximum limit.
- ORA-22291: Open LOBs exist at transaction commit time
-
Cause: An attempt was made to commit a transaction with open LOBs at transaction commit time.
- ORA-22292: Cannot open a LOB in read-write mode without a transaction
-
Cause: An attempt was made to open a LOB in read-write mode before a transaction was started.
- ORA-22293: LOB already opened in the same transaction
-
Cause: An attempt was made to open a LOB that already is open in this transaction.
- ORA-22294: cannot update a LOB opened in read-only mode
-
Cause: An attempt was made to write to or update a LOB opened in read-only mode.
- ORA-22295: cannot bind more than 4000 bytes data to LOB and LONG columns in 1 statement
-
Cause: An attempt was made to bind data more than 4000 bytes of data to both LOB and LONG columns in the same insert or update statement. You can bind more than 4000 bytes of data to either a LONG column or one or more LOB columns but not both.
- ORA-22296: invalid ALTER TABLE option for conversion of LONG datatype to LOB
-
Cause: An attempt was made to specify ALTER TABLE options which are disallowed during conversion of LONG datatype to LOB. The only ALTER TABLE options allowed during conversion of LONG datatype to LOB are the default clause and LOB storage clause for the column being converted to LOB.
- ORA-22297: warning: Open LOBs exist at transaction commit time
-
Cause: An attempt was made to commit a transaction with open LOBs at transaction commit time.
- ORA-22298: length of directory alias name or file name too long
-
Cause: The length of directory alias name or file name given for a BFILE is too long.
- ORA-22303: type "string"."string" not found
-
Cause: The user is trying to obtain information for a type that cannot be found.
- ORA-22304: input type is not an object type
-
Cause: The user is trying to obtain the supertype information for a non-object type.
- ORA-22305: attribute/method/parameter "string" not found
-
Cause: Type element with the given name is not found in the type.
- ORA-22306: type "string"."string" already exists
-
Cause: The user is trying to create a type that already exists.
- ORA-22307: operation must be on a user-defined type
-
Cause: attempt to perform an operation that is allowed only on a user-defined type, and the type is not a user-defined type.
- ORA-22308: operation not allowed on evolved type
-
Cause: An attempt was made to replace a type whose attribute definition been been altered.
- ORA-22309: attribute with name "string" already exists
-
Cause: The user is attempting to create an object type where more than one attributes have the same name.
- ORA-22310: ALTER TYPE error. Refer to table "string"."string" for errors
-
Cause: An invalid alter type statement was submitted.
- ORA-22311: type for attribute "string" does not exist
-
Cause: The type of the attribute does not exist.
- ORA-22312: must specify either CASCADE or INVALIDATE option
-
Cause: An attempt was made to alter a type which has a dependent type or table without specifying the CASCADE or INVALIDATE option.
- ORA-22313: cannot use two versions of the same type "string"
-
Cause: The version of this type conflicts with the version of this type used by another library that was linked in with the application. An application may only use one version of a type.
- ORA-22314: method information mismatch in ALTER TYPE
-
Cause: The number of methods or the method signature do not match that of the original type declaration. This is not supported.
- ORA-22315: type "string" does not contain a map or order function
-
Cause: The input type does not contain a map or order function so one cannot be returned.
- ORA-22316: input type is not a collection type
-
Cause: The user is trying to obtain information for collection types on a non-named collection type.
- ORA-22317: typecode string is not legal as a number type
-
Cause: The user is trying to use a number typecode that is not valid.
- ORA-22318: input type is not an array type
-
Cause: The user is trying to obtain the number of elements for a non-array type.
- ORA-22319: type attribute information altered in ALTER TYPE
-
Cause: The type attribute information does not match that of the original type declaration when altering type. Attributes cannot be altered during ALTER TYPE. Only new methods can be added.
- ORA-22320: missing user version string
-
Cause: The VERSION option is specified without a user version string.
- ORA-22321: method does not return any result
-
Cause: OCITypeResult() was called on a method that does not return any results.
- ORA-22322: error table "string"."string" has incorrect structure
-
Cause: The specified error table does not have the expected table structure.
- ORA-22323: error table "string"."string" does not exist
-
Cause: The error table does not exist.
- ORA-22324: altered type has compilation errors
-
Cause: The use of the ALTER TYPE statement caused a compilation error.
- ORA-22325: event for create type with user version string
-
- ORA-22326: cannot change a type to FINAL if it has subtypes
-
Cause: An attempt was made to change a type with subtypes to FINAL.
- ORA-22327: cannot change a type to NOT INSTANTIABLE if it has dependent tables
-
Cause: An attempt was made to change a type with dependent tables to NOT INSTANTIABLE.
- ORA-22328: object "string"."string" has errors.\nstring
-
Cause: Altering the target type causes errors in its dependent object.
- ORA-22329: cannot alter a non-object type
-
Cause: An attempt was made to execute ALTER TYPE on a non-object type.
- ORA-22330: cannot alter a type that is not valid
-
Cause: An attempt was made to perform ALTER TYPE on an invalid type.
- ORA-22331: cannot alter an incomplete type
-
Cause: An attempt was made to perform ALTER TYPE on an incomplete type.
- ORA-22332: a dependent object in schema "string" has errors.\nstring
-
Cause: Altering the target type causes errors in its dependent object.
- ORA-22333: cannot reset type "string"."string" due to invalid dependent types and tables
-
Cause: An attempt was made to reset the type version with invalid dependent types and tables.
- ORA-22334: cannot reset type "string"."string". Dependent tables must be upgraded to latest version
-
Cause: An attempt was made to reset the type version when the data in the dependent table has not been upgraded to the latest type version.
- ORA-22335: The client cannot work with an altered type
-
Cause: A pre 8.2 client has requested a type that has been altered on the server.
- ORA-22336: table contained 8.0 image format, must specify INCLUDING DATA
-
Cause: One of the following: 1) An attempt was made to alter a type with a dependent table in 8.0 image format and the NOT INCLUDING TABLE DATA option was specified. 2) An attempt was made to upgrade a table in 8.0 image format with the NOT INCLUDING DATA option specified.
- ORA-22337: the type of accessed object has been evolved
-
Cause: The type of the accessed object has been altered and the client's object is based on an earlier type definition.
- ORA-22338: must specify CASCADE INCLUDING DATA when altering the final property
-
Cause: An attempt was made to alter the final property of a type with dependent table(s) without specifying the CASCADE INCLUDING DATA . option.
- ORA-22339: cannot alter to not final since its attribute column is substitutable
-
Cause: An attempt was made to alter a type to not final when its embedded attribute is defined as substitutable in some tables. Note, this is a restriction in 9.0 version because when a type is altered to not final, column of that type is set to not substitutable at all levels; thus, it is an error if one of its embedded attribute column is already marked substitutable.
- ORA-22340: cannot string type "string"."string". Dependent tables must be upgraded to latest version
-
Cause: An attempt was made to reset the version, drop or alter a type when the data in dependent table has not been upgraded to the latest version.
- ORA-22341: cannot assign supertype instance to subtype
-
Cause: An attempt was made to assign or copy a supertype instance to a container (destination) that can only hold a subtype instance.
- ORA-22342: dependent VARRAY column exceeds the maximum inline column size
-
Cause: An attempt was made to alter a type (add or modify attribute) which causes the size of its dependent VARRAY column to exceed the maximum inline column size. However, the VARRAY column was not specified to be stored as LOB at the table level when the table was created.
- ORA-22343: Compilation error for type invalidated by ALTER TYPE
-
Cause: Compilation failed for a type which was invalidated by ALTER TYPE. We throw this error and rollback the compilation effort so that the user may be able to fix whatever is causing the compilation error and try again. It is important that we do not chnage status here and modify the dependency information as this will affect the creation of versions.
- ORA-22344: can not specify CONVERT TO SUBSTITUTABLE option for ALTER TYPE other than NOT FINAL change
-
Cause: An attempt was made to specify CONVERT TO SUBSTITUTABLE option for ALTER TYPE other than NOT FINAL change.
- ORA-22345: recompile type string.string before attempting this operation
-
Cause: An attempt was made to perform an operation which requires the specified datatype to be valid, but the datatype is invalid
- ORA-22346: Type has cyclical dependency. Should use CASCADE option
-
Cause: An attempt was made to alter a type which has a cyclical dependency, with invalidate option.
- ORA-22347: No changes to type specified for ALTER TYPE
-
Cause: The ALTER TYPE does not contain any changes to the type.
- ORA-22348: The object type DDL is not supported in Editioned schema
-
Cause: The object type DDL was not supported in an Editioned schema.
- ORA-22349: This version of the Oracle server does not support PL/SQL package type descriptions.
-
Cause: An attempt was made to get PL/SQL package type description information from a version of the Oracle server that does not support the description of PL/SQL package types.
- ORA-22350: Incomplete opaque type cannot be used here
-
Cause: An incomplete SYS.AnyType or SYS.AnyData or SYS.AnyDataSet is being used inappropriately.
- ORA-22351: OCI API is not supported by this version of the Oracle server.
-
Cause: An attempt was made to call an Oracle Call Interface (OCI) API which is not supported by this version of the Oracle server.
- ORA-22352: Type is unsupported or contains an unsupported attribute or element.
-
Cause: A PL/SQL package type was not supported on the client or contained an attribute or element that was not supported on the client. Unsupported types include index by VARCHAR2 collections, remote types and MLSLABELs.
- ORA-22369: invalid parameter encountered in method string
-
Cause: An invalid parameter is being passed to this method of SYS.AnyType ,SYS.AnyData or SYS.AnyDataSet
- ORA-22370: incorrect usage of method string
-
Cause: This method of SYS.AnyType or SYS.AnyData or SYS.AnyDataSet is being used inappropriately.
- ORA-22371: Table contains data of type string.string, version string, which does not exist
-
Cause: Some of the older versions of the type may have got deleted because one or more of the types it were referencing was dropped.
- ORA-22372: Event for type dictionary upgrade
-
Cause: This is an internally used event for type dictionary upgrades from 8.0 to 8.1.
- ORA-22373: Older version hashcode encountered
-
Cause: An older version HC is encountered when creating a new version hahscode. Currently this is handled internally.
- ORA-22374: cannot reset the version of a type with table dependents
-
Cause: The type for which reset version was requested has table dependents.
- ORA-22375: Event to check for subtypes in complete type tree
-
Cause: This event is used to check for subtypes in complete type tree without any restriction on depth in the fix for bug# 12430142.
- ORA-22376: Event to keep old behavior for type public synonyms
-
Cause: A public type synonym was qualified with a schema which may lead to incorrect name resolution. This issue has been resolved. However, this event allows you to use the old behavior if desired.
- ORA-22377: Unpacking of ANYDATA columns is not supported for attribute columns.
-
Cause: An attribute column has been referenced in the 'modify_opaque_type' clause.
- ORA-22378: cannot add, drop or modify attributes of a type with synonym dependents defined on FINAL types
-
Cause: An attempt to ALTER TYPE [ADD | DROP | MODIFY] ATTRIBUTE on a type with synonym dependents defined on a FINAL type, which has table dependents, failed.
- ORA-22379: event to bypass hashcode in kottyphcequ
-
Cause: This event is used to bypass the error "ORA-39779" during the import of table data which occurs because of the mismatch in the hashcodes of a user-defined type between the source and the target databases. The event has to be used when the source database has an improper hashcode for the user-defined type.
- ORA-22380: event to skip updating the dependencies
-
Cause: This event is used to bypass regenerating dependencies during upgrade while running ALTER TABLE MOVE on type dictionary tables to enable storage in row. This happens on the upgrade path from 10.1.
- ORA-22381: type collation is not the same as default collation
-
Cause: An attempt was made to ALTER TYPE COMPILE when the type collation was different from the current active collation. This is not allowed.
- ORA-22382: event to allow status 6 recompile to change settings
-
Cause: This event is used to allow types in status 6 to recompile with current environment settings. The standard behavior is to reuse the current compiled settings. This is made available so that users can change the hashcodes of types created under different NLS_LANGUAGE_SEMANTICS.
- ORA-22383: a persistable type cannot have non-persistable attributes
-
Cause: An attempt was made to create a persistable type with a non-persistable user-defined type (UDT) attribute.
- ORA-22384: cannot create a column or table of a non-persistable type
-
Cause: An attempt was made to create a column or table of a non-persistable type
- ORA-22385: event to optimize the abort of nested table column updates
-
Cause: This event is used to abort the unnecessary INSERT or DELETE of rows in the nested table storage table when the nested table column in the parent table does not qualify for update in the current row.
- ORA-22600: encountered 8.0.2 (Beta) VARRAY data that cannot be processed
-
Cause: Production Oracle8 (8.0.3 and beyond) encounters some VARRAY data which was created and stored by Oracle8 8.0.2 (Beta 2). Production Oracle8 cannot understand or process such VARRAY data.
- ORA-22601: pickler TDS context [string] is not initialized
-
Cause: Attempt to use the pickler TDS context without initializing it.
- ORA-22602: pickler TDS handle [string] is not well-formed
-
Cause: Attempt to use the pickler TDS handle without initializing/ constructing it.
- ORA-22603: cannot add an attribute to the already generated TDS handle
-
Cause: Attempt to add an attribute to the already constructed TDS.
- ORA-22604: TDS handle already generated
-
Cause: Attempt to geneate TDS that is already genearated.
- ORA-22605: FDO handle [string] is not initialized
-
Cause: Attempt to use an uninitialized FDO handle.
- ORA-22606: pickler image handle [string] is not well-formed
-
Cause: Attempt to use the image handle without initializing/ constructing it.
- ORA-22607: image handle already generated
-
Cause: Attempt to geneate image that is already genearated.
- ORA-22608: cannot add an attribute to the already generated image handle
-
Cause: Attempt to add an attribute to the already constructed image.
- ORA-22609: error string during initialization of FDO
-
Cause: Error during FDO initialization.
- ORA-22610: error while adding a scalar to the image handle
-
Cause: Error while adding a scalar attribute to the image handle
- ORA-22611: TDS version is not recognized
-
Cause: Incorrect TDS handle is passed
- ORA-22612: TDS does not describe a collection TDS
-
Cause: collection construct/access routines are being on an image but the TDS does not describe that a collection TDS
- ORA-22613: buflen does not match the size of the scalar
-
Cause: buflen is incorrect
- ORA-22614: error while construction the collection in the image
-
Cause: Error during the construction of collection
- ORA-22615: attribute is not a collection
-
Cause: collection routine is invoked upon a non-collection attribute
- ORA-22616: image is not of Oracle 8.1 format
-
Cause: The function being invoked is applicable only for 8.1 images
- ORA-22617: error while accessing the image handle collection
-
Cause: Error while accessing collection in the image handle
- ORA-22618: attribute is a BAD NULL in the image handle
-
Cause: attribute in question is probably the attribute of a null embedded image
- ORA-22619: all collection elements have already been accessed
-
Cause: Accessing a collection element after all the collection elements are already accessed
- ORA-22620: buffer size too small to hold the value
-
Cause: Buffer size is not enough to hold the value. Most likely while doing the character set conversion, a bigger buffer is needed.
- ORA-22621: error transfering an object from the agent
-
Cause: Any error returned from pickler routines on the agent side.
- ORA-22625: OCIAnyData is not well-formed
-
Cause: Attempt to use the OCIAnyData without initializing constructing it.
- ORA-22626: Type Mismatch while constructing or accessing OCIAnyData
-
Cause: Type supplied is not matching the type of the AnyData. If piece wise construction or access is being attempted, the type supplied is not matching the type of the current attribute.
- ORA-22627: tc [string] must be that of object/varray/nested table
-
Cause: Type code is not that of object/varray/nested table
- ORA-22628: OCIAnyData already constructed
-
Cause: Attempt to add attributes to OCIAnyData that is already constructed.
- ORA-22629: OCIAnyData is null
-
Cause: Attempting an operation that is not valid on null OCIAnyData
- ORA-22630: attribute [string] is null or it is not well-formed
-
Cause: Passing an attribute that is null or not well-formed
- ORA-22631: attribute [string] is is not well-formed or does not match the type
-
Cause: Passing an attribute that is not well-formed or does not match the input type.
- ORA-22632: AnyDataSet parameter is not valid for the current operation
-
Cause: The AnyDataSet parameter is null or it is somehow invalid for the current operation.
- ORA-22633: Error freeing AnyDataSet
-
Cause: AnyDataSet that is passed in may not be valid.
- ORA-22634: Error adding new instance to AnyDataSet
-
Cause: Current instance in the AnyDataSet has not been fully constructed.
- ORA-22635: time stamp with time zone type not supported
-
Cause: OCIAnyData did not support conversion of time stamp with time zone when the version of time zone files differ.
- ORA-22636: collection unpickling failed due to corrupt image
-
Cause: An attempt was made to convert a corrupted image.
- ORA-22637: A transformed image cannot be inserted or updated.
-
Cause: An attempt was made to insert or update an object column with transformed data. Preventing unexpected data from being written to disk is an internal error.
- ORA-22800: invalid user-defined type
-
Cause: An attempt was made to use an incomplete type as a constructor.
- ORA-22801: invalid object row variable
-
Cause: The specified object row variable is not available in the scope of name resolution.
- ORA-22802: remote implementation type not supported
-
Cause: Remote type reference was not supported with user-defined aggregate function.
- ORA-22803: object type contains zero attributes
-
Cause: An attempt was made to create or specify a column or constructor of an object type that has no attributes. Only object types that have at least one attribute are allowed in this context.
- ORA-22804: remote operations not permitted on object tables or user-defined type columns
-
Cause: An attempt was made to perform queries or DML operations on remote object tables or on remote table columns whose type is one of object, REF, nested table or VARRAY.
- ORA-22805: cannot insert NULL object into object tables or nested tables
-
Cause: An attempt was made to insert a NULL object into an object table or a Nested Table.
- ORA-22806: not an object or REF
-
Cause: An attempt was made to extract an attribute from an item that is neither an object nor a REF.
- ORA-22807: cannot resolve to a scalar type or a collection type
-
Cause: Invalid use of a non-scalar (for example, object type) item.
- ORA-22808: REF dereferencing not allowed
-
Cause: An attempt was made to access an object type's attributes by dereferencing a REF item.
- ORA-22809: nonexistent attribute
-
Cause: An attempt was made to access a non-existent attribute of an object type.
- ORA-22810: cannot modify object attributes with REF dereferencing
-
Cause: An attempt was made to modify the attributes an object by dereferencing a REF column in an UPDATE statement.
- ORA-22812: cannot reference nested table column's storage table
-
Cause: An attempt to access the nested table column's storage table is not allowed in the given context.
- ORA-22813: operand value exceeds system limits
-
Cause: Object or Collection value was too large. The size of the value might have exceeded 30k in a SORT context, or the size might be too big for available memory.
- ORA-22814: attribute or element value is larger than specified in type
-
Cause: Value provided for the object type attribute or collection element exceeded the size specified in the type declaration.
- ORA-22816: unsupported feature with RETURNING clause
-
Cause: RETURNING clause is currently not supported for object type columns, LONG columns, remote tables, INSERT with subquery, and INSTEAD OF Triggers.
- ORA-22817: subquery not allowed in the default clause
-
Cause: An attempt was made to use a subquery in the column default clause expression.
- ORA-22818: subquery expressions not allowed here
-
Cause: An attempt was made to use a subquery expression where these are not supported.
- ORA-22819: scope of input value does not correspond to the scope of the target
-
Cause: An attempt to operate on a REF value scoped to a different table than the expected one
- ORA-22826: cannot construct an instance of a non instantiable type
-
Cause: An attempt was made to use a non instantiable type as a constructor.
- ORA-22828: input pattern or replacement parameters exceed 32K size limit
-
Cause: Value provided for the pattern or replacement string in the form of VARCHAR2 or CLOB for LOB SQL functions exceeded the 32K size limit.
- ORA-22833: Must cast a transient type to a persistent type
-
Cause: An attempt was made to use the transient type in the query result.
- ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: string, maximum: string)
-
Cause: An attempt was made to convert CLOB to CHAR or BLOB to RAW, where the LOB size was bigger than the buffer limit for CHAR and RAW types. Note that widths are reported in characters if character length semantics are in effect for the column, otherwise widths are reported in bytes.
- ORA-22837: Relational hint or keyword is disallowed for user-level DML
-
Cause: An attempt was made to use relational hint or keyword in user- level DML.
- ORA-22839: Direct updates on SYS_NC columns are disallowed
-
Cause: An attempt was made to update SYS_NC columns directly.
- ORA-22850: duplicate LOB storage option specificed
-
Cause: A LOB storage option (CHUNK, PCTVERSION, CACHE, NOCACHE, TABLESPACE, STORAGE, INDEX, SECUREFULE/BASICFILE, [A]SYNC) was specified more than once.
- ORA-22851: invalid CHUNK LOB storage option value
-
Cause: The specified CHUNK LOB storage option value must be an integer.
- ORA-22852: invalid PCTVERSION LOB storage option value
-
Cause: The specified PCTVERSION LOB storage option value must be an integer.
- ORA-22853: invalid LOB storage option specification
-
Cause: A LOB storage option was not specified
- ORA-22854: invalid option for LOB storage index
-
Cause: A valid LOB store index option was not specified.
- ORA-22855: optional name for LOB storage segment incorrectly specified
-
Cause: The optional name for LOB storage segment was specified with multiple columns in the column list.
- ORA-22856: cannot add columns to object tables
-
Cause: An attempt was made to add columns to an object table. Object tables cannot be altered to add columns since its definition is based on an object type.
- ORA-22857: cannot modify columns of object tables
-
Cause: An attempt was made to alter the object table by modifing existing columns. An object table cannot be altered to modify existing columns since it is based on an object type. The table definition must be in sync with the corresponding type.
- ORA-22858: invalid alteration of datatype
-
Cause: An attempt was made to modify the column type to object, REF, nested table, VARRAY or LOB type.
- ORA-22859: invalid modification of columns
-
Cause: An attempt was made to modify an object, REF, VARRAY, nested table, or LOB column type.
- ORA-22860: object type expected
-
Cause: An attempt was made to create an object table using a non- object type, or to create a column that is a REF to a non-object type.
- ORA-22861: invalid user-defined type
-
Cause: An attempt was made to create a column or object table of a non- existent type.
- ORA-22862: specified object identifier doesn't match existing object identifier
-
Cause: An attempt was made to specify an object identifier for the type that does not match the existing identifier of the incomplete type of the same name.
- ORA-22863: synonym for datatype string.string not allowed
-
Cause: A synonym specification for a datatype is not supported
- ORA-22864: cannot ALTER or DROP LOB indexes
-
Cause: An attempt was made to ALTER or DROP a LOB index.
- ORA-22865: more than one column specified
-
Cause: An attempt was made to specify multiple columns where only one is allowed.
- ORA-22866: cannot replace a type with table dependents
-
Cause: An attempt was made to replace a type that has table dependents.
- ORA-22868: table with LOBs contains segments in different tablespaces
-
Cause: An attempt was made to drop a tablespace which contains the segment(s) for the LOB columns of a table but does not contain the table segment.
- ORA-22869: depth of type dependency hierarchy exceeds maximum limit
-
Cause: The type dependency hierarchy was structured to have depth greater than 1024.
- ORA-22870: ALTER TYPE with REPLACE option a non-object type
-
Cause: attempt to perform ALTER TYPE with REPLACE option a non-object type
- ORA-22871: ALTER TYPE with REPLACE is not allowed for pure incomplete types
-
Cause: An attempt to perform ALTER TYPE with REPLACE option for a pure incomplete type
- ORA-22872: OID INDEX clause not allowed on tables with primary key based object identifiers
-
Cause: An attempt to create an OID INDEX on a table with primary key based object identifiers.
- ORA-22873: primary key not specified for primary key based object table
-
Cause: An attempt to create a primary key based object table without specifying a primary key
- ORA-22874: attribute "string" is not part of the type "string"
-
Cause: Attribute specified in the user_defined clause is not an attribute of the REF type
- ORA-22875: cannot drop primary key of an object table whose object identifier is primary key based
-
Cause: An attempt to drop the primary key of an object table which has a primary key based object identifier
- ORA-22876: this user-defined type is not allowed or it cannot be used in this context
-
Cause: An attempt to create a kind of user-defined type which is not allowed, or an attempt to create table columns or use default constructor with a type on which these are not supported.
- ORA-22877: invalid option specified for a HASH partition or subpartition of a LOB column
-
Cause: One or more invalid options were encountered while parsing the physical attributes of a LOB partition or subpartition. Either the LOB partition is in a table partitioned using the HASH method, or the LOB subpartition is in a table subpartitioned using the HASH method. TABLESPACE is the only valid option for a HASH partition or subpartition.
- ORA-22878: duplicate LOB partition or subpartition specified
-
Cause: An attempt was made to specify a partition or subpartition that has already been specified for the LOB column.
- ORA-22879: cannot use the LOB INDEX clause for partitioned tables
-
Cause: An attempt was made to specify a LOB INDEX clause in a CREATE TABLE or ALTER TABLE statement for a partitioned table.
- ORA-22880: invalid REF
-
Cause: An invalid REF was accessed.
- ORA-22881: dangling REF
-
Cause: The object corresponding to the REF that was accessed does not exist.
- ORA-22882: object creation failed
-
Cause: The object cannot be created in the database.
- ORA-22883: object deletion failed
-
Cause: The object could not be deleted from the database.
- ORA-22884: object modification failed
-
Cause: The object could not be modified in the database.
- ORA-22885: cannot get REF to a non-persistent object
-
Cause: An attempt was made to get a REF for something other than an object in an object table. REFs can only be taken for objects in object tables.
- ORA-22886: scoped table "string" in schema "string" is not an object table
-
Cause: The scoped table specified for a REF column is not an object table.
- ORA-22887: type of REF column is not the same as that of its scoped table
-
Cause: The type specified for the REF column and the type specified for the scope table are different.
- ORA-22888: duplicate SCOPE clauses for a REF column
-
Cause: Multiple SCOPE clauses were specified for a single REF column.
- ORA-22889: REF value does not point to scoped table
-
Cause: An attempt was made to insert a REF value that does not point to the scoped table.
- ORA-22890: cannot specify name for REF column constraint
-
Cause: An attempt was made to specify a constraint name for a constraint on a REF column.
- ORA-22891: cannot have multiple columns in REF constraint
-
Cause: An attempt was made to specify multiple columns in a single REF constraint.
- ORA-22892: scoped table "string" does not exist in schema "string"
-
Cause: The scoped table specified for a REF column does not exist.
- ORA-22893: constraint can be specified only for REF columns
-
Cause: The constraint specified does not apply to non-REF columns.
- ORA-22894: cannot add constraint on existing unscoped REF columns of non-empty tables
-
Cause: An attempt was made to add a constraint to existing unscoped REF columns of a table which contains one or more rows.
- ORA-22895: referenced table "string" in schema "string" is not an object table
-
Cause: The referenced table specified for a REF column is not an object table.
- ORA-22896: cannot have both scope and referential constraint on REF column "string"
-
Cause: REF column has both a referential and a scope constraint. A referential constraint implies a scope constraint.
- ORA-22897: no scope clause specified for user-defined REF column "string"
-
Cause: User-defined REF column does not have a scope constraint.
- ORA-22898: existing scope clause on "string" points to a table other than the one mentioned in the referential constraint
-
Cause: Table mentioned in the referential integrity constraint is different from the scope table of the REF column.
- ORA-22899: cannot specify both scope and rowid constraint on ref column
-
Cause: An attempt was made to specify both a scope and a rowid constraint on a REF column.
- ORA-22900: the SELECT list item of THE subquery is not a collection type
-
Cause: The THE subquery must SELECT a nested table or VARRAY item.
- ORA-22901: cannot compare VARRAY or LOB attributes of an object type
-
Cause: Comparison of VARRAY or LOB attributes of an object type was attempted in the absence of a MAP or ORDER method.
- ORA-22902: CURSOR expression not allowed
-
Cause: CURSOR on a subquery is allowed only in the top-level SELECT list of a query.
- ORA-22903: MULTISET expression not allowed
-
Cause: MULTISET expressions are allowed only inside a CAST to a nested table or VARRAY type.
- ORA-22904: invalid reference to a nested table column
-
Cause: invalid use of a nested table column
- ORA-22905: cannot access rows from a non-nested table item
-
Cause: attempt to access rows of an item whose type is not known at parse time or that is not of a nested table type
- ORA-22906: cannot perform DML on expression or on nested table view column
-
Cause: Attempted to perform a DML on an expression or on a nested table view column where a nested table column of a base table is expected.
- ORA-22907: invalid CAST to a type that is not a nested table or VARRAY
-
Cause: Attempted to CAST to a type that is not a nested table or VARRAY
- ORA-22908: reference to NULL table value
-
Cause: The evaluation of the THE subquery or nested table column resulted in a NULL value implying a NULL table instance. The THE subquery or nested table column must identify a single non-NULL table instance.
- ORA-22909: exceeded maximum VARRAY limit
-
Cause: The total number of elements used in VARRAY construction exceeds the specified VARRAY limit.
- ORA-22910: cannot specify schema name for nested tables
-
Cause: Table name was qualified with schema name in the nested table column's (or attribute's) storage clause.
- ORA-22911: duplicate storage specification for the nested table item
-
Cause: The storage clause is specified more than once for the NESTED TABLE column.
- ORA-22912: specified column or attribute is not a nested table type
-
Cause: The storage clause is specified for a column or attribute that is not a nested table column or attribute.
- ORA-22913: must specify table name for nested table column or attribute
-
Cause: The storage clause is not specified for a nested table column or attribute.
- ORA-22914: DROP of nested tables not supported
-
Cause: Attempted to DROP a nested table.
- ORA-22915: cannot ALTER a nested table's storage table to ADD/MODIFY columns
-
Cause: An attempt was made to ADD or MODIFY columns of a nested table's storage table.
- ORA-22916: cannot do an exact FETCH on a query with Nested cursors
-
Cause: Exact FETCH on a query was specified which is not allowed if the query returns any cursors.
- ORA-22917: use VARRAY to define the storage clause for this column or attribute
-
Cause: Not using VARRAY to define storage clause for VARRAY column or attribute.
- ORA-22918: specified column or attribute is not a VARRAY type
-
Cause: Attemp to define a VARRAY storage clause for a column or attribute which is not VARRAY type.
- ORA-22919: dangling REF error or lock object failed for no wait request
-
Cause: The error could be one of the following. The object corresponding to the REF does not exist or the object was locked by another user and the lock with nowait request failed.
- ORA-22920: row containing the LOB value is not locked
-
Cause: The row containing the LOB value must be locked before updating the LOB value.
- ORA-22921: length of input buffer is smaller than amount requested
-
Cause: The buffer length is not big enough to hold the amount of data requested.
- ORA-22922: nonexistent LOB value
-
Cause: The LOB value associated with the input locator does not exist. The information in the locator does not refer to an existing LOB.
- ORA-22923: amount of data specified in streaming LOB write is 0
-
Cause: Trying to write LOB value via the streaming mechanism (i.e. unlimited write) but the input amount of data to stream was specified as 0. Thus, the user is trying to write 0 bytes to the LOB value.
- ORA-22924: snapshot too old
-
Cause: The version of the LOB value needed for the consistent read was already overwritten by another writer.
- ORA-22925: operation would exceed maximum size allowed for a LOB value
-
Cause: An attempt was made to write too much data to the LOB value. LOB size is limited to (4 gigabytes - 1) * DB_BLOCK_SIZE.
- ORA-22926: specified trim length is greater than current LOB value's length
-
Cause: The input length for which to trim the LOB value to is greater than the current length of the LOB value.
- ORA-22927: invalid LOB locator specified
-
Cause: There are several causes: (1) the LOB locator was never initialized; (2) the locator is for a BFILE and the routine expects a BLOB/CLOB/NCLOB locator; (3) the locator is for a BLOB/CLOB/NCLOB and the routine expects a BFILE locator; (4) trying to update the LOB in a trigger body -- LOBs in trigger bodies are read only.
- ORA-22928: invalid privilege on directories
-
Cause: An attempt was made to grant or revoke an invalid privilege on a directory.
- ORA-22929: invalid or missing directory name
-
Cause: The required directory name is invalid or missing.
- ORA-22930: directory does not exist
-
Cause: Attempt to access a directory that does not exist.
- ORA-22933: cannot change object with type or table dependents
-
Cause: Attempt to replace, drop or rename an object with type or table dependents.
- ORA-22936: cannot replace a system predefined type
-
Cause: An attempt was made to replace a system predefined type.
- ORA-22950: cannot ORDER objects without MAP or ORDER method
-
Cause: an object type must have a MAP or ORDER method defined for all comparisons other than equality and inequality comparisons.
- ORA-22951: NULL returned by ORDER method
-
Cause: ORDER method used to compare two object values returned NULL which is not allowed.
- ORA-22952: Nested Table equality requires a map method on the element ADT
-
Cause: Nested Table equality was tried where the element ADT did not have a map method defined on it.
- ORA-22953: Cardinality of the input to powermultiset exceeds maximum allowed
-
Cause: The cardinality of the input nested table to the powermultiset should not exceed 32 elements
- ORA-22954: This multiset operation is not supported for this element type.
-
Cause: The multiset operation attempted was not supported for the nested table element type.
- ORA-22955: The cardinality parameter is not within the allowed limits
-
Cause: The cardinality parameter has to be greater than 1 and less than or equal to the cardinality of the input.
- ORA-22956: The set contains no elements
-
Cause: An empty set was given as input to the powermultiset function.
- ORA-22957: NULL is an invalid input to powermultiset and COLLECT functions
-
Cause: NULL was given as input to the powermultiset or COLLECT function.
- ORA-22958: This operation is not allowed in check constraints or triggers
-
Cause: An invalid operation is used in a check constraint or trigger
- ORA-22970: name does not correspond to an object view
-
Cause: Either the expression is not a view name or the name specified does not correspond to an object view.
- ORA-22971: invalid datatype for PRIMARY KEY-based object identifier
-
Cause: When creating an object view, the datatype of an expression in the WITH OBJECT OID clause is not allowed for PRIMARY KEY-based OID.
- ORA-22972: NULL value not allowed in PRIMARY KEY-based object identifier
-
Cause: A value constituting the PRIMARY KEY-based object identifier is NULL.
- ORA-22973: size of object identifier (string) exceeds maximum size allowed
-
Cause: Size of the PRIMARY KEY-based object identifier of an object view exceeds the maximum size of 4000 bytes.
- ORA-22974: missing WITH OBJECT OID clause
-
Cause: WITH OBJECT OID clause is not specified when creating an object view.
- ORA-22975: cannot create a PRIMARY KEY-based REF to this object view
-
Cause: The object view specified in the MAKE_REF function does not have a PRIMARY KEY-based object identifier. A PRIMARY KEY-based REF cannot be created for such a view.
- ORA-22976: incorrect number of arguments to MAKE_REF
-
Cause: Number of arguments for MAKE_REF is different from the number of PRIMARY KEY attributes of the object view.
- ORA-22977: missing or invalid attribute
-
Cause: Either the attribute name is missing in the WITH OBJECT OID clause or it is invalid.
- ORA-22978: only simple attribute name is allowed in the WITH OBJECT OID clause
-
Cause: Attempted to specify a Nested attribute in the WITH OBJECT OID clause.
- ORA-22979: cannot INSERT object view REF or user-defined REF
-
Cause: Attempt to insert an object view REF or user-defined REF in a REF column created to store system generated REF values"
- ORA-22980: must specify a set of attributes for the WITH OBJECT OID clause
-
Cause: The WITH OBJECT OID DEFAULT clause was used, but the underlying view or table does not have a OID.
- ORA-22981: must specify a table/view having system generated OID
-
Cause: The super-view is based on a table/view having the system generated OID and the sub-view must also be based on a similar table/view.
- ORA-22982: cannot create sub-view under this view
-
Cause: The view derives its OID from a table/view having primary key based OID and sub-views cannot be created under such views.
- ORA-22983: not a user-defined REF
-
Cause: Attempt to use a system generated REF value where a user-defined REF value should be used.
- ORA-22984: view query cannot contain references to a super view
-
Cause: The query defining the view contains references to a super-view of the view being created.
- ORA-22990: LOB locators cannot span transactions
-
Cause: A LOB locator selected in one transaction cannot be used in a different transaction.
- ORA-22991: insufficient space allocated for argument string
-
Cause: The data to be returned in the argument is greater than the amount of space allocated for the argument.
- ORA-22992: cannot use LOB locators selected from remote tables
-
Cause: A remote LOB column cannot be referenced.
- ORA-22993: specified input amount is greater than actual source amount
-
Cause: (1) For LOB write, the amount of data received is different from the amount that was indicated would be sent. (2) For LOB copy and loadfromfile, the end of the source LOB/FILE value was reached before the specified input amount was copied/loaded.
- ORA-22994: source offset is beyond the end of the source LOB
-
Cause: The source offset for a LOB COPY or LOB LOADFROMFILE is beyond the end of the source LOB.
- ORA-22995: TABLESPACE DEFAULT option is invalid in this context
-
Cause: TABLESPACE DEFAULT option can be specified for LOB columns only in the following contexts: - at the table level for a partitioned table - at the partition level for a composite partition. An attempt was made to use the TABLESPACE DEFAULT option in a different context.
- ORA-22996: NEXT extent size is smaller than LOB chunksize
-
Cause: An attempt was made to create or alter a LOB segment so that its NEXT extent size was less than the LOB chunksize
- ORA-22997: VARRAY | OPAQUE stored as LOB is not specified at the table level
-
Cause: An attempt was made to specify a VARRAY|OPAQUE column to be stored as LOB at the partition/subpartition/template level. However the VARRAY|OPAQUE column was not specified to be stored as LOB at the table level when the table was created.
- ORA-22998: CLOB or NCLOB in multibyte character set not supported
-
Cause: A CLOB or NCLOB in a fixed-width or varying-width multibyte character set was passed to a SQL character function which does not support multibyte LOB data.
- ORA-22999: CLOB or NCLOB data may have been corrupted
-
Cause: CLOB or NCLOB contains invalid character data. One possible cause is that the wrong csid was specified for the external file when calling DBMS_LOB.LOADCLOBFROMFILE or DBMS_XSLPROCESSOR.READ2CLOB to load CLOB or NCLOB data from external files.
- ORA-23290: This operation may not be combined with any other operation
-
Cause: ALTER TABLE RENAME COLUMN/CONSTRAINT operation was given in conjunction with another ALTER TBALE Operation. This is not allowed.
- ORA-23291: Only base table columns may be renamed
-
Cause: Tried to rename a column of a non-base table, like object table/ nested table/ materialized view table.
- ORA-23292: The constraint does not exist
-
Cause: The given constraint name does not exist.
- ORA-23293: Cannot rename a column which is part of a join index
-
Cause: The column participates in a join index.
- ORA-23300: string
-
Cause: The stored procedure 'raise_system_error' was called which causes this error to be generated.
- ORA-23301: mixed use of deferred rpc destination modes
-
Cause: Replication catalog determined deferred RPC destinations were mixed with destination determined by other mechanisms in the same transaction.
- ORA-23302: application raised communication failure during deferred RPC
-
Cause: An application declared a communication failure during a defered RPC.
- ORA-23303: application raised generic exception during deferred RPC
-
Cause: An application declared a generic failure during a defered RPC.
- ORA-23304: malformed deferred rpc at arg string of string in call string, in tid string
-
Cause: A deferred RPC call was issued without the correct number of arguments as determined by the count parameter to dbms_defer.call
- ORA-23305: internal deferred RPC error: string
-
Cause: An internal error occurred in deferred rpc.
- ORA-23306: schema string does not exist
-
Cause: The schema name was null or misspelled, or the schema does not exist locally.
- ORA-23307: replicated schema string already exists
-
Cause: The given database already replicates the given schema.
- ORA-23308: object string.string does not exist or is invalid
-
Cause: The given name was null or misspelled, the given type was wrong, the object does not exist as a valid database object, or the object does not exist as a replicated object with the appropriate status.
- ORA-23309: object string.string of type string exists
-
Cause: An object in the same namespace exists, perhaps with a different type or shape, or the same object has already been registered as an repobject in another object group.
- ORA-23310: object group "string"."string" is not quiesced
-
Cause: The requested operation requires the object group to be suspended.
- ORA-23312: not the masterdef according to string
-
Cause: The group name is null, the group name is misspelled, the invocation or given database is not the masterdef, or one of the masters does not believe the invocation database is the masterdef.
- ORA-23313: object group "string"."string" is not mastered at string
-
Cause: The group name is null, the group name is misspelled, the invocation database is not a master, or the invocation database does not believe the given database is a master.
- ORA-23314: database is not a materialized view site for "string"."string"
-
Cause: The invocation database is not a materialized view database for the given object group.
- ORA-23315: repcatlog version or request string is not supported by version string
-
Cause: Either incompatible repcat versions are used, or a repcatlog record has been corrupted.
- ORA-23316: the masterdef is string
-
Cause: The requested operation is not permitted on a masterdef site.
- ORA-23317: a communication failure has occurred
-
Cause: The remote database is inaccessible.
- ORA-23318: a ddl failure has occurred
-
Cause: User-supplied or system-generated ddl did not execute successfully.
- ORA-23319: parameter value string is not appropriate
-
Cause: The given value of a parameter is either null, misspelled, or not supported.
- ORA-23320: the request failed because of values string and string
-
Cause: A missing ddl record for a repcatlog record, or inconsistency in repcat views.
- ORA-23321: Pipename may not be null
-
Cause: You called dbms_pipe with a null pipe name.
- ORA-23322: Privilege error accessing pipe
-
Cause: You either tried to create a pipe that already existed and belonged to someone else, or remove a pipe that you were not authorized to use, or put a message into a pipe that you were not authorized for, or get a message from a pipe that you were not authorized for.
- ORA-23323: parameter length exceeds deferred RPC limits
-
Cause: A deferred rpc parameter was longer than the deferred rpc limits of 4000 bytes for char/varchar2 parameters and 2000 bytes for raw parameters.
- ORA-23324: error string, while creating deferror entry at "string" with error string
-
Cause: The given error was encountered while attempting to create a deferor entry for the give error code and the give database.
- ORA-23325: parameter type is not string
-
Cause: A conflict resolution priority function was given a type different than the type assigned to the priority group; or the priority group has no type assigned or a function; or dbms_defer_sys_query was called to retrieve a deferred rpc parameter from the deferred rpc queue, but the type of the parameter does not match the return type of the function.
- ORA-23326: object group "string"."string" is quiesced
-
Cause: Either suspend_master_activity has been called before the object group has resumed normal operation or a (deferred) rpc operation was attempted while the object group was quiesced.
- ORA-23327: imported deferred rpc data does not match string of importing db
-
Cause: Deferred rpc queues were imported from a database with a different global name or operating system than importing database.
- ORA-23328: mview base table "string"."string" differs from master table "string"."string"
-
Cause: When creating a materialized view through repcat, the materialized view base table name did not match a replicated table name at the master.
- ORA-23329: successful user-provided ddl but no materialized view "string"."string"
-
Cause: The DDL provided by the user to create a materialized view was executed without error, but materialized view does not exist.
- ORA-23330: column group string already exists
-
Cause: The column group was already registered in the object group.
- ORA-23331: column group string does not exist
-
Cause: The given column group is either null, misspelled or not registered.
- ORA-23332: group string is in use; cannot drop
-
Cause: The given column group or priority group is being used to resolve conflicts.
- ORA-23333: column string is already part of a column group
-
Cause: Attempted to add a column to a column group when the column was already a member of a column group.
- ORA-23334: column string does not exist in table or column group
-
Cause: The given column is either null, misspelled or is not part of the given table or column group.
- ORA-23335: priority group string already exists
-
Cause: The priority group was already registered in the object group.
- ORA-23336: priority group string does not exist
-
Cause: The priority group was already registered in the object group.
- ORA-23337: priority or value not in priority group string
-
Cause: The specified value or priority has not been registered as part of the priority group.
- ORA-23338: priority or value already in priority group string
-
Cause: The specified value or priority has already been registered as part of the priority group.
- ORA-23339: duplicate conflict resolution information
-
Cause: The specified combination of column group, sequence, conflict type and/or parameter table name, parameter column name, and parameter sequence number has already been registered.
- ORA-23340: incorrect resolution method string
-
Cause: User function is specified when conflict resolution method was not "USER FUNCTION" or specified resolution method is not one of the predefined methods.
- ORA-23341: user function required
-
Cause: A NULL user function was specified for the "USER FUNCTION" method.
- ORA-23342: invalid parameter column string
-
Cause: The parameter column name is null or misspelled, the invocation database is not a master, or is of the wrong type for the specified conflict resolution method.
- ORA-23343: no match for specified conflict resolution information
-
Cause: The specified combination of column group, sequence, conflict type has not been registered (e.g., for adding a comment).
- ORA-23344: constraint (string.string) does not exist
-
Cause: A null, misspelled or nonexistent constraint was specified when registering a uniqueness conflict.
- ORA-23345: table "string"."string" not registered to collect statistics
-
Cause: A procedure that deals with conflict resolution statistics-gathering was called for a table that was not registered to collect statistics.
- ORA-23346: primary key or object ID is undefined for table or materialized view string
-
Cause: Trying to generate replication support for a table or materialized view without a primary key (as defined by a constraint or dbms_repcat.set_columns) or an object ID.
- ORA-23347: datatype string for column string table string not supported
-
Cause: The table has a column whose datatype is not supported by repcat.
- ORA-23348: cannot replicate procedure string; only IN parameters supported
-
Cause: Trying to generate replication support for a package that has a procedure with OUT or IN OUT parameters.
- ORA-23349: cannot generate replication support for functions
-
Cause: Trying to generate replication support for a package that has a public function, or for a stand-alone function.
- ORA-23350: maximum number of recursive calls exceeded
-
Cause: This usually occurs when trying to resolve conflicts in a table while concurrent updates to the same row create more conflicts.
- ORA-23351: parameter datatype string for procedure string not supported
-
Cause: The procedure has a parameter whose datatype is not supported by repcat.
- ORA-23352: duplicate destination for deferred transaction
-
Cause: A duplicate destination was specified for a deferred transaction either in a dbms_defer.call call or an earlier dbms_defer.transaction call or a dbms_defer_sys.add_default_dest call.
- ORA-23353: deferred RPC queue has entries for object group "string"."string"
-
Cause: The requested action cannot be performed until the queue is empty for the given object group
- ORA-23354: deferred RPC execution disabled for "string" with "string"
-
Cause: Deferred RPC can not be executed at the destination with the specified catchup value because their propogation has been disabled.
- ORA-23355: object string.string does not exist or is invalid at master site
-
Cause: The given name was null or misspelled, the given type was wrong, the object does not exist as a valid database object at the master site, or the object does not exist as a replicated object with the appropriate status.
- ORA-23356: masterdef recognizes a master which does not recognize the masterdef
-
Cause: Possibly drop_master_repgroup was run at a master site but remove_master_databases was not run at master definition site for that master.
- ORA-23357: the propagator does not exist
-
Cause: The propagator does not exist.
- ORA-23358: invalid remote user
-
Cause: The local user does not match the remote user connected via a database link.
- ORA-23359: error on creating a ddl record for a repcatlog record
-
Cause: The userid in the repcatlog record does not match the userid of the connected user.
- ORA-23360: only one materialized view for master table "string" can be created
-
Cause: Trying to create more than one materialized view on a given master table in the same rep group.
- ORA-23361: materialized view "string" does not exist at master site
-
Cause: The materialized view does not exist at the master site for offline instantiation of the materialized view.
- ORA-23362: invalid user
-
Cause: The given user does not exist.
- ORA-23363: mismatch of mview base table "string" at master and mview site
-
Cause: The name of the base table of the materialized view at the master site is different from the base table at the materialized view site. This error may arise during offline instantiation of materialized views.
- ORA-23364: Feature not enabled: Advanced replication
-
Cause: The Advanced Replication feature is not enabled at this site. Updatable materialized views, deferred RPCs, and other replication features are, therefore, unavailable.
- ORA-23365: site string does not exist
-
Cause: site specified in argument "reference_site" or argument "comparison_site" in call to "differences()" routine or "rectify()" routine does not name an existing site.
- ORA-23366: integer value string is less than 1
-
Cause: Value of argument "max_missing" to routine "differences()" cannot be less than 1. Value of argument "commit_rows" to routines "differences()" and "rectify()" cannot be less than 1.
- ORA-23367: table string is missing the primary key
-
Cause: Table specified in argument "oname1" or "oname2" in call to "differences()" routine does not contain either a primary key or a virtual primary key (defined through dbms_repcat package under symmetric replication).
- ORA-23368: name string cannot be null or the empty string
-
Cause: Argument "sname1," "sname2," "oname1," "oname2," "missing_rows_sname," "missing_rows_oname1," "missing_rows_oname2" to "differences()" or "rectify()" cannot be NULL or '' (empty string).
- ORA-23369: value of "string" argument cannot be null
-
Cause: Argument "max_missing" to "differences()" routine cannot be NULL.
- ORA-23370: table string and table string are not shape equivalent (string)
-
Cause: The tables specified are not shape equivalent, which means intuitively that the number of columns, the names, their datatypes and lengths are not the same. Specifically, problem is in the parentheses and is one of the following: the number of columns are not equal, datatypes of columns with same name in different tables are different, lengths of varchar2 and char columns are not equal, precision and scale of number datatypes are not equal.
- ORA-23371: column string unknown in table string
-
Cause: Some column in "array_columns" argument (or "column_list" argument) to "differences()" routine does not correspond to a column in the specified table.
- ORA-23372: type string in table string is unsupported
-
Cause: Certain types in the table comparison utility are not supported.
- ORA-23373: object group "string"."string" does not exist
-
Cause: The group name was null or misspelled, or the group does not exist locally.
- ORA-23374: object group "string"."string" already exists
-
Cause: The given database already replicates the given object group. A materialized view repgroup cannot be created at a given site where a master repgroup with the same name already exists.
- ORA-23375: feature is incompatible with database version at string
-
Cause: A feature not compatible with the specified database was used
- ORA-23376: node string is not compatible with replication version "string"
-
Cause: A feature not compatible with the remote database was used
- ORA-23377: bad name string for missing_rows_oname1 argument
-
Cause: An attempt was made to use the name of the reference site table as the name of the missing_rows_oname1 argument.
- ORA-23378: connection qualifier "string" is not valid for object group "string"."string"
-
Cause: The connection qualifier used in the database link for the specified object group does not match the qualifier specified for the group in create_master_repgroup.
- ORA-23379: connection qualifier "string" is too long
-
Cause: The maximum length of a database link, including the connection qualifier, is 128 bytes.
- ORA-23380: propagation mode "string" is not valid
-
Cause: The specified propagation may be misspelled, or is not supported. For materialized view sites, all materialized view object groups at the same materialized view site with the same master object group must all have the same propagation method.
- ORA-23381: generated object for base object string.string@string does not exist
-
Cause: The system generated object(s) for the specified base object do not exist at the specified site. The current operation requires the base object to have generated replication support.
- ORA-23382: materialized view repgroup "string"."string" is not registered at site string
-
Cause: The materialized view repgroup is not currently registered at the master and so cannot be unregistered.
- ORA-23383: registration for materialized view repgroup "string"."string" failed at site string
-
Cause: Insertion into local repschema table failed.
- ORA-23384: replication parallel push string argument out of range
-
Cause: Specified numeric argument to dbms_defer_sys.push is invalid.
- ORA-23385: replication parallel push string argument not valid
-
Cause: Specified string argument to dbms_defer_sys.push is invalid.
- ORA-23386: replication parallel push cannot create slave processes
-
Cause: An error was occurred while creating slave processes for parallel push.
- ORA-23387: replication parallel push dequeue error
-
Cause: An attempt to dequeue a deferred transaction failed while trying to assign a new queue batch number.
- ORA-23388: replication parallel push watermark error
-
Cause: An error occurred during parallel push while trying to update the high-water-mark information in system.def$_destination.
- ORA-23389: obsolete procedure; drop objects and recreate using new master
-
Cause: dbms_repcat.switch_mview_master is no longer supported.
- ORA-23392: could not find materialized view to be associated with "string"."string"
-
Cause: Could not find materialized view associated with a trigger or index that is being pulled from the master site.
- ORA-23393: the user is already the propagator
-
Cause: The given user is already the current propagator.
- ORA-23394: duplicate propagator
-
Cause: More than one valid propagator exist.
- ORA-23395: object "string"."string" of type "string" does not exist or is invalid
-
Cause: The given name was null or misspelled, the given type was wrong, the object does not exist as a valid database object, or the object does not exist as a replicated object with the appropriate status.
- ORA-23396: database link "string" does not exist or has not been scheduled
-
Cause: the database link does not exist in the schema of the replication propagator or has not been scheduled.
- ORA-23397: global name "string" does not match database link name "string"
-
Cause: the database link name at the local node does not match the global name of the database that the link accesses.
- ORA-23398: user name "string" at database link "string" does not match local user name "string"
-
Cause: the user name of the replication administration user at the local node and the user name at the node corresponding to the database link are not the same. Symmetric replication expects the two users to be the same.
- ORA-23399: generation of replication support for "string"."string" is not complete
-
Cause: Replication support for the specified object has not been generated or the generation process is not yet complete.
- ORA-23400: invalid materialized view name "string"
-
Cause: A null, misspelled, or badly formed materialized view name was given to dbms_mview.refresh.
- ORA-23401: materialized view "string"."string" does not exist
-
Cause: A materialized view name was given to dbms_mview.refresh that is not in sys.snap$ or its associated views.
- ORA-23402: refresh was aborted because of conflicts caused by deferred txns
-
Cause: There are outstanding conflicts logged in the DefError table at the materialized view's master.
- ORA-23403: refresh group "string"."string" already exists
-
Cause: Making a new refresh group when there is already a group of the same name in sys.rgroup$.
- ORA-23404: refresh group "string"."string" does not exist
-
Cause: A refresh group name was given that is not in sys.rgroup$.
- ORA-23405: refresh group number string does not exist
-
Cause: A refresh group number was given that is not in sys.rgroup$.
- ORA-23406: insufficient privileges on user "string"
-
Cause: The caller is not the owner of the materialized view and does not have ALTER ANY MATERIALIZED VIEW privileges.
- ORA-23407: object name string must be shaped like "schema"."object" or "object"
-
Cause: The object name (e.g., the rollback segment, the materialized view name, the refresh group) was incorrectly specified.
- ORA-23408: this replication operation is not supported in a mixed configuration
-
Cause: operation is not supported if the object group is replicated at a pre-V8 node.
- ORA-23409: could not find an unused refresh group number
-
Cause: 1000 consecutive refresh group numbers, as defined by the rgroupseq number, were already used by rows in sys.rgroup$.
- ORA-23410: materialized view "string"."string" is already in a refresh group
-
Cause: A materialized view of the same name is already in a refresh group.
- ORA-23411: materialized view "string"."string" is not in refresh group "string"."string"
-
Cause: The specified materialized view is not in the specified refresh group.
- ORA-23412: master table's primary key columns have changed
-
Cause: The master table's primary key constraint was modified after the primary key materialized view was created.
- ORA-23413: table "string"."string" does not have a materialized view log
-
Cause: The fast refresh can not be performed because the master table does not contain a materialized view log.
- ORA-23414: materialized view log for "string"."string" does not record rowid values
-
Cause: A rowid materialized view is being fast refreshed, but the materialized view log does not record rowid information.
- ORA-23415: materialized view log for "string"."string" does not record the primary key
-
Cause: A primary key materialized view is being fast refreshed, but the materialized view log does not record primary key information.
- ORA-23416: table "string"."string" does not contain a primary key constraint
-
Cause: The master table does not constaint a primary key constraint or the primary key constraint has been disabled.
- ORA-23417: unknown materialized view type: string
-
Cause: A fast refresh is being performed on a materialized view of an unknown or unsupported type.
- ORA-23418: cannot unregister the propagator who is currently in use
-
Cause: The propagator is currently used in propagating replication RPCs.
- ORA-23419: regenerate replication support before resuming master activity
-
Cause: There are tables in the object group that require regeneration of replication support.
- ORA-23420: interval must evaluate to a time in the future
-
Cause: The parameter "interval" evaluates to a time earlier than SYSDATE.
- ORA-23421: job number string is not a job in the job queue
-
Cause: There is no job visible to the caller with the given job number.
- ORA-23422: Oracle Server could not generate an unused job number
-
Cause: Oracle Server could not generate a job number that was not used to identify another job.
- ORA-23423: job number string is not positive
-
Cause: The given job number is less than 1.
- ORA-23424: materialized view "string"."string" at string not registered
-
Cause: The specified materialized view has not be successfully registered at this site.
- ORA-23425: invalid materialized view identifier string
-
Cause: The argument provided to dbms_mview.purge_mview_from_log is an invalid materialized view identifer or it does not identify an Oracle 8 fast refreshable materialized view or the materialized view has been already purged.
- ORA-23426: deferred RPC queue has entries for string
-
Cause: The requested action cannot be performed until the queue is empty for the given site/dblink
- ORA-23427: deferred purge queue argument string out of range
-
Cause: Specified numeric argument to dbms_defer_sys.purge_queue is invalid.
- ORA-23428: job associated instance number string is not valid
-
Cause: A job is associated with an instance that is not running.
- ORA-23430: argument "string" cannot be NULL or empty string
-
Cause: The caller has provided an argument whose value cannot be NULL or the empty string.
- ORA-23431: wrong state: string
-
Cause: The routine was executed against a replicated object group that was in the wrong state.
- ORA-23432: master site string already exists
-
Cause: An attempt was made to instantiate a replicated object group at a master site that was already a part of the object group.
- ORA-23433: executing against wrong master site string
-
Cause: An attempt was made to execute the routine at a site that is different from the site specified in the argument of the routine.
- ORA-23434: master site string not known for object group
-
Cause: The site name given as an argument to a routine was not already known to the replicated object group.
- ORA-23435: cannot create an updatable ROWID materialized view with LOB columns
-
Cause: The propagation of LOB data from materialized view sites to the master site requires a primary key on the replicated table. Thus updatable ROWID materialized views that contain LOB columns are not supported.
- ORA-23436: missing template authorization for user
-
Cause: The specified template authorization does not exist.
- ORA-23437: template authorization already exists for user
-
Cause: The specified user already has been authorized to use the specified refresh group template.
- ORA-23438: missing refresh group template
-
Cause: The specified refresh group template does not exist.
- ORA-23439: refresh group template already exists
-
Cause: The specified refresh group template already exists.
- ORA-23440: incorrect public template value
-
Cause: The public template parameter is not 'Y', 'N' or NULL.
- ORA-23441: object does not exist for refresh group template
-
Cause: The specified object does not exist in the refresh group template.
- ORA-23442: object already exists for the refresh group template
-
Cause: The specified object already exists in the refresh group template.
- ORA-23443: missing template parameter
-
Cause: The specified template parameter does not exist.
- ORA-23444: duplicate template parameter
-
Cause: The template parameter already exists for the specified refresh group template.
- ORA-23445: missing template site
-
Cause: The template site specified by the site name, user name and refresh group template name does not exist.
- ORA-23446: duplicate template site
-
Cause: The template site specified by the site name, user name and refresh group template name already exists.
- ORA-23447: missing user parameter value
-
Cause: The user parameter value specified by the user name, parameter name and refresh group template name does not exist.
- ORA-23448: duplicate user parameter value
-
Cause: The user parameter value specified by the user name, parameter name and refresh group template name already exists.
- ORA-23449: missing user name
-
Cause: The user specified by the user name parameter does not exist in the database.
- ORA-23450: flavor already contains object "string"."string"
-
Cause: The flavor already contains the specified object.
- ORA-23451: flavor string already defined for object group "string"."string"
-
Cause: The given object group already contains a (possibly unpublished) definition of the specified flavor.
- ORA-23452: flavor string of object group "string"."string" is already published
-
Cause: The given object group already contains a (published) definition of the specified flavor.
- ORA-23453: requested operation is not supported on top flavor
-
Cause: The TOP flavor has a NULL name and may not be directly defined or deleted.
- ORA-23454: flavor string not defined for object group "string"."string"
-
Cause: The given object group does not contain a (published) definition of the specified flavor.
- ORA-23455: flavor string contains object "string"
-
Cause: The given flavor contains the object to be dropped.
- ORA-23456: flavor string does not contain "string"
-
Cause: The flavor does not contain the given object, column, or attribute.
- ORA-23457: invalid flavor ID string
-
Cause: The given flavor ID is invalid.
- ORA-23458: inappropriate flavor string at string
-
Cause: The given flavor at the given database prevents the operation from succeeding.
- ORA-23459: flavor string must contain "string"
-
Cause: The flavor must contain the given object, column, or attribute.
- ORA-23460: missing value for column string in resolution method "string" for "string"."string"."string"
-
Cause: before resolving conflicts, some values necessary resolving conflicts are not available, or after resolving conflicts, some values necessary for re-trying of the SQL are not available
- ORA-23461: fail to resolve conflict for "string"."string"."string"
-
- ORA-23462: flavor string in use at site string
-
Cause: The given flavor cannot be deleted because it is being used at the given site.
- ORA-23463: flavor incompatible with object "string"."string"
-
Cause: An existing flavor includes the specified object with an incompatible type.
- ORA-23464: flavor lacks column string of "string"."string"
-
Cause: The flavor includes some columns of an object group but not all the required columns.
- ORA-23465: flavor already includes column string of "string"."string"
-
Cause: The flavor includes the specified column which is being added.
- ORA-23466: flavor requires missing object "string"."string"
-
Cause: The flavor includes the specified object which does not exist
- ORA-23467: flavor lacks object "string"."string"
-
Cause: The flavor does not include the specified object which is being dropped.
- ORA-23468: missing string string
-
Cause: The template is missing the object with the specified key.
- ORA-23469: string is different between templates
-
Cause: The values for the specified columns are different in each template for the same key values.
- ORA-23470: invalid status
-
Cause: The status should be DELETED, INSTALLING or INSTALLED. Any other status is invalid.
- ORA-23471: template not authorized for user
-
Cause: The refresh template is private and the user has not been authorized to instantiate the template.
- ORA-23472: materialized view "string"."string" must be atomically refreshed
-
Cause: Non-atomic refresh is not supported for the specified materialized view.
- ORA-23473: replication RPC processing for "string"."string" is disabled
-
Cause: The processing of replication RPCs for the object group that contains this object is disabled. This includes RPCs in the error queue.
- ORA-23474: definition of "string"."string" has changed since generation of replication support
-
Cause: The current columns in the specified table and their column types do not match the columns and column types when replication support was last generated.
- ORA-23475: key column string must be sent and compared
-
Cause: The specified column is a key column and must be sent and compared during replication propagation.
- ORA-23476: cannot import from string to string
-
Cause: This object was imported from a database with a different global name than the importing database.
- ORA-23477: unable to alter propagation mode for object group "string"."string"
-
Cause: The propagation method of a materialized view object group can only be altered when no other object groups with the same master object group are sharing the materialized view site.
- ORA-23478: object group "string" is already mastered at string
-
Cause: There is at least one other materialized view repgroup at the local site with the same group name but a different master site.
- ORA-23480: Column string is not a top-level column of "string"."string".
-
Cause: The column is either not a top-level column or is not present in the table or materialized view.
- ORA-23481: unexpected name string "string"
-
- ORA-23482: column string of "string"."string": object types not allowed.
-
Cause: The column is of Object Type.
- ORA-23483: object "string"."string" not allowed in this operation.
-
Cause: The specified operation does not support the given object.
- ORA-23484: internal internet Application Server error: string
-
Cause: An internal error occurred in internet Application Server.
- ORA-23485: Column group "string" must consist of a single numeric column only
-
Cause: The column group doesn't contain only one numeric column.
- ORA-23487: object groups "string"."string" and "string"."string" do not have the same connection qualifier
-
Cause: The specified two object groups do not have the same connection qualifier.
- ORA-23488: propagation mode "string" for "string" is not allowed for this operation
-
Cause: This operation does not support the specified dblink in the above propagation mode.
- ORA-23489: duplicate entry "string"
-
Cause: The specified value is duplicated in the parameter list.
- ORA-23490: extension request "string" with status "string" not allowed in this operation
-
Cause: The specified operation is not allowed for the extension request with the specified status.
- ORA-23491: no valid extension request at "string"
-
Cause: The specified database does not have a valid extension request.
- ORA-23492: no new sites for extension request "string"
-
Cause: There is no new site with the specified extension request.
- ORA-23493: "string" is not a new site for extension request "string"
-
Cause: The specified extension request does not include the specified site as a new site.
- ORA-23494: too many rows for destination "string"
-
Cause: The specified destination has too many rows in system.def$_destination table.
- ORA-23495: serial propagation can not be used for "string"
-
Cause: The sites involved may be in the process of adding a new site without quiescing.
- ORA-23496: can not change disabled status for "string" and "string"
-
Cause: The disabled status for this site is set internally for synchronization during adding a new master without quiescing.
- ORA-23497: repgroup name cannot be null
-
Cause: The array of Repgroup names contains a null value.
- ORA-23498: repgroups specified must have the same masters
-
Cause: The Repgroup names specified do not have the same masters.
- ORA-23500: cannot switch master for a multi-tier materialized view repgroup "string"."string"
-
Cause: An attempt was made to switch master for a materialized view repgroup when its parent repgroup is also a materialized view repgroup. This is not allowed.
- ORA-23501: refresh template cannot be instantiated for database with compatibilty equal to or less than 8.0
-
Cause: Instantiation of a refresh template is not supported for database compatibility 8.0 or less.
- ORA-23502: valid directory for offline instatiation is not specified
-
Cause: An attempt was made to offline instantiate to a directory which is not specified or null.
- ORA-23503: error occurred during IAS instantiation
-
Cause: An attempt was made to instantiate a IAS site. Error occurred during IAS instantiation.
- ORA-23504: columns added to table do not match list of columns to be added
-
Cause: The list of columns passed as a parameter does not match the columns to be added to the table.
- ORA-23505: Object "string"."string" is missing.
-
Cause: The specified object does not exist.
- ORA-23514: invalid or incorrect number of arguments
-
Cause: The arguments passed to the online redefinition API were invalid or missing.
- ORA-23515: materialized views and/or their indices exist in the tablespace
-
Cause: An attempt was made to drop a tablespace which contains materialized views and/or their indices.
- ORA-23531: site owner already exists in the template.
-
Cause: Site owner for the template already exists.
- ORA-23532: tables with different synchronization mechanisms are in the same group
-
Cause: Tables belonging to the same replication group were specified to be cached with different synchronization mechanisms.
- ORA-23533: object "string"."string" can not be cached
-
Cause: An attempt was made to cache an object which is not supported.
- ORA-23534: missing column in materialized view container table "string"."string"
-
Cause: After import, the materialized view container table has missing columns.
- ORA-23535: instantiating templates from multiple back ends is not allowed.
-
Cause: An attempt was made to set a new non-null back end database for an iAS site.
- ORA-23536: the object "string"."string" is not cached at the middle tier as expected.
-
Cause: The object may have been dropped or renamed at the back end after dbms_ias_inst.start_ias_inst was executed.
- ORA-23537: function or procedure string is not allowed to be invoked from this site.
-
Cause: This function or procedure is restricted to the backend or middle tier site
- ORA-23538: cannot explicitly refresh a NEVER REFRESH materialized view ("string")
-
Cause: An attempt was made to explicitly refresh a NEVER REFRESH MV.
- ORA-23539: table "string"."string" currently being redefined
-
Cause: An attempt was made to redefine a table which is currently involved in an ongoing redefinition.
- ORA-23540: Redefinition not defined or initiated
-
Cause: An attempt was made to continue or complete a redefinition which was not defined or initiated.
- ORA-23541: tables do not match tables used while defining the redefinition
-
Cause: An attempt was made to continue or complete a redefinition by providing different tables than those used while defining or initiating the redefinition.
- ORA-23542: dependent object "string"."string" already registered
-
Cause: An attempt was made to register an already registered dependent object to an ongoing redefinition.
- ORA-23543: materialized view log on "string"."string" is in an inconsistent state
-
Cause: There was an error while creating the materialized view log and the log is currently in an inconsistent state. A possible cause could be that schema redefinition has occurred on the master table while the log was being created. Another possible cause could be that there were DMLs being applied on the master table concurrently in another session at the time the materialized view log creation started and those DML transactions haven't committed even after a very long period of time.
- ORA-23546: cannot create rowid mapping table string.string
-
Cause: The online partition mover could not create a rowid mappping table.
- ORA-23547: dml_lock_timeout value is out of the permitted range
-
Cause: The value for dml_lock_timeout was out of the permitted range of 0 to 1,000,000.
- ORA-23549: table "string"."string" involved in reference partitioning
-
Cause: An attempt was made to redefine a table which is currently involved in reference partitioning.
- ORA-23550: cannot redefine a table with interim table having identity columns that appear in column mapping
-
Cause: An attempt was made to redefine a table where the interim table has identity columns that appear in column mapping.
- ORA-23551: unsupported UPDATE statement on an index-organized table
-
Cause: An attempt was made to update primary key columns of an index-organized table.
- ORA-23552: cannot redefine an interval partitioned table with ILM policy
-
Cause: An attempt was made to redefine a table that has interval partitioning with ILM policy defined on it.
- ORA-23553: cannot import materialized view "string"."string" due to synonym mismatch
-
Cause: Synonym mismatch occurred during the import of materialized views when REMAP_SCHEMA option was specified.
- ORA-23554: cannot modify the contents of a staging log table
-
Cause: An attempt was made to alter the contents of a staging log table.
- ORA-23600: cannot create PROPAGATION, string already exists
-
Cause: The propagate_name already exists.
- ORA-23601: PROPAGATION_NAME string does not exist
-
Cause: Propagation does not exist.
- ORA-23602: Invalid string process type string
-
Cause: Specified GoldenGate, XStream or Streams process type is not valid.
- ORA-23603: string enqueue aborted due to low SGA
-
Cause: An attempt to enqueue a GoldenGate, XStream or Streams message was aborted because ORACLE is running low on memory allotted.
- ORA-23605: invalid value "string" for string parameter string
-
Cause: An attempt was made to specify an invalid parameter value.
- ORA-23606: invalid object string
-
Cause: An attempt was made to specify an invalid object.
- ORA-23607: invalid column "string"
-
Cause: An invalid column was specified in the column list.
- ORA-23608: invalid resolution column "string"
-
Cause: An invalid column was specified as the resolution column. The resolution column must belong to the list of columns specified in the 'column_list' parameter.
- ORA-23609: unable to find directory object for directory string
-
Cause: There was no entry in ALL_DIRECTORIES corresponding to the specified directory.
- ORA-23610: internal dbms_streams_tablespaces error: [string] [string] [string] [string]
-
Cause: Streams detected an erroneous result.
- ORA-23611: tablespace "string" has more than one data file
-
Cause: The specified tablespace had more than one data file and hence did not qualify as a simple tablespace.
- ORA-23612: unable to find tablespace "string"
-
Cause: Either the tablespace did not exist, or the current user did not have sufficient privileges on the tablespace.
- ORA-23613: Script string already exists
-
Cause: A script for the specified invoking package already existed.
- ORA-23614: Script string does not exist
-
Cause: The named script did not exist.
- ORA-23615: Block number string does not exist for script string
-
Cause: The specified block number did not exist for the script.
- ORA-23616: Failure in executing block string for script string with \nstring
-
Cause: The execution of specified block failed.
- ORA-23617: Block string for script string has already been executed
-
Cause: The specified block was already executed.
- ORA-23618: Generation of script string is not complete.
-
Cause: Script generation for the specified script was not completed in a prior invocation.
- ORA-23619: non-Oracle system error: string
-
Cause: A non-Oracle database has returned an error message to STREAMS when attempting to apply a DML statement. The non-Oracle system error message is a parameter to this Oracle error.
- ORA-23620: bind value size too large for PL/SQL CALL operation
-
Cause: In a PL/SQL CALL to a stored procedure, the bind string size exceeded 4K.
- ORA-23621: Operation corresponding to script string is in progress.
-
Cause: The script was already being run in a different session or was terminated before status for the script was updated to ERROR or EXECUTED.
- ORA-23622: Operation string.string.string is in progress.
-
Cause: An attempt was made to execute a procedure which was being executed in a parallel session or failed execution.
- ORA-23623: internal DBMS_COMPARISON error: [string] [string] [string] [string]
-
Cause: DBMS_COMPARISON detected an erroneous result.
- ORA-23624: A comparison operation is currently in progress for string.
-
Cause: Another session was already performing an operation on this object.
- ORA-23625: Table shapes of string.string and string.string@string did not match.
-
Cause: Table shapes of local and remote tables to compare did not match.
- ORA-23626: No eligible index on table string.string
-
Cause: Table did not have an eligible index to use for comparison.
- ORA-23627: Comparison object string already existed.
-
Cause: A comparison object by the specified name already exists.
- ORA-23628: Comparison query too long (actual string, allowed string).
-
Cause: A generated query for comparison was too long.
- ORA-23629: string.string is not an eligible index on table string.string for comparison
-
Cause: The specified index was not an eligible index to use for comparison.
- ORA-23630: Cannot switch to apply-state checkpoint mode (value "string", string parameter string), due to the following reason:
-
Cause: Could not switch to apply-state checkpoint mode, or already in apply-state checkpoint mode.
- ORA-23631: apply-state checkpoint mode cannot change (value "string", string parameter string)
-
Cause: Could not switch to checkpoints because apply-state checkpoint mode was set.
- ORA-23632: Cannot force checkpoints in apply-state checkpoint mode (value "string", string parameter string)
-
Cause: The capture process was in apply-state checkpoint mode.
- ORA-23633: Cannot turn off combined capture and apply mode in apply-state checkpoint mode (value "string", string parameter string)
-
Cause: The capture was running in apply-state checkpoint mode and had to run in combined capture and apply mode also.
- ORA-23634: Cannot include extra attributes in apply-state checkpoint mode
-
Cause: The capture process was in apply-state checkpoint mode.
- ORA-23635: MAINTAIN_TTS: tablespace(s) already exist(s) in target database.
-
Cause: The tablespaces were already in existence in the target database when the streams MAINTAIN_TTS APIs were called."
- ORA-23636: MAINTAIN_TTS: Invalid tablespace name, reason: string.
-
Cause: The tablespace name was either NULL or too long when the streams MAINTAIN_TTS APIs were called.
- ORA-23637: Capture started in checkpoint mode
-
- ORA-23638: Capture cloned from a capture with checkpoints
-
- ORA-23639: Extra Attribute included
-
- ORA-23640: Combined capture and apply disabled
-
- ORA-23641: Capture started in apply-state checkpoint mode already
-
- ORA-23642: Cannot switch to checkpoint mode (value "string", string parameter string)
-
Cause: Capture was cloned from a capture in apply-state checkpoint mode.
- ORA-23643: Capture cloned from a capture in apply-state checkpoint mode
-
- ORA-23644: Cannot switch to apply-state checkpoint mode (Capture string)
-
Cause: Switch to apply-state checkpoint mode was prevented by a previous error.
- ORA-23645: Cannot switch to checkpoints (Capture string)
-
Cause: Switch to checkpoints was prevented by a previous error.
- ORA-23646: string string process string does not exist
-
Cause: Capture or Apply did not exist.
- ORA-23647: string string process string is not running
-
Cause: Capture or Apply were not running.
- ORA-23648: Capture string is for Change Data Capture
-
Cause: Capture was for Change Data Capture, and checkpoints were required.
- ORA-23649: Capture string is for Audit Vault
-
Cause: Capture was for Audit Vault, and checkpoints were required.
- ORA-23650: No progress Capture string
-
Cause: Capture was not capturing changes.
- ORA-23651: Capture string is already in string mode
-
Cause: Capture was already in the desired mode.
- ORA-23652: The oldest SCN could not be updated at Apply string
-
Cause: The oldest SCN was not updated before the switch was performed.
- ORA-23653: LogMiner session does not exist
-
Cause: LogMiner session did not exist.
- ORA-23654: Attempting to set the oldest SCN to a greater value (string) than the current one (string) at Apply string
-
Cause: The new value for the oldest SCN was not computed correctly.
- ORA-23655: The SCN range cannot be smaller than 0, (SCN range = string)
-
Cause: The function was invoked with a negative SCN range.
- ORA-23656: Timeout occurred while string string process string
-
Cause: The GoldenGate, XStream or Streams process could not be stopped or started.
- ORA-23657: the converted file string already exists
-
Cause: The converted file was already in existence. CONVERT FILE call does not overwrite the existing file.
- ORA-23658: Invalid character set specified when converting column 'string' in 'string.string'
-
Cause: The conversion between two character sets for the column in the given table is not supported.
- ORA-23659: Destination buffer is not large enough when converting column 'string' in 'string.string' (actual length: string; maximum length: string)
-
Cause: The conversion between two character sets failed because a source column value is too large for the destination column.
- ORA-23660: Unable to load NLS data object when converting column 'string' in 'string.string'
-
Cause: It may be caused by invalid NLS environment setting.
- ORA-23661: Canon capture name "string" not found
-
Cause: There's no such capture process
- ORA-23662: subset rule length exceeds maximum allowed value
-
Cause: The length of an insert, update, or delete subset rule computed from the DML condition input exceeded the maximum allowed length.
- ORA-23663: local object string.string is not a single table view
-
Cause: The view was based either on another view or multiple tables or views.
- ORA-23664: remote object string.string is not a single table view
-
Cause: The view was based either on another view or multiple tables or views.
- ORA-23665: DML conflict handler "string" not found
-
Cause: The DML conflict handler was not found for modification or removal.
- ORA-23666: Default column group in use by DML conflict handler "string"
-
Cause: A default column group was found for the specified Apply name, operation name, and conflict type.
- ORA-23667: Column "string" already used by conflict handler "string"
-
Cause: The column was already in the column group of another conflict handler for the specified Apply name, operation name, and conflict type.
- ORA-23668: Column "string" does not have a numeric data type.
-
Cause: The specified column did not have a numeric data type. Delta conflict resolution requires numeric columns.
- ORA-23669: Duplicate conflict handler name
-
Cause: A DML conflict handler with the specified name was found.
- ORA-23670: Duplicate column name "string"
-
Cause: The specified value was duplicated in the column group list.
- ORA-23671: Default column group required
-
Cause: A default column group was not specified. The specified Apply name, operation name, and conflict type is only supported on default column groups.
- ORA-23672: Column not specified in column group for DML conflict handling for table "string"."string"
-
Cause: The specified table contained a column that was not specified as part of a column group.
- ORA-23673: Invalid resolution column "string" for table "string"."string"
-
Cause: The specified resolution column was not valid.
- ORA-23674: Unable to handle delta conflict resolution for table "string"."string"
-
Cause: The specified table or the LCR contained a null value in one of the columns belonging to a delta conflict group.
- ORA-23675: Unsupported OPERATION_NAME, CONFLICT_TYPE, and METHOD_NAME
-
Cause: The specified OPERATION_NAME, CONFLICT_TYPE, and METHOD_NAME was not a valid set of parameters.
- ORA-23676: no eligible index on local table "string"."string"
-
Cause: The local table did not have an eligible index to use for comparison.
- ORA-23677: no eligible index on remote table "string"."string"
-
Cause: The remote table did not have an eligible index to use for comparison.
- ORA-23678: index "string"."string" on local table "string"."string" is not eligible for comparison
-
Cause: The specified index was not eligible for comparison.
- ORA-23679: index "string"."string" on remote table "string"."string" is not eligible for comparison
-
Cause: The specified index was not eligible for comparison.
- ORA-24000: invalid value string, string should be of the form [SCHEMA.]NAME
-
Cause: An invalid value was specified for the paramerter.
- ORA-24001: cannot create QUEUE_TABLE, string already exists
-
Cause: The queue table already exists in the queueing system.
- ORA-24002: QUEUE_TABLE string does not exist
-
Cause: Queue_table not exist.
- ORA-24003: Queue table index string inconsistent with queue table string
-
Cause: The queue table index has not yet been successfully imported.
- ORA-24004: invalid column name string in SORT_LIST, should be ENQ_TIME or PRIORITY
-
Cause: Invalid column name was specified in the SORT_LIST.
- ORA-24005: Inappropriate utilities used to perform DDL on AQ table string.string
-
Cause: An attempt was made to use the SQL command DROP TABLE or TRUNCATE TABLE or ALTER TABLE on queue metadata or tables.
- ORA-24006: cannot create QUEUE, string already exists
-
Cause: The queue requested to be created already exists.
- ORA-24007: invalid value string, MAX_RETRIES should be non-negative integer
-
Cause: An invalid value was specified for MAX_RETRIES.
- ORA-24008: queue table string.string must be dropped first
-
Cause: An error was detected when dropping a queue table in a cluster, tablespace, or schema.
- ORA-24009: invalid value string, QUEUE_TYPE should be NORMAL_QUEUE or EXCEPTION_QUEUE
-
Cause: Invalid queue type parameter
- ORA-24010: QUEUE string does not exist
-
Cause: The specified queue does not exist.
- ORA-24011: cannot drop QUEUE, string should be stopped first
-
Cause: The queue has not been stopped i.e. either enqueue or dequeue is still enabled.
- ORA-24012: cannot drop QUEUE_TABLE, some queues in string have not been dropped
-
Cause: A queue exists in the queue table which has not been dropped. All queues need to be dropped first.
- ORA-24013: invalid value string, RETRY_DELAY should be non-negative
-
Cause: A negative value was specified for RETRY_DELAY.
- ORA-24014: invalid value string, RETENTION_TIME should be FOREVER or non-negative
-
Cause: Queue retention was specified, but the retention time was specified to be less than zero.
- ORA-24015: cannot create QUEUE_TABLE, QUEUE_PAYLOAD_TYPE string.string does not exist
-
Cause: An invalid QUEUE_PAYLOAD_TYPE specified during create_queue_table.
- ORA-24016: cannot create QUEUE_TABLE, user string does not have execute privileges on QUEUE_PAYLOAD_TYPE string.string
-
Cause: An invalid object type specified for QUEUE_PAYLOAD_TYPE during create_queue_table.
- ORA-24017: cannot enable enqueue on QUEUE, string is an exception queue
-
Cause: User tried to enable enqueueing to an exception queue.
- ORA-24018: STOP_QUEUE on string failed, outstanding transactions found
-
Cause: There were outstanding transactions on the queue, and WAIT was set to false, so STOP_QUEUE was unsucessful in stopping the queue.
- ORA-24019: identifier for string too long, should not be greater than string characters
-
Cause: The identifier specified is too long.
- ORA-24020: Internal error in DBMS_AQ_IMPORT_INTERNAL, string
-
Cause: Internal Error occured in the package DBMS_AQ_IMPORT_INTERNAL.
- ORA-24021: queue table definition not imported for string.string
-
Cause: The queue definition is not updated because the queue table was not imported properly
- ORA-24022: the specified parameters has no effect on the queue
-
Cause: The parameter combination will not cause the queue to be started or stoped.
- ORA-24023: Internal error in DBMS_AQ_EXP_INTERNAL.string [string] [string]
-
Cause: Internal Error occured in the package DBMS_AQ_EXP_INTERNAL.
- ORA-24024: Internal error in DBMS_AQ_IMP_INTERNAL.string [string] [string]
-
Cause: Internal Error occured in the package DBMS_AQ_IMP_INTERNAL.
- ORA-24025: invalid value string, QUEUE_PAYLOAD_TYPE should be RAW or an object type
-
Cause: Parameter queue_payload_type has invalid value.
- ORA-24026: operation failed, queue string.string has errors
-
Cause: An attempt was made to enqueue, dequeue or administer a queue which has errors.
- ORA-24027: AQ HTTP propagation encountered error, status-code string, string
-
Cause: AQ propagation's HTTP request to the propagation servlet at the specified address encountered an error
- ORA-24028: cannot create a reciever non-repudiable single consumer queue
-
Cause: Tried to create a reciever non-repudiable single consumer queue
- ORA-24029: operation not allowed on a single-consumer queue
-
Cause: Tried an operation not allowed on a single-consumer queue.
- ORA-24030: Only one of rule or rule-set must be specified
-
Cause: Specified both a rule and rule-set for the operation.
- ORA-24031: invalid value, string should be non-NULL
-
Cause: Parameter is NULL.
- ORA-24032: object string exists, index could not be created for queue table string
-
Cause: Oracle AQ tried to create an index with the name specified in the error message. The index could not be created for the specified queue table because a object exists with the same name.
- ORA-24033: no recipients for message
-
Cause: An enqueue was performed on a queue that has been set up for multiple dequeuers but there were neither explicit recipients specified in the call nor were any queue subscribers determined to be recipients for this message.
- ORA-24034: application string is already a subscriber for queue string
-
Cause: An application name that was already a subscriber for the queue was specified in the dbms_aq.subscribe call.
- ORA-24035: AQ agent string is not a subscriber for queue string
-
Cause: An AQ agent that was not a subscriber for the queue was specified.
- ORA-24036: invalid SORT_ORDER column string specified for queue table
-
Cause: The create queue table command was issued with message_grouping set to TRANSACTIONAL and a sort order column other than priority. Only the priority column can be specified in the sort order for queue tables with transactional grouping.
- ORA-24037: schema string in QUEUE_NAME is not same as schema string in QUEUE_TABLE
-
Cause: The schema specified in the QUEUE_NAME parameter of CREATE_QUEUE is not the same as the schema specified in the QUEUE_TABLE parameter.
- ORA-24038: RETRY_DELAY and MAX_RETRIES cannot be used for a 8.0 compatible multiple consumer queue
-
Cause: The CREATE_QUEUE or ALTER_QUEUE command was issued with a non-zero RETRY_DELAY and a QUEUE_TABLE that was created for multiple consumers and with COMPATIBLE parameter set to '8.0'.
- ORA-24039: Queue string not created in queue table for multiple consumers
-
Cause: Either an ADD_SUBSCRIBER, ALTER_SUBSCRIBER, or REMOVE_SUBSCRIBER procedure, or an ENQUEUE with a non-empty recipient list, was issued on a queue that was not created for multiple consumers.
- ORA-24041: propagation schedule exists for QUEUE string and DESTINATION string
-
Cause: A SCHEDULE_PROPAGATION was issued for a queue and destination pair which has an existing propagation schedule.
- ORA-24042: no propagation schedule exists for QUEUE string and DESTINATION string
-
Cause: AN UNSCHEDULE_PROPAGATION was issued for a queue and destination pair which has no existing propagation schedule.
- ORA-24043: destination string uses a reserved name, names with AQ$_ prefix are not valid
-
Cause: An attempt was made to specify a reserved name for a destination.
- ORA-24044: source string and destination string object types do not match
-
Cause: A message recipient's queue has a different object structure than the sender's queue. The message cannot be propagated.
- ORA-24045: invalid agent address string, agent address should be of the form [SCHEMA.]NAME[@DATABASE LINK]
-
Cause: An invalid value was specified for the agent address parameter.
- ORA-24046: protocol attribute reserved for future use
-
Cause: The protocol attribute of the AQ agent object type is reserved for future use.
- ORA-24047: invalid agent name string, agent name should be of the form NAME
-
Cause: An invalid value was specified for the agent name parameter.
- ORA-24048: cannot create QUEUE_TABLE, user does not have access to AQ object types
-
Cause: An attempt was made to issue the CREATE_QUEUE_TABLE command, but the user who issued the command does not have access to internal AQ object types.
- ORA-24049: invalid agent name string, names with AQ$_ prefix are not valid
-
Cause: An attempt was made to use a reserved prefix in the agent name.
- ORA-24050: subscribers are not supported for exception queue string
-
Cause: An ADD_SUBSCRIBER, ALTER_SUBSCRIBER, or REMOVE_SUBSCRIBER procedure was issued on a queue that was created as an EXCEPTION_QUEUE.
- ORA-24051: cannot propagate object type payloads that have a REF attribute
-
Cause: An ADD_SUBSCRIBER or ENQUEUE procedure with a non-NULL address field in the agent type was issued on a queue whose payload has a REF attribute. Propagation of object type payloads that have a REF attribute currently is not supported.
- ORA-24052: cannot propagate object type payloads with LOB attributes to an 8.0 release
-
Cause: The recipient of a message with LOB attributes was using an Oracle 8.0 release. Propagation of LOB attributes is supported only in Oracle 8.1 and higher releases.
- ORA-24053: PRIMARY_INSTANCE and SECONDARY_INSTANCE must be non-negative
-
Cause: One of PRIMARY_INSTANCE or SECONDARY_INSTANCE was negative.
- ORA-24054: cannot propagate to an Oracle 8.0.3 release or lower release
-
Cause: The recipient of a message was using an Oracle 8.0.3 release or lower release. Propagation is supported only in Oracle 8.0.4 and higher releases.
- ORA-24055: cannot delete propagation status rows that are in prepared state
-
Cause: An attempt was made to use the internal administration procedure to delete status rows from the SYS.AQ$_PROPAGATION_STATUS table that were in the prepared state.
- ORA-24056: internal inconsistency for QUEUE string and destination string
-
Cause: The sequence numbers used in the SYS.AQ$_PROPAGATION_STATUS table were inconsistent for the given queue and destination.
- ORA-24057: cannot define subscriber with rule for queue string
-
Cause: An ADD_SUBSCRIBER or ALTER_SUBSCRIBER procedure with a rule was issued on a queue for which rule based subscribers are not supported. Rule based subscribers currently are supported only for NORMAL (persistent) multi-consumer queues created using an Oracle release 8.1.0 or higher compatible queue table.
- ORA-24058: cannot downgrade QUEUE_TABLE that has propagation in a prepared state
-
Cause: An attempt was made to downgrade the queue table when there were messages being propagated that were in the prepared state.
- ORA-24059: invalid COMPATIBLE parameter setting string specified in DBMS_AQADM.string
-
Cause: An invalid compatible parameter was specified in the DBMS_AQADM procedure. The parameter setting must be of the form '8.x.y' where x is the release number and y is the update number.
- ORA-24060: cannot convert QUEUE_TABLE, string already is compatible with release string
-
Cause: The source queue table in the DBMS_AQADM procedure is compatible with the specified COMPATIBLE parameter setting.
- ORA-24061: cannot specify non-zero SECONDARY_INSTANCE if PRIMARY_INSTANCE was zero
-
Cause: A non-zero value was specified for SECONDARY_INSTANCE when PRIMARY_INSTANCE was zero.
- ORA-24062: Subscriber table string inconsistent with queue table string
-
Cause: The subscriber table has not yet been successfully imported.
- ORA-24063: cannot downgrade QUEUE_TABLE that has queues with rule-based subscribers
-
Cause: An attempt was made to downgrade the queue table when there were queues on which rule based subscribers are defined.
- ORA-24064: propagation for QUEUE string and DESTINATION string already enabled
-
Cause: An ENABLE_SCHEDULE_PROPAGATION command was issued for a queue and destination pair whose propagation schedule already was enabled.
- ORA-24065: propagation for QUEUE string and DESTINATION string already disabled
-
Cause: A DISABLE_SCHEDULE_PROPAGATION command was issued for a queue and destination pair whose propagation schedule already was disabled.
- ORA-24066: invalid privilege specified
-
Cause: An invalid privilege is specified for granting or revoking privilege
- ORA-24067: exceeded maximum number of subscribers for queue string
-
Cause: An attempt was made to add new subscribers to the specified, but the number of subscribers for this queue has exceeded the maximum number (1024) of subscribers allowed per queue.
- ORA-24068: cannot start queue string, queue table string is being migrated
-
Cause: An attempt was made to start a queue in a queue table that is being migrated.
- ORA-24069: cannot downgrade queue table string while it is being upgraded
-
Cause: An attempt was made to downgrade a queue table, but a previous command to upgrade the queue table has not yet completed successfully.
- ORA-24070: cannot upgrade queue table string while it is being downgraded
-
Cause: An attempt was made to upgrade a queue table, but a previous command to downgrade the queue table has not yet completed succesfully.
- ORA-24071: cannot perform operation string, queue table string is being migrated
-
Cause: An attempt was made to perform an operation on a queue in a queue table that is being migrated.
- ORA-24072: cannot execute MIGRATE_QUEUE_TABLE procedure; must own queue table
-
Cause: An attempt was made to upgrade or downgrade a queue table using the DBMS_AQADM.MIGRATE_QUEUE_TABLE procedure, but the user who executed the procedure does not own the queue.
- ORA-24073: cannot specify RETENTION_TIME on exception queue string.string
-
Cause: An attempt was made to create or alter an exception queue by specifying a non-zero RETENTION_TIME.
- ORA-24074: RETRY_DELAY and MAX_RETRIES cannot be used for exception queue %.string
-
Cause: The CREATE_QUEUE or ALTER_QUEUE command was issued with a non-zero RETRY_DELAY and an exception queue.
- ORA-24075: cannot specify agent with NULL address and non-NULL protocol
-
Cause: An ADD_SUBSCRIBER or enqueue was attemoted with an agent that had a NULL address and a non-NULL protocol.
- ORA-24076: cannot perform operation string for NON_PERSISTENT queue string.string
-
Cause: One of the operations, SCHEDULE_PROPAGATION, ALTER_QUEUE, LISTEN, DEQUEUE was issued for a NON_PERSISTENT queue.
- ORA-24077: cannot create propagation schedule for EXCEPTION queue string.string
-
Cause: A SCHEDULE_PROPAGATION was issued for an EXCEPTION queue. Propagation schedules can be created only for NORMAL queues.
- ORA-24078: cannot specify a non-NULL SECONDARY_INSTANCE if PRIMARY_INSTANCE was NULL
-
Cause: A non-NULL value was specified for SECONDARY_INSTANCE when PRIMARY_INSTANCE was NULL.
- ORA-24079: invalid name string, names with AQ$_ prefix are not valid for string
-
Cause: An attempt was made to use a reserved prefix for the object name.
- ORA-24080: unschedule_propagation pending for QUEUE string and DESTINATION string
-
Cause: A propagation administration command was issued for a queue and destination pair whose propagation is being unscheduled.
- ORA-24081: compatible parameter needs to be string or greater
-
Cause: The compatible parameter was not high enough to allow the operation.
- ORA-24082: propagation may still be happening for the schedule for QUEUE string and DESTINATION string
-
Cause: The snapshot process executing the propagation schedule did not respond to the disable propagation command.
- ORA-24083: cannot specify remote subscribers for string QUEUE string
-
Cause: An add_subscriber call with a non-null address field was issued on a queue which does not support remote subscribers. Remote subscribers are not supported for NON_PERSISTENT QUEUES.
- ORA-24084: DBLINK name in address field of agent string is not unique within the first 24 bytes
-
Cause: Advanced Queuing requires that the agent's dblink name should be unique within the first 24 bytes (for 8.0 compatible queuetables)
- ORA-24085: operation failed, queue string is invalid
-
Cause: An attempt was made to enqueue, dequeue or administer a queue which is invalid. This could have occured because the payload type of the queue's queue table was dropped or rules associated with queue subscribers got altered or dropped.
- ORA-24086: cannot create a 8.0 compatible string queue
-
Cause: An attempt was made to create a 8.0 compatible queue table and enable a feature that is supported only on 8.1 style queue tables
- ORA-24087: Invalid database user string
-
Cause: An invalid database username was specified
- ORA-24088: AQ Agent string does not exist
-
Cause: This AQ Agent does not exist
- ORA-24089: AQ Agent string already exists
-
Cause: This AQ agent has already been created
- ORA-24090: at least one protocol must be enabled
-
Cause: No protocol was enabled for aq agent
- ORA-24091: Destination queue string is the same as the source queue
-
Cause: Propagation cannot be scheduled when the destination queue is the same as the source queue.
- ORA-24092: invalid value string specified
-
Cause: A queue, queue table, rule, or ruleset name that requires double quotes was specifed when the database compatibility was less than 10.0.
- ORA-24093: AQ agent string not granted privileges of database user string
-
Cause: The specified AQ agent does not have privileges of the specified database user
- ORA-24094: invalid transformation, target type does not match that of the queue
-
Cause: The target type of the transformation specified was different from the type of the queue.
- ORA-24095: invalid transformation, source type does not match that of the queue
-
Cause: The source type of the transformation specified was different from the type of the queue.
- ORA-24096: invalid message state specified
-
Cause: Invalid value is specified for message state
- ORA-24097: Invalid value string, string should be non-negative
-
Cause: A negative value or NULL was specified for the parameter.
- ORA-24098: invalid value string for string
-
Cause: An Invalid value or NULL was specified for the parameter.
- ORA-24099: operation not allowed for 8.0 compatible queues
-
Cause: The specified operation is only supported for queues with compatibility 8.1 or greater
- ORA-24100: error in ktz testing layer
-
Cause: There is an error in the Transaction layer test ICDs
- ORA-24101: stopped processing the argument list at: string
-
Cause: One of the arguments of the requested operation contained a list of scheduler objects. While processing this list an error was encountered with the specified item.
- ORA-24102: invalid prefix for generate_job_name
-
Cause: generate_job_name was called with a prefix longer than 18 characters or a prefix ending in a digit.
- ORA-24103: job "string"."string" failed to be enabled after creation
-
Cause: The job failed to be enabled after creation.
- ORA-24120: invalid string parameter passed to DBMS_REPAIR.string procedure
-
Cause: An invalid parameter was passed to the specified DBMS_REPAIR procedure.
- ORA-24121: both cascade and a block range passed to DBMS_REPAIR.CHECK_OBJECT procedure
-
Cause: Both cascade and a block range were specified in a call to DBMS_REPAIR.CHECK_OBJECT.
- ORA-24122: invalid block range specification
-
Cause: An incorrect block range was specified.
- ORA-24123: feature string is not yet implemented
-
Cause: An attempt was made to use the specified feature, but the feature is not yet implemented.
- ORA-24124: invalid ACTION parameter passed to DBMS_REPAIR.string procedure
-
Cause: An invalid ACTION parameter was specified.
- ORA-24125: Object string.string has changed
-
Cause: An attempt was made to fix corrupt blocks on an object that has been dropped or truncated since DBMS_REPAIR.CHECK_OBJECT was run.
- ORA-24126: invalid CASCADE_FLAG passed to DBMS_REPAIR.string procedure
-
Cause: CASCADE_FLAG was specified for an object that is not a table.
- ORA-24127: TABLESPACE parameter specified with an ACTION other than CREATE_ACTION
-
Cause: The TABLESPACE parameter can only be used with CREATE_ACTION.
- ORA-24128: partition name specified for a non-partitioned object
-
Cause: A partition name was specified for an object that is not partitioned.
- ORA-24129: table name string does not start with string prefix
-
Cause: An attempt was made to pass a table name parameter without the specified prefix.
- ORA-24130: table string does not exist
-
Cause: An attempt was made to specify a map, repair, or sync table that does not exist.
- ORA-24131: table string has incorrect columns
-
Cause: An attempt was made to specify a map, repair, or sync table that does not have a correct definition.
- ORA-24132: table name string is too long
-
Cause: An attempt was made to specify a table name is greater than 30 characters long"
- ORA-24133: invalid usage of DBMS_REPAIR in case of GTT table
-
Cause: An attempt was made to specify a Global Temporary Table (GTT) table name while using DBMS_REPAIR.CHECK_OBJECT.
- ORA-24141: rule set string.string does not exist
-
Cause: An attempt to access or modify a ruleset was made, which failed because the ruleset does not exist.
- ORA-24142: invalid ruleset name
-
Cause: An attempt to create a ruleset with an invalid name was made. The ruleset name can not be NULL, and can not be more than 26 characters, unless a rules_table_name is also specified, in which case the ruleset name may be up to 30 characters.
- ORA-24143: invalid evaluation context name
-
Cause: An attempt to create a rule/ruleset on an invalid evaluation name was made. The evaluation_context can not be more than 30 characters. The evaluation context with the name specified must exist.
- ORA-24144: rules engine internal error, arguments: [string], [string]
-
Cause: An internal error occurred in the rules engine. This indicates that the rules engine has encountered an exception condition.
- ORA-24145: evaluation context string.string already exists
-
Cause: An evaluation context of the given name already exists
- ORA-24146: rule string.string already exists
-
Cause: A rule of the given name already exists
- ORA-24147: rule string.string does not exist
-
Cause: The rule of the given name does not exist
- ORA-24148: cannot drop rule string.string with dependents
-
Cause: The rule still belongs to some rulesets, cannot be dropped
- ORA-24149: invalid rule name
-
Cause: An attempt to create a rule with an invalid name was made. The rule name can not be NULL, and can not be more than 30 characters
- ORA-24150: evaluation context string.string does not exist
-
Cause: The evaluation context of the given name does not exist
- ORA-24151: no evaluation context is associated with rule string.string or rule set string.string
-
Cause: Whening adding a rule to a rule set, either the rule or the rule set must have an evaluation context associated with it
- ORA-24152: cannot drop evaluation context string.string with dependents
-
Cause: The evaluation context still belongs to some rules or rule sets, cannot be dropped
- ORA-24153: rule set string.string already exists
-
Cause: A rule set of the given name already exists
- ORA-24154: rule string.string already in rule set string.string
-
Cause: a rule can be added to a rule set only once
- ORA-24155: rule string.string not in rule set string.string
-
Cause: the rule to be removed from the rule set is not in the rule set
- ORA-24156: duplicate table alias string
-
Cause: there is a table alias of the same name in the evaluation context
- ORA-24157: duplicate variable name string
-
Cause: there is a variable of the same name in the evaluation context
- ORA-24158: invalid table alias
-
Cause: table alias name or base table name is not specified in the table alias definiton
- ORA-24159: invalid variable definiton
-
Cause: variable name or variable type is not specified in the variable definiton
- ORA-24160: name string already exists in the name value pair list
-
Cause: there is already a name-value pair with the same name in the NVlist
- ORA-24161: name string does not exist in the name value pair list
-
Cause: there is not such a name-value pair in the NVlist
- ORA-24162: name value pair list is full, cannot add another entry
-
Cause: The NVList is full (1024 elements) and cannot hold more elements
- ORA-24163: dblink is not supported in rules engine DDLs
-
Cause: the object name has a database link in it, which is not supported
- ORA-24164: invalid rule engine system privilege: string
-
Cause: no such system privilege number for rule engine objects
- ORA-24165: invalid rule engine object privilege: string
-
Cause: no such object privilege number for rule engine objects
- ORA-24166: evaluation context string.string has errors
-
Cause: The table aliases and the variable types specified in the evaluation context could not be resolved.
- ORA-24167: incompatible rule engine objects, cannot downgrade
-
Cause: there are rule engine objects in the database that cannot be downgraded.
- ORA-24168: rule string.string cannot have default evaluation context
-
Cause: If a rule is added to a rule set with more than one evaluation contexts, it must not have an evaluation context itself.
- ORA-24169: rule condition has unrecognized variables
-
Cause: The rule references variables not in the evaluation context.
- ORA-24170: string.string is created by AQ, cannot be dropped directly
-
Cause: This object is created by AQ, thus cannot be dropped directly
- ORA-24171: creation properties are only for internal use
-
Cause: user specified not null creation properties when creating rules engine objects, which are not for external use
- ORA-24172: rule set string.string has errors
-
Cause: The rule references variables not in the evaluation context.
- ORA-24173: nested query not supported for rule condition
-
Cause: user specified nested query in rule condition.
- ORA-24174: The number of string per evaluation context is more than string
-
Cause: Number of tables or variables were more than the defined upper limit.
- ORA-24175: The number of string exceeds limit string as there exists at least one nonsimple rule condition
-
Cause: Upper limit of tables or variable per evaluation context exceeded as there exists at least one nonsimple rule condition.
- ORA-24180: invalid transformation expression, the transformation expression does not evaluate to the target type/attribute
-
Cause: The transformation expression does not evaluate to the target type or the target type's specified attribute.
- ORA-24181: The type string does not exist
-
Cause: The source or destination type for the transformation does not exist
- ORA-24182: attribute number specified does not exist
-
Cause: The target type of the transformation does not have the attribute number specified in the ADD_ATTRIBUTE_TRANSFORMATION command
- ORA-24183: invalid transformation
-
Cause: The transformation specified is invalid because the source or the target type have been dropped/modified.
- ORA-24184: transformation string.string already exists
-
Cause: The named transformation already exists.
- ORA-24185: transformation string.string does not exist
-
Cause: The specified transformation does not exist.
- ORA-24186: wrong object type, could not transform message
-
Cause: The object type of the message to be transformed does not match the source type of the specified transfomation.
- ORA-24190: length of payload exceeds string
-
Cause: the length of payload being taken exceeds the limit of varchar2 or raw.
- ORA-24191: the property name string has existed
-
Cause: the property name being set has existed.
- ORA-24192: the property name cannot be null
-
Cause: the property name cannot be null.
- ORA-24193: the property value exceeds the valid range string
-
Cause: the property valus being set exceeds the valid range.
- ORA-24194: attempt to read data in a message as the wrong type
-
Cause: According to JMS specification, some type conversions were not allowed.
- ORA-24195: attemp to retrieve the name list of a map message with size exceeding 1024
-
Cause: The GET_NAMES function returns the names in a varray with a size limit of 1024.
- ORA-24196: access the message in a wrong access mode
-
Cause: StreamMessage and BytesMessage could not be read when they were in write only mode and vice versa.
- ORA-24197: JAVA stored procedure throws JAVA exceptions
-
Cause: The JAVA stored procedure threw some exceptions that could not be catergorized.
- ORA-24198: attempt to use an invalid operation ID
-
Cause: An attempt was made to use an invalid operation ID to access messages.
- ORA-24199: message store is overflow
-
Cause: An attemp was made to access too many messages at the same time.
- ORA-24201: duplicate publisher, publisher already added to the queue
-
Cause: Attempted to add a publisher to the queue again.
- ORA-24202: publisher does not exist for the queue
-
Cause: Attempted to alter or drop a non existent publisher from a queue.
- ORA-24203: operation failed, queue table string.string has errors
-
Cause: An operation attempt was made to a queue table which has errors.
- ORA-24204: existing string propagation schedules
-
Cause: A propagation administrative interface was called when the existing propagation schedules were running in different mode (10.2/11g).
- ORA-24205: feature string not supported for sharded queues
-
Cause: An attempt was made to use a feature that is not supported for sharded queues.
- ORA-24206: maximum limit of string nondurable subscribers reached for queue string.string
-
Cause: An attempt to add a new nondurable subscriber to the queue failed because the number of nondurable subscribers has exceeded the maximum limit.
- ORA-24207: addition of a nondurable subscriber for queue string.string aborted due to low SGA
-
Cause: An attempt to add a new nondurable subscriber on the specified queue was aborted because of memory constraints.
- ORA-24208: API not supported for non-sharded queues
-
Cause: An attempt was made to use a sharded queue API on a non-sharded queue.
- ORA-24209: nondurable subscriber rule has errors for queue string
-
Cause: An attempt was made to create a nondurable subscriber with a rule condition, but the condition had compilation errors.
- ORA-24210: attempt to string string on queue string.string, string already string
-
Cause: An attempt was made to start or stop a queue operation on a queue which is already enabled or disabled for that operation.
- ORA-24211: invalid value for REPLICATION_MODE
-
Cause: There was an invalid setting of REPLICATION_MODE in the queue creation call.
- ORA-24212: user operation not permitted on replicated queue string.string
-
Cause: An attempt was made to run a user operation on a replicated queue.
- ORA-24213: unable to replicate queue string.string for sub-shards number, number
-
Cause: An attempt to replicate enqueue failed.
- ORA-24214: unable to replicate queue string.string sequence number, maximum sequence number failed
-
Cause: An attempt to replicate enqueue failed.
- ORA-24215: unable to modify REPLICATION_MODE, queue has to be stopped
-
Cause: An attempt was made to modify REPLICATION_MODE on a queue open to user operations.
- ORA-24216: string not a supported payload type in sharded queue
-
Cause: An attempt was made to create a sharded queue with an ADT type which was not supported in the queue_payload_type.
- ORA-24217: Operation fails with lower version JMS client
-
Cause: An Oracle Client application was linked with Oracle Java Message Service (JMS) libraries with version earlier than 19c.
- ORA-24230: input to DBMS_DDL.WRAP is not a legal PL/SQL unit
-
Cause: The input supplied to DBMS_DDL.WRAP or DBMS_DDL.CREATE_WRAPPED did not specify a legal PL/SQL package specification, package body, type specification, type body, function or procedure. This error can occur if you used incorrect syntax in the CREATE OR REPLACE statement or specified a unit that cannot be wrapped (e.g., a trigger or anonymous block).
- ORA-24231: database access descriptor (DAD) string not found
-
Cause: The specified Database Access Descriptor (DAD) did not exist.
- ORA-24232: unknown Embedded PL/SQL Gateway attribute string
-
Cause: The specified Embedded PL/SQL Gateway attribute was not known.
- ORA-24233: argument passed to DBMS_UTILITY.VALIDATE is not legal
-
Cause: One or more input arguments to the DBMS_UTILITY.VALIDATE routine was not legal. This error occurred because the object name or owner or namespace arguments (if specified) were NULL or illegal.
- ORA-24234: unable to get source of string "string"."string", insufficient privileges or does not exist
-
Cause: The specified PL/SQL object in a DBMS_PREPROCESSOR subprogram did not exist or you did not have the privileges necessary to view its source.
- ORA-24235: bad value for object type: string
-
Cause: The specified object type was not appropriate.
- ORA-24236: source text is empty
-
Cause: The input source text supplied to a DBMS_PREPROCESSOR subprogram was empty.
- ORA-24237: object id argument passed to DBMS_UTILITY.INVALIDATE is not legal
-
Cause: This error occurred because the p_object_id argument passed to the DBMS_UTILITY.INVALIDATE routine was NULL, there was no object with the specified object id, or the user calling the routine did not have sufficient privileges to invalidate the object.
- ORA-24238: object settings argument passed to DBMS_UTILITY.INVALIDATE is not legal
-
Cause: This error occurred because the p_plsql_object_settings argument passed to the DBMS_UTILITY.INVALIDATE routine was NULL or malformed.
- ORA-24239: object could not be invalidated
-
Cause: A call to the DBMS_UTILITY.INVALIDATE routine failed. This error occurred because the object type of the object specified by the p_object_id argument is not one of the types that can be handled by this routine. Alternately, the object was an object type specification with table dependents, or the object was the specification of the STANDARD, DBMS_STANDARD, DBMS_UTILITY package, or the body of the DBMS_UTILITY package.
- ORA-24240: invalid database access descriptor (DAD) name
-
Cause: The specified Database Access Descriptor (DAD) name was invalid.
- ORA-24241: source text is in wrapped format
-
Cause: The input source text supplied to a DBMS_PREPROCESSOR subprogram was in wrapped format.
- ORA-24242: anonymous access through a dynamically authenticated Database Access Descriptor (DAD) prohibited
-
Cause: An attempt to allow anonymous access through a dynamically authenticated Database Access Descriptor (DAD) was prohibited.
- ORA-24243: access control entry (ACE) already exists
-
Cause: An access control entry (ACE) for the principal with the same grant or deny attribute in the IS_GRANT argument already existed.
- ORA-24244: invalid host or port for access control list (ACL) assignment
-
Cause: The host or port to which the access control list (ACL) was assigned was invalid.
- ORA-24245: invalid network privilege
-
Cause: The network privilege being added to the access control list (ACL) was invalid.
- ORA-24246: empty access control list (ACL) not allowed
-
Cause: An attempt was made to store an empty access control list (ACL).
- ORA-24247: network access denied by access control list (ACL)
-
Cause: No access control list (ACL) has been assigned to the target host or the privilege necessary to access the target host has not been granted to the user in the access control list.
- ORA-24248: XML DB extensible security not installed
-
Cause: XML DB extensible security necessary for this operation has not been installed.
- ORA-24249: Authentication scheme "string" not supported
-
Cause: An unsupported authentication scheme was used.
- ORA-24250: No supported authentication scheme found
-
Cause: A supported authentication scheme was not found.
- ORA-24251: This statement is not supported by EXPAND_SQL_TEXT.
-
Cause: EXPAND_SQL_TEXT supports only SELECT statements.
- ORA-24252: SQL translation profile does not exist
-
Cause: An attempt was made to access a SQL translation profile that either did not exist or for which the current user did not have privileges on.
- ORA-24253: translation of SQL statement or error code not found
-
Cause: An attempt to translate a SQL statement or error code or to change a SQL or error code translation failed because the translation was not found.
- ORA-24254: appropriate SQL translation profile not set
-
Cause: An attempt to translate a SQL statement or error code failed because either a SQL translation profile was not set or the profile could not translate the given SQL syntax.
- ORA-24255: Implementation restriction: bind variables cannot change in the translated SQL statement
-
Cause: An attempt to register or use a translated SQL statement failed because the number or the order of bind variables were changed in the statement.
- ORA-24256: EXPAND_SQL_TEXT failed with string
-
Cause: See the string parameter at the end of the message.
- ORA-24257: The database role should be a primary or physical standby database.
-
Cause: The database role was not a primary database or a physical standby database.
- ORA-24258: unable to create output file or file already exists
-
Cause: Either a file with the same name as the specified output file name already exists, or file creation failed.
- ORA-24259: Slave process or processes for this PL/SQL function terminated abnormally, or could not be created or initialized.
-
Cause: Slave process or processes failed to operate properly for one of the following reasons: - Inadequate SGA size. - Slave pool could not be initialized. - Slave process or processes were abnormally terminated.
- ORA-24260: unable to communicate with remote databases
-
Cause: Remote database or databases were not available due to network connection failures.
- ORA-24261: unable to read data file correctly on the remote database
-
Cause: The remote database was unable to read the data file.
- ORA-24262: unable to read data file correctly on the local database
-
Cause: The data file on the local database could not be accessed.
- ORA-24263: Certificate of the remote server does not match the target address.
-
Cause: The server address on the public key certificate of the remote server did not match the address used to access the target server.
- ORA-24264: The data file string is not in the current container.
-
Cause: An attempt was made to access the data file outside of the current container.
- ORA-24265: Insufficient privileges for SQL profile operation
-
Cause: A DDL operation was attempted on a SQL profile by a session without the proper privileges.
- ORA-24270: a row already exists in the string table for these parameters
-
Cause: A call was made to create a new row in the specified table. A row already exists in the table with the specified values.
- ORA-24271: translation type must be either T, S or M
-
Cause: The translation type parameter is not a T, S or an M. A value other than T, S or M was specified.
- ORA-24272: initialization value must be either F or T
-
Cause: The initialization value must be either F or T. A value other than F or T was specified.
- ORA-24273: translation text is required if translation type is T or S
-
Cause: If a translation type of T or S is specified, translation text must be supplied.
- ORA-24274: no row exists in the string table for these parameters
-
Cause: A call was made to update a row that does not exist or a foreign key value supplied to create a table does not exist.
- ORA-24275: function 'string' parameter 'string' missing or invalid
-
Cause: The function <pkgname.funcname> was called with a parameter parmname that was null, 0 length, or had an invalid value.
- ORA-24276: function 'string' output 'string' maximum value exceeded
-
Cause: The function <pkgname.funcname> computed a value for the output parmname that exceeded the maximum allowed. This can occur when multiple input parameters, each valid separately, combine to specify an invalid result. For example, when a length parameter multiplied by a copies parameter yields a total length exceeding the maximum for the output datatype.
- ORA-24277: invalid database link string
-
Cause: The database link did not exist.
- ORA-24278: remote table string not found
-
Cause: The table did not exist in the remote database.
- ORA-24279: view string is not a parallel access view
-
Cause: The view was not created by CREATE_OR_REPLACE_VIEW API.