92 ORA-43750 to ORA-45918
- ORA-43750: invalid or illegal combination of COMMIT WRITE options
-
Cause: invalid or illegal combination of options provided to COMMIT WRITE SQL statement.
- ORA-43751: invalid value for parameter string
-
Cause: invalid or illegal value provided for parameter.
- ORA-43807: indexes on ORA_ROWSCN not allowed
-
Cause: An attempt was made to create an index that refers to the ORA_ROWSCN pseudo-column, either directly or in an expression.
- ORA-43814: DROP INDEX is invalid for hash cluster index
-
Cause: An attempt was made to drop an index defined on a hash cluster. Hash cluster indexes cannot be dropped.
- ORA-43850: Advanced Compression Option parameter is required to be enabled
-
Cause: An Advanced Compression Option (ACO) feature was specified without enabling the ACO parameter.
- ORA-43852: SECUREFILE and BASICFILE cannot be used together
-
Cause: SECUREFILE and BASICFILE were both specified.
- ORA-43856: Unsupported LOB type for SECUREFILE LOB operation
-
Cause: A LOB that is not a SECUREFILE was used in a SQL statement or in a call where a SECUREFILE LOB was expected.
- ORA-43857: Parameter Error
-
Cause: Attempt to modify a LOB with an invalid parameter.
- ORA-43859: CONTENTTYPE string too long
-
Cause: Length of CONTENTTYPE string exceeded the defined maximum.
- ORA-43862: CONTENTTYPE buffer length incorrect
-
Cause: Length of CONTENTTYPE buffer less than defined constant.
- ORA-43878: LOB feature unsupported below compatible setting 11.2.0
-
Cause: An 11.2 LOB feature was specified when the database was operating at a compatible setting lower than "11.2.0".
- ORA-43883: SECUREFILE LOBs delta update invalid operation
-
Cause: Invalid delta update operation was issued on LOB. This includes operation beyond LOB length; move operation with destination offset inside move interval.
- ORA-43907: This argument must be a literal or bind variable.
-
Cause: An attempt was made to provide an argument that was not a literal or bind variable.
- ORA-43908: invalid output data type
-
Cause: An invalid output data type was provided. The valid output data types for VALIDATE_CONVERSION operator and the operators supporting DEFAULT ON CONVERSION ERROR syntax are: NUMBER, BINARY_FLOAT, BINARY_DOUBLE, DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, INTERVAL DAY TO SECOND, INTERVAL YEAR TO MONTH.
- ORA-43909: invalid input data type
-
Cause: An invalid input data type was provided for Validate_Conversion operator. For the NUMBER, BINARY_FLOAT and BINARY_DOUBLE output data types, the input data types can be: - NUMBER - BINARY_FLOAT - BINARY_DOUBLE - CHAR - VARCHAR2 - NCHAR - NVARCHAR2 For the DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, INTERVAL DAY TO SECOND, and INTERVAL YEAR TO MONTH output data types, the input data types can be: - CHAR - VARCHAR2 - NCHAR - NVARCHAR2
- ORA-43910: precision is not supported by Validate_Conversion operator
-
Cause: Precision was provided for the following data types: NUMBER, TIMESTAMP, TIMESTAMP WITH TIME ZONE, INTERVAL YEAR TO MONTH, INTERVAL DAY TO SECOND.
- ORA-43911: cannot specify collation for non-character columns
-
Cause: COLLATE was specified for a non-character column.
- ORA-43912: invalid collation specified for a CLOB or NCLOB value
-
Cause: A character LOB column or expression was declared as having a collation other than USING_NLS_COMP or the determined collation for a collation-sensitive operator or function operating on character LOB values was not USING_NLS_COMP. Character LOB values support only the USING_NLS_COMP collation.
- ORA-43913: unable to derive collation for the result: conflicting collations
-
Cause: Arguments to the operator or function (operation) that have the lowest coercibility level and are relevant for derivation of the collation for the result of this operation had conflicting collations.
- ORA-43914: unable to determine collation: arguments have undefined collation
-
Cause: Arguments to the operator, function, or condition (operation) that are relevant for determining the collation to be used by this operation had undefined collations.
- ORA-43915: unable to determine collation: arguments have conflicting collations
-
Cause: Arguments to the operator, function, or condition (operation) that have the lowest coercibility level and are relevant for determining the collation to be used by this operation had different collations.
- ORA-43916: unable to determine collation for the column
-
Cause: An attempt was made to create a virtual character column in a table, a character column in a table based on a query (CREATE TABLE AS SELECT), or a character column in the key of a functional index. The expression on which the column definition was based did not have a derived collation to be used for the column, because of a collation conflict in one of its operators. In case of a virtual column, no collation was provided for the column through the data type declaration, either.
- ORA-43917: invalid collation for a primary key column of the index-organized table
-
Cause: An attempt was made to specify an invalid collation for the primary key column of an index-organized table.
- ORA-43918: This argument must be a literal
-
Cause: An attempt was made to provide an argument that was not a literal.
- ORA-43919: Nested aggregates are not supported for pivot operation.
-
Cause: Nested aggregates were specified in the pivot operator. This operation is not supported.
- ORA-43920: DEFAULT ON NULL is not supported for object type or REF columns
-
Cause: DEFAULT ON NULL was specified on a object type or REF column. These types are not supported.
- ORA-43921: invalid collation for cluster column
-
Cause: An attempt was made to create an index cluster in which one of the key columns had an unsupported declared collation or an attempt was made to create a hash cluster in which a key column with SORT clause had an unsupported declared collation. Only the collations BINARY, USING_NLS_COMP, USING_NLS_SORT, USING_NLS_SORT_CS, USING_NLS_SORT_VAR1, and USING_NLS_SORT_VAR1_CS are supported for character columns in index clusters and for sorted character columns of hash clusters.
- ORA-43922: Collation of the column cannot be modified.
-
Cause: An attempt was made to modify the declared collation of a column that either: o belonged to a foreign key o belonged to a primary or unique key and that key was referenced by some foreign key o corresponded to a cluster key column o was referenced by a defining expression of a virtual column o was referenced by a defining expression of a functional index o corresponded to an attribute of a user-defined type or an object table o belonged to the container table of a materialized view o was referenced by a join condition of a bitmap join index The declared collation of such columns cannot be modified.
- ORA-43923: The column cannot be modified to the specified collation.
-
Cause: An attempt was made to modify the declared collation of a column that belonged to a primary or unique key, or a standard index key, or a partitioning key, and the new collation was from a different group than the old collation, where the groups are defined as follows: Group 1: BINARY, USING_NLS_COMP, USING_NLS_SORT, USING_NLS_SORT_CS, USING_NLS_SORT_VAR1, and USING_NLS_SORT_VAR1_CS Group 2: BINARY_CI, USING_NLS_SORT_CI, and USING_NLS_SORT_VAR1_CI Group 3: BINARY_AI, USING_NLS_SORT_AI, and USING_NLS_SORT_VAR1_AI
- ORA-43924: unable to modify collation of an Oracle-maintained database object
-
Cause: An attempt was made to modify the collation of an Oracle-maintained database object. Modifications of Oracle-maintained database objects are generally not permitted.
- ORA-43925: A character column in the index definition has an unsupported collation.
-
Cause: An attempt was made to create a bitmap join index or a domain index with a key or join condition that contained a character column with a declared collation other than BINARY, USING_NLS_COMP, USING_NLS_SORT, USING_NLS_SORT_CS, USING_NLS_SORT_VAR1, or USING_NLS_SORT_VAR1_CS. Only these listed collations are supported by this type of the index.
- ORA-43926: Cannot use the specified collation with some of the dependent objects.
-
Cause: An attempt was made to change the collation of a character column to a collation that is not supported in a key of a bitmap join index, a domain index key to which the column belongs. Only the collations BINARY, USING_NLS_COMP, USING_NLS_SORT, USING_NLS_SORT_CS, USING_NLS_SORT_VAR1, and USING_NLS_SORT_VAR1_CS are supported in these keys.
- ORA-43927: Cannot specify default collation for object tables.
-
Cause: An attempt was made to explicitly state the default collation setting for an object table. However, default collations do not apply to object tables because all columns of an object table inherit collations from the attributes of the base type of the table.
- ORA-43928: Conversion error handling is not allowed here.
-
Cause: An attempt was made to use the default value, in case of a conversion failure, by specifying the DEFAULT argument ON CONVERSION ERROR statement to a conversion operator. This feature is not allowed for current operation.
- ORA-43929: Collation cannot be specified if parameter MAX_STRING_SIZE=STANDARD is set.
-
Cause: The COLLATE or DEFAULT COLLATION clause was specified in a DDL statement or the DEFAULT_COLLATION parameter was specified in an ALTER SESSION statement, but the value of the initialization parameter MAX_STRING_SIZE was STANDARD. The data-bound collation feature is disabled if the value of this parameter is STANDARD.
- ORA-43930: A query issued from a pre-12.2 database references a column with an unsupported collation.
-
Cause: A table or view column with a declared collation other than USING_NLS_COMP was referenced in a distributed query that originated in an Oracle Database with the release number lower than 12.2. Such references are not allowed.
- ORA-43931: DEFAULT COLLATION may not be combined with other operations
-
Cause: An ALTER TABLE statement attempted to combine DEFAULT COLLATION with some other operation, which is not allowed.
- ORA-43932: DROP IDENTITY cannot be combined with other operations
-
Cause: An ALTER TABLE statement attempted to combine DROP IDENTITY with some other operation, which is not allowed.
- ORA-43933: Collation must be specified.
-
Cause: Collation was not specified in a context where it was required.
- ORA-44001: invalid schema
-
Cause: The schema for the given schema name did not exist.
- ORA-44002: invalid object name
-
Cause: The input parameter string was not a qualified SQL identifier of an existing SQL object.
- ORA-44003: invalid SQL name
-
Cause: The input parameter string was not a valid simple SQL name.
- ORA-44004: invalid qualified SQL name
-
Cause: The input parameter string was not a valid qualified SQL name.
- ORA-44021: DBMS_SESSION.SET_CURRENT_SCHEMA_DEFERRED failed due to change of PDB.
-
Cause: Set schema failed because an attempt was made to change the pluggable database (PDB) before the set schema took effect.
- ORA-44101: invalid priority
-
Cause: The priority level given by the user was invalid.
- ORA-44102: unknown or unsupported algorithm
-
Cause: An unknown or unsupported authentication or compression algorithm was encountered.
- ORA-44203: timeout waiting for lock on cursor
-
Cause: A timeout occured while waiting for a cursor to be compiled. This is usually caused by the SQL parse requiring access to system resources which are locked by concurrently executing sessions.
- ORA-44204: library cache object string.string found in an in-flux state
-
Cause: The pseudo-cursor depends on a table which was found to be obsolete due to metadata invalidation of the library cache object.
- ORA-44301: NULL service name is not permitted
-
Cause: The service name argument was found to be NULL.
- ORA-44302: NULL network name is not permitted
-
Cause: The network name argument was found to be NULL.
- ORA-44303: service name exists
-
Cause: This service name was already in existence.
- ORA-44304: service string does not exist
-
Cause: The specified service was not in existence.
- ORA-44305: service string is running
-
Cause: The specified service was running.
- ORA-44306: service name exceeds maximum length of string
-
Cause: The service name was too long.
- ORA-44307: network name too long
-
Cause: The network name, excluding the domain, was too long.
- ORA-44310: maximum number of services exceeded
-
Cause: The maximum number of services has been reached.
- ORA-44311: service string not running
-
Cause: The specified service was not running.
- ORA-44312: database closed
-
Cause: The database was closed.
- ORA-44313: instance name invalid
-
Cause: The instance name argument was not valid.
- ORA-44314: network name already exists
-
Cause: The network name was already in existence.
- ORA-44315: all service attributes null
-
Cause: All attributes specified were null.
- ORA-44316: invalid argument
-
Cause: Invalid argument supplied.
- ORA-44317: database open read-only
-
Cause: The database is open read-only.
- ORA-44318: exceeded maximum SERVICE_NAMES length
-
Cause: The total length of all running service network names exceeded the maximum allowable length.
- ORA-44319: Cannot delete AQ service
-
Cause: Specified AQ service belonged to a queue.
- ORA-44320: cannot modify global service
-
Cause: Could not modify the global service because of insufficient privileges or you were trying to modify the global service attribute.
- ORA-44321: cannot read command line from trace file string
-
Cause: Trace file could not be read.
- ORA-44322: invalid file name 'string'
-
Cause: A NULL or zero length file name was specified.
- ORA-44323: negative count 'string' to string option
-
Cause: The given count was a nonpositive number.
- ORA-44324: no count argument to string option
-
Cause: Count number was missing for the option.
- ORA-44325: no entry points found in trace file string
-
Cause: The given trace symbol was not found.
- ORA-44326: no symbol argument to string option
-
Cause: symbol argument to -[un]trace option was missing.
- ORA-44327: no filename argument to string option
-
Cause: filename argument to the option was missing.
- ORA-44328: unsupported version number: string
-
Cause: Version of the trace file was not supported.
- ORA-44329: length of full path name too long
-
Cause: The full path name provided was too long.
- ORA-44403: invalid value specified for flag parameter
-
Cause: Mutually exclusive values were specified for the flag parameter.
- ORA-44404: upicui2 client function requires Oracle server of 10.2 or higher
-
Cause: A 10.2 or higher client is being used with an older Oracle server.
- ORA-44411: Invalid ACL: START_DATE cannot be larger than END_DATE for all ACE
-
Cause: The END_DATE was smaller than the START_DATE in one of the ACE's in this ACL.
- ORA-44412: Invalid ACL: Cyclic ACL inheritance is not allowed
-
Cause: A cycle was formed by ACL inheritance.
- ORA-44413: Invalid ACL: Security class of parent ACL must be an ancestor of security class of child ACL
-
Cause: Security class of parent ACL was not an ancestor of security class of child ACL
- ORA-44414: Invalid ACL: Parent ACL 'string' does not exist
-
Cause: The path to the parent ACL was not a valid resource.
- ORA-44415: Invalid ACL: Undefined privileges
-
Cause: An undefined privilege was found in an ACE in the ACL.
- ORA-44416: Invalid ACL: Unresolved principal 'string'
-
Cause: An unresolved principal is found in an ACE in the ACL.
- ORA-44417: Invalid ACL: Invalid ACLID
-
Cause: The specified ACLID did not point to a valid ACL document.
- ORA-44418: Invalid ACL: string
-
Cause: The specified ACL did not meet the validation requirements of the constraining ACL.
- ORA-44421: cannot DISALLOW NONSCHEMA without a SCHEMA clause
-
Cause: If no SCHEMA clause (explicit schema or ANYSCHEMA) was specified, nonschema data cannot be disallowed.
- ORA-44422: nonschema XML disallowed for this column
-
Cause: An attempt was made to insert nonschema based XML documents in a binary XML column that disallows nonschema data.
- ORA-44423: XML Schema registered for BINARY cannot be used for CLOB/OBJ-REL
-
Cause: An attempt was made to use a XML Schema registered for binary usage as part of a CLOB or OBJ-REL clause.
- ORA-44424: BINARY XML storage requires XML Schema registered for BINARY usage
-
Cause: An attempt was made to specify BINARY XML storage using an XML schema not registered for BINARY.
- ORA-44425: XML DB needs to be installed for creating an XMLType table or column
-
Cause: An attempt was made to create an XMLType table or column with out XML DB installed.
- ORA-44501: QMEL: Too much concurrency.
-
Cause: Too much concurrency
- ORA-44502: QMEL: Lock not found.
-
Cause: Lock not found
- ORA-44503: QMEL: Lock Denied.
-
Cause: Lock denied
- ORA-44504: Resource Locked by Implicit Lock
-
Cause: The resource is locked by an implicit lock
- ORA-44505: QMEL: Invalid arguments.
-
Cause: Arguments to QMEL are not correct.
- ORA-44607: Archive logging must be enabled.
-
Cause: Archive logging was not enabled.
- ORA-44608: Supplemental logging settings cannot be modified in Oracle Database Express Edition.
-
Cause: An attempt was made to modify supplemental logging settings using Oracle Database Express Edition.
- ORA-44609: CONTINOUS_MINE is desupported for use with DBMS_LOGMNR.START_LOGMNR.
-
Cause: An attempt was made to use DBMS_LOGMNR.START_LOGMNR with CONTINOUS_MINE as an option.
- ORA-44610: DBMS_LOGSTDBY extended data type support is desupported.
-
Cause: An attempt was made to use one of the DBMS_LOGSTDBY extended data type support procedures.
- ORA-44700: Language 'string' is not a valid language for a translation
-
Cause: Invalid language.
- ORA-44701: Language not found for translation
-
Cause: The document had multiple translations and one of them did not have the xml:lang attribute.
- ORA-44702: Multiple translations found for language 'string'
-
Cause: The document had multiple translations for a language.
- ORA-44703: Multiple source language translations found
-
Cause: The document had multiple source language translations.
- ORA-44704: XPath 'string' does not uniquely identify a translated element
-
Cause: The given XPath pointed to multiple translated elements.
- ORA-44705: Must have xdb:maxOccurs='1' for translated elements
-
Cause: The value of xdb:maxOccurs was not '1' for a translated element.
- ORA-44706: Must have xsd:maxOccurs='unbounded' for translated elements
-
Cause: The value of xsd:maxOccurs was not 'unbounded' for a translated element.
- ORA-44707: No source language translation found
-
Cause: The document had no source language translation for a translated element.
- ORA-44708: Translations not supported for object relational storage
-
Cause: The storage type of the schema was object relational.
- ORA-44709: Invalid schema definition for translated element
-
Cause: The schema definition for a translated element was invalid.
- ORA-44710: Malformed XLIFF document: string
-
Cause: The XLIFF document was malformed.
- ORA-44711: XPath refers to an untranslatable element
-
Cause: XPath pointed to an untranslatable element.
- ORA-44712: Invalid XPath in XLIFF document used for merging
-
Cause: XPath within trans-unit/id attribute was invalid.
- ORA-44713: XPath does not select all translations
-
Cause: XPath did not select all translations for a particular element.
- ORA-44717: First 7 positions (0-6) in the XDB repository is reserved for fusion security
-
Cause: An attempt was made to add or add a resource to the XDB repository at a position reserved for fusion security.
- ORA-44718: Port conflict in XDB Configuration file
-
Cause: A port number specified in the XDB Configuration file conflicts with a port number used in the XDB Configuration file of the same non-consolidated database or the same Pluggable Database or a different Pluggable Database of the same consolidated database or the root container of the same consolidated database.
- ORA-44730: XML Index string is not usable at the moment
-
Cause: The async XML Index could not be used since ORACLE is not open for query.
- ORA-44731: Path string cannot be removed from the repository XML Index
-
Cause: The repository XML Index indexed one of the parent folders of the resource identified by given path.
- ORA-44732: Path string cannot be removed from the repository XML Index
-
Cause: The repository XML Index did not index the resource identified by given path.
- ORA-44733: The repository XML Index cannot be dropped directly
-
Cause: DROP INDEX could not be used on the repository XML Index.
- ORA-44734: Predicate Index on nodes with similar children not allowed
-
Cause: There was at least one node in the document with multiple similar children which was used in Predicate Indexing.
- ORA-44735: Too many predicates
-
Cause: Number of predicates were more than limit.
- ORA-44736: Group name already existed
-
Cause: The group name specified already exists.
- ORA-44737: Parameter string did not exist.
-
Cause: The parameter name specified did not exist.
- ORA-44738: Group string did not exist.
-
Cause: The group name specified did not exist.
- ORA-44739: Cannot drop the last group.
-
Cause: An attempt was made to drop the last group in the index.
- ORA-44740: Parameter string is already registered.
-
Cause: The parameter name specified was already registered.
- ORA-44741: Cannot drop a group whose tables are shared by other group(s).
-
Cause: An attempt was made to drop a group whose tables are shared by other group(s).
- ORA-44742: Cannot alter columns of a table that is shared by other group(s).
-
Cause: An attempt was made to add columns to, modify columns of, or drop columns from a table shared by other group(s).
- ORA-44743: Cannot alter columns of a dependent shared table.
-
Cause: An attempt was made to add columns to, modify columns of, or drop columns from a dependent shared table. One can only add columns to, modify columns of, or drop columns from the original shared table.
- ORA-44744: Cannot have more than one drop, add or modify operations in an ALTER INDEX statement.
-
Cause: An attempt was made to have more than one add, modify, or drop column or group operations in the ALTER INDEX statement.
- ORA-44745: Cannot add or drop columns to or from multiple tables.
-
Cause: An attempt was made to add or drop columns to or from multiple tables in a single ALTER INDEX statement.
- ORA-44746: Missing XMLTABLE in GROUP clause.
-
Cause: An attempt was made to create or add a group without XMLTABLE.
- ORA-44747: An XMLIndex with a structured component cannot be specified with ASYNC.
-
Cause: An attempt was made to specify ASYNC parameter for an XMLIndex with a structured component.
- ORA-44748: Invalid name for GROUP.
-
Cause: An attempt was made to create a GROUP with invalid name.
- ORA-44749: Missing PATH for the COLUMN.
-
Cause: An attempt was made to create a COLUMN without PATH.
- ORA-44750: Cannot create secondary index on unstructured component of XMLIndex.
-
Cause: An attempt was made to create a secondary index on the unstructured component of an XMLIndex when the XMLIndex does not have an unstructured component.
- ORA-44751: XML schema enumeration index is out of range
-
Cause: The enumeration item corresponding to the enumeration index could not be found in the XML schema.
- ORA-44752: New element 'string' in complex type 'string' has the same qualified name as another element
-
Cause: The new element that was added to a complex type by in-place XML schema evolution had the same qualified name as another element in the same complex type or in one of its ancestor complex types.
- ORA-44753: Change to minOccurs attribute of element 'string' is illegal
-
Cause: The value of attribute minOccurs on an element could not be increased by in-place XML schema evolution.
- ORA-44754: Change to maxOccurs attribute of element 'string' is illegal
-
Cause: The value of attribute maxOccurs on an element could not be decreased by in-place XML schema evolution.
- ORA-44755: Change to complexType property of element 'string' is illegal
-
Cause: The complexType property on an element could not be changed by in-place XML schema evolution.
- ORA-44756: Change to SQLType attribute of element 'string' is illegal
-
Cause: The SQLType property on an element in a binary XML schema could not be changed by in-place XML schema evolution.
- ORA-44771: Invalid name for a container database.
-
Cause: The service operation failed.
- ORA-44772: Cluster Ready Services (CRS) operation failed
-
Cause: The CRS operation failed.
- ORA-44773: Cannot perform requested service operation.
-
Cause: The consolidated database was not open. The operation was not performed.
- ORA-44774: Pluggable database attribute cannot be changed.
-
Cause: The attempted operation was invalid for a consolidated database.
- ORA-44775: Pluggable database service cannot be created.
-
Cause: The attempted pluggable database operation failed.
- ORA-44776: Pluggable database service cannot be deleted.
-
Cause: The attempted pluggable database operation failed.
- ORA-44777: Pluggable database service cannot be started.
-
Cause: The attempted pluggable database operation failed.
- ORA-44778: Invalid value for service attribute retention_time.
-
Cause: The attempted operation failed.
- ORA-44779: Invalid value for service attribute replay_initiation_timeout.
-
Cause: The attempted operation failed.
- ORA-44780: Invalid value for service attribute commit_outcome.
-
Cause: The attempted operation failed.
- ORA-44781: Invalid value for service attribute aq_ha_notifications.
-
Cause: The attempted operation failed.
- ORA-44782: Cluster Ready Services (CRS) service operation failed - reason: string.
-
Cause: The attempted CRS service operation failed.
- ORA-44783: The maximum number of runtime load balancing services exceeded.
-
Cause: The number of runtime load balancing services reached the maximum allowed.
- ORA-44784: Service cannot be deleted.
-
Cause: The attempted service operation failed.
- ORA-44785: Service attribute commit_outcome cannot be specified for the database or Pluggable Database service.
-
Cause: The attempted service operation failed.
- ORA-44786: Service operation cannot be completed.
-
Cause: The service was not imported successfully while plugging in the pluggable database or the service is defined in a different pluggable database.
- ORA-44787: Service cannot be switched into.
-
Cause: The service did not exist in the new pluggable database or the service was not started in the pluggable database.
- ORA-44789: Service cannot be switched into.
-
Cause: One of the verification checks failed.
- ORA-44790: exceeded maximum GUID length
-
Cause: The total length of a globally unique identifier (GUID) exceeded 16 characters.
- ORA-44791: Drain timeout or stop option cannot be specified for a different database instance.
-
Cause: Drain timeout and stop option could not be used for remote operations.
- ORA-44792: cannot initialize Oracle Call Interface (OCI) environment
-
Cause: There was not enough memory available.
- ORA-44793: cannot stop internal services
-
Cause: The user tried to stop an internal service.
- ORA-44800: Number of classifiers cannot be NULL
-
Cause: The num_classifiers argument was found to be NULL.
- ORA-44801: NULL classifier list not permitted
-
Cause: The wlm_classifiers argument was found to be NULL.
- ORA-44802: No new plan (classifier list) has been submitted
-
Cause: No new plan was created before submission.
- ORA-44803: Plan is in transition (about to be activated)
-
Cause: New plan was attempted to be created before activating the current plan.
- ORA-44804: Plan is not created yet
-
Cause: A new plan was not created before submitting the Classifier and Performance Class lists.
- ORA-44805: No classifier is present
-
Cause: The classifier list contained no classifiers.
- ORA-44806: Extra classifiers are present in list
-
Cause: More classifiers were present in the list than specified.
- ORA-44807: Peformance Class name is too large
-
Cause: The Performance Class name was larger than 32 bytes.
- ORA-44808: Work Request Class name is too large
-
Cause: The Work Request Class name was larger than 32 bytes.
- ORA-44809: No expression is present for classifier
-
Cause: This classifiers contained no expression. It should contain one more more expressions.
- ORA-44810: No parameter is present for expression
-
Cause: This expression contained no paramaters or attribute values. It should contain one or more attribute values. Attributes can be SERVICE_NAME, MODULE, ACTION, PROGRAM or USER.
- ORA-44811: Service name is too large
-
Cause: The service name mentioned in the parameter list was too large.
- ORA-44812: Module name is too large
-
Cause: The module name mentioned in the parameter list was too large.
- ORA-44813: Action name is too large
-
Cause: The action name mentioned in the parameter list was too large.
- ORA-44814: Program name is too large
-
Cause: The program name mentioned in the parameter list was too large.
- ORA-44815: User name is too large
-
Cause: The user name mentioned in the parameter list was too large.
- ORA-44816: Number of Performance Classes is less than specified
-
Cause: The number of Performance Classes submitted were less than what was specified.
- ORA-44817: Classifier list is too large
-
Cause: The length of the classifier list was greater than 4000 bytes.
- ORA-44818: General failure
-
Cause: There was an unknown failure.
- ORA-44819: Execution of this WLM function is denied
-
Cause: Either a WLM plan was being loaded from another instance, or the strict order of the PL/SQL calls for loading WLM plan was not followed.
- ORA-44820: Number of Work Request Classes is less than specified
-
Cause: The number of Work Request Classes submitted were less than what was specified.
- ORA-44821: Number of classifiers is too large
-
Cause: A very large number ( > 1024) of classifiers were requested.
- ORA-44822: QoS Resource Manager plan does not exist in database "string"
-
Cause: QoS Resource Manager plan did not exist in this database.
- ORA-44823: The QoS Resource Manager plan is not in use
-
Cause: The QoS Resource Manager plan was not in use.
- ORA-44824: Resource Manager is disabled
-
Cause: Resource Manager was turned off.
- ORA-44825: Classifier plan does not match across instances
-
Cause: Classifier plan was not the same across instances.
- ORA-44826: Number of Performance Classes is more than what was specified.
-
Cause: The number of Performance Classes submitted were more than what was specified.
- ORA-44827: Number of Performance Classes is too large
-
Cause: A large number ( >= 50) of Performance Classes were requested.
- ORA-44850: attempt to set a bad status string [string]
-
Cause: There was an internal Global Service Manager (GSM) error.
- ORA-44851: "string" is not a valid name for a database
-
Cause: The specified database name was not valid.
- ORA-44852: maximum number of regions exceeded
-
Cause: The maximum number of regions was exceeded.
- ORA-44853: maximum number of valid nodes for VNCR exceeded
-
Cause: The maximum number of nodes for valid node checking for registration (VNCR) was exceeded.
- ORA-44854: catalog has already been created
-
Cause: This database already contained the catalog.
- ORA-44855: configuration name is not valid
-
Cause: The specified configuration name contained invalid characters or was too long.
- ORA-44856: catalog service name is not valid
-
Cause: There was an internal Global Service Manager (GSM) error.
- ORA-44857: catalog does not exist
-
Cause: A catalog did not exist in the database.
- ORA-44858: cannot remove catalog
-
Cause: The catalog contained one or more database or Global Service Manager (GSM) objects.
- ORA-44859: GSM "string" is already defined in the catalog
-
Cause: The specified Global Service Manager (GSM) was already in existence in the catalog.
- ORA-44860: Region "string" was not found in the catalog.
-
Cause: The specified region was not found in the catalog.
- ORA-44861: invalid use of REMOVE VNCR command
-
Cause: A valid node and group name were specified in the same command.
- ORA-44862: region name and buddy region name cannot be the same
-
Cause: A region was specified as buddy for itself.
- ORA-44863: region "string" is the last region and cannot be removed
-
Cause: The last region could not be removed from the cloud catalog.
- ORA-44864: cannot remove region because it is still being used by a GSM
-
Cause: The region contained databases or Global Service Manager (GSM).
- ORA-44865: cannot remove GDS pool because it is still being used by a database or service
-
Cause: The Global Data Services (GDS) pool contained databases or services.
- ORA-44866: pool "string" can only contain databases that belong to a Data Guard broker configuration
-
Cause: An attempt was made to add a database that does not belong to a Data Guard broker configuration to a Data Guard broker pool.
- ORA-44867: GDS pool already contains database "string"
-
Cause: The database or service was already in the Global Data Services (GDS) pool.
- ORA-44868: pool "string" is a pool that contains a Data Guard broker configuration; Databases that do not belong to a broker configuration cannot be added to this pool.
-
Cause: An attempt was made to add a database to a pool that contains a Data Guard broker configuration.
- ORA-44869: cannot build net service name with "string\ because it is too long
-
Cause: The automatically created network service name was too long.
- ORA-44870: The "role" property is only supported for pools that contain a Data Guard broker configuration.
-
Cause: ROLE was specified for a pool that did not contain a Data Guard broker configuration.
- ORA-44871: This operation cannot be performed on PREFERRED_ALL service "string".
-
Cause: The service was created with the PREFERRED_ALL option.
- ORA-44872: The same name "string" cannot be used for both source and target databases.
-
Cause: The source and target parameters of MOVE SERVICE were the same.
- ORA-44873: database "string" already offers the service
-
Cause: An attempt was made to add a service to a database that already offered the service.
- ORA-44874: service "string" not offerered by database "string"
-
Cause: An attempt was made to start or stop a service on a database that does not offer the service.
- ORA-44875: database-related service parameters exceed the maximum allowed parameter length (1024 bytes)
-
Cause: The specified database-related service parameters were not valid.
- ORA-44876: service string is running
-
Cause: The specified service was running.
- ORA-44877: service "string" is not enabled on database "string"
-
Cause: The service could not be started on the database because it was disabled.
- ORA-44878: The database current lag is too high for the service "string".
-
Cause: The service could not be started on the standby database because the database current lag exceeds the service lag.
- ORA-44879: A region name has not been provided.
-
Cause: An attempt was made to add a new Global Service Manager (GSM) without providing a region. When there is more than one existing region, a region name must be provided.
- ORA-44880: catalog has not yet been created
-
Cause: An attempt was made to modify the catalog, but it does not yet exist.
- ORA-44881: GDS pool is not empty
-
Cause: An attempt was made to add broker configuration to a Global Data Services (GDS) pool that already contained a database. This is not allowed.
- ORA-44882: The name "string" is not valid for a GDS pool.
-
Cause: The name of the specified Global Data Services (GDS) pool was not valid.
- ORA-44883: The name "string" is not valid for a region.
-
Cause: The name of the specified region was not valid.
- ORA-44884: The name "string" is not valid for a service.
-
Cause: The name of the specified service was not valid.
- ORA-44885: invalid VNCR name string
-
Cause: The name specified for the valid node checking for registration (VNCR) was not valid.
- ORA-44886: The name "string" is not valid for a VNCR group.
-
Cause: The name specified for the valid node checking for registration (VNCR) group was not valid.
- ORA-44887: The name "string" is not valid for a GSM.
-
Cause: The name of the specified Global Service Manager (GSM) was not valid.
- ORA-44888: The name "string" is not valid for a GSM user.
-
Cause: The name of the specified Global Service Manager (GSM) was not valid.
- ORA-44889: Region "string" is already defined in the catalog.
-
Cause: The specified region was already in existence in the catalog.
- ORA-44890: GDS pool "string" is already defined in the catalog.
-
Cause: The specified Global Data Services (GDS) pool was already in existence in the catalog.
- ORA-44891: GSM "string" was not found in the catalog
-
Cause: The specified region was not found in the catalog.
- ORA-44892: GDS pool "string" was not found in the catalog.
-
Cause: The specified Global Data Services (GDS) pool was not found in the catalog.
- ORA-44893: Database "string" was not found in pool "string".
-
Cause: The specified database was not found in the pool.
- ORA-44894: Service "string" was not found in the catalog.
-
Cause: The specified service was not found in the catalog.
- ORA-44895: cannot remove region because it is still being used by a database
-
Cause: The region contained databases.
- ORA-44896: GDS pool already contains service "string"
-
Cause: The service was already in the Global Data Services (GDS) pool.
- ORA-44897: The "lag" property is only supported for pools that contain a Data Guard broker configuration.
-
Cause: LAG was specified for a pool that did not contain a Data Guard broker configuration.
- ORA-44898: The "failover_primary" property is only supported for pools that contain a Data Guard broker configuration.
-
Cause: FAILOVER_PRIMARY was specified for a pool that did not contain a Data Guard broker configuration.
- ORA-44899: VNCR name "string" is already defined in the catalog.
-
Cause: The specified valid node checking for registration (VNCR) name was already in existence in the catalog.
- ORA-44900: Identifier "string" is too long.
-
Cause: The specified identifier exceeded the maximum allowed length.
- ORA-44901: Unable to resolve symbolic link "string"
-
Cause: The system is unable to resolve the specified symbolic link.
- ORA-44902: Too many steps in resolving symbolic link "string"
-
Cause: This error is raised when the system is unable to fully resolve a path with symbolic links within a reasonable number of steps. It could be due to cycles in definitions of symbolic links or very long chains of symbolic links to symbolic links.
- ORA-44903: Cannot create hard link to specified resource
-
Cause: The system cannot create a hard link to the specified resource.
- ORA-44904: target path in document link exceeds maximum length
-
Cause: Target path length exceeds the maximum which can be stored to disk.
- ORA-44905: extended link type not supported
-
Cause: XLink type attribute is extended.
- ORA-44906: unable to resolve target in document link
-
Cause: target path does not resolve to valid resource.
- ORA-44907: can not delete with incoming hard document links
-
Cause: there is a hard document link with this resource as the target.
- ORA-44908: found a loop in XInclude elements while expanding string
-
Cause: There is a loop in XInclude elements within the document.
- ORA-44909: href attribute is required within XInclude element
-
Cause: The href attribute is missing within XInclude element.
- ORA-44910: xpointer not supported within XInclude element
-
Cause: The xpointer attribute is specified within XInclude element.
- ORA-44911: exceeded maximum depth of nested xinclude expansion
-
Cause: The depth of nested xinclude expansion has exceeded system limit.
- ORA-44912: invalid or unsupported xpath expression string
-
Cause: The specified xpath is either invalid or unsupported in this context.
- ORA-44913: error while processing XInclude string
-
Cause: There was an error while processing the specified XInclude.
- ORA-44914: schema XPointer exceeds maximum length
-
Cause: The XPointer was too long with the schema URL and element name.
- ORA-44915: cannot rename virtual folders
-
Cause: Renaming virtual folders was not supported.
- ORA-44916: cannot recursively delete virtual folders
-
Cause: Recursive deletion of virtual folders was not supported.
- ORA-44917: Resources cannot point to resources.
-
Cause: A REF was being set to point to the resource table."
- ORA-44918: The source of a copy cannot be an ancestor of the destination.
-
Cause: The destination of a copy was an ancestor of the source.
- ORA-44919: cannot overwrite existing resource
-
Cause: Overwriting an existing resource was prohibited.
- ORA-44920: The source and destination of a copy or move cannot be the same.
-
Cause: A copy or move was attempted with the same source and destination.
- ORA-44921: The XPath returns none or more than one node.
-
Cause: The XPath did not map to a single node.
- ORA-44922: The XPath expression must evaluate to a scalar type.
-
Cause: The XPath did not map to a scalar type.
- ORA-45001: SecureFile archive implicit not allowed
-
Cause: A SecureFile was archived and implicit retrieval was not allowed.
- ORA-45002: Content ID not found in the DBFS HS
-
Cause: The content ID was invalid or was already deleted.
- ORA-45003: DBFS HS: Invalid checksum, potential data corruption
-
Cause: Potential data corruption.
- ORA-45004: DBFS HS SBT Error
-
Cause: Error related to SBT Tape library.
- ORA-45005: DBFS HS invalid store
-
Cause: Error related to DBFS HS Store.
- ORA-45400: operation not permitted on current database
-
Cause: An operation was not permitted to start because the database role is not supported.
- ORA-45401: upgrade plan is already active
-
Cause: An upgrade plan was already active.
- ORA-45402: LOG_ARCHIVE_CONFIG must contain the DG_CONFIG attribute
-
Cause: The DG_CONFIG attribute was missing from the LOG_ARCHIVE_CONFIG parameter.
- ORA-45403: database string must be specified in DG_CONFIG
-
Cause: The specified database was not found in the DG_CONFIG attribute of the LOG_ARCHIVE_CONFIG parameter.
- ORA-45404: target version is incompatible
-
Cause: The configured target software version was incompatible with a DBMS_ROLLING administered upgrade.
- ORA-45405: A rolling upgrade operation is already in progress.
-
Cause: A DBMS_ROLLING operation was already in progress. Only one operation is permitted at a time.
- ORA-45406: operation completed with warnings
-
Cause: An operation succeeded but warnings were generated.
- ORA-45407: operation encountered a query error
-
Cause: An internal database query failed.
- ORA-45408: parameter name is unknown
-
Cause: The specified parameter could not be modified because the parameter name was not recognized.
- ORA-45409: parameter value is invalid or out of bounds
-
Cause: The specified parameter could not be modified because its value was invalid or out of bounds.
- ORA-45410: parameter may not be modified
-
Cause: The specified parameter could not be modified.
- ORA-45411: operation requires additional arguments
-
Cause: An operation has failed because one or more arguments were not supplied.
- ORA-45412: parameter scope argument is unknown
-
Cause: An operation has failed because the database unique name provided in the scope argument was not known.
- ORA-45413: parameter has no default value
-
Cause: The specified parameter could not be reverted back to its default value because the default value did not exist.
- ORA-45414: could not connect to a remote database
-
Cause: Connections to one or more databases failed.
- ORA-45415: instruction execution failure
-
Cause: A rolling upgrade operation has halted due to the failure of one or more required upgrade instructions.
- ORA-45416: operation cannot start until plan rebuild
-
Cause: An operation was not permitted to start due to recent parameter modifications which required a rebuild of the upgrade plan.
- ORA-45417: operation not permitted since current phase was not string
-
Cause: An operation was not permitted to start because the upgrade was in a different phase.
- ORA-45418: database is not running the higher version RDBMS
-
Cause: A rolling upgrade instruction has failed because a database was not running the correct target RDBMS version.
- ORA-45419: DB_UNIQUE_NAME parameter must be specified
-
Cause: The DB_UNIQUE_NAME parameter was not configured.
- ORA-45420: return TNS service was not found
-
Cause: An instruction failed because a Transparent Network Substrate (TNS) service name for return communication was not found on a remote database.
- ORA-45421: database type is not supported by rolling upgrade
-
Cause: One or more databases specified in the DG_CONFIG attribute was incompatible with a DBMS_ROLLING administered upgrade.
- ORA-45422: operation requires existing plan
-
Cause: An operation was not permitted to start because it required an active plan.
- ORA-45423: target database has mismatched DB_UNIQUE_NAME
-
Cause: A specified DB_UNIQUE_NAME attribute in a LOG_ARCHIVE_DEST_n parameter did not match the DB_UNIQUE_NAME at the target database.
- ORA-45424: initialization parameter file has unexpected value
-
Cause: An instruction failed due to an initialization parameter file at a remote database that was found to be invalid.
- ORA-45425: operation halted due to required user interaction
-
Cause: A rolling upgrade operation stopped because interaction is required.
- ORA-45426: managed recovery process was not running
-
Cause: An operation failed due to the inactive managed recovery process at a remote database.
- ORA-45427: logical standby Redo Apply process was not running
-
Cause: An operation failed due to the inactive logical standby Redo Apply process at a remote database.
- ORA-45428: database was not in expected database role
-
Cause: An instruction failed due to a database operating in a database role which was not expected.
- ORA-45429: database was set to an invalid Data Guard protection mode
-
Cause: An instruction failed due to a database operating at a data protection mode that was not expected.
- ORA-45430: flashback database was not enabled
-
Cause: An instruction failed due to a database that was found to not have Flashback Database enabled.
- ORA-45431: database was mounted or open in an invalid mode
-
Cause: An instruction failed due to a database that was mounted or open in an invalid mode.
- ORA-45432: future primary database is not a physical standby database
-
Cause: An operation was not permitted because the future primary database is not a physical standby database.
- ORA-45433: failover was detected on an unsupported database
-
Cause: An operation was not permitted because a failover was detected on a database which does not permit continuation of the rolling upgrade.
- ORA-45434: multiple failovers of the same type detected
-
Cause: An operation was not permitted because multiple failovers were detected on standby databases which protect a common target.
- ORA-45435: managed recovery process was running
-
Cause: An operation failed due to an active managed recovery process at a remote database.
- ORA-45436: logical standby Redo Apply process was running
-
Cause: An operation failed due to an active Redo Apply process at a remote database.
- ORA-45437: database upgrade progress is inconsistent
-
Cause: An operation failed due to the discovery of the catalog upgrade progress on a database that was different from the progress value saved in the plan state.
- ORA-45438: database is not in mounted mode
-
Cause: An operation failed due to the discovery of a database which was not in mounted mode.
- ORA-45439: database is not in open read/write mode
-
Cause: An operation failed due to the discovery of a database which was not in open read/write mode.
- ORA-45440: server parameter file has not been configured
-
Cause: An operation failed due to the discovery of a database which was not configured with a server parameter file that could be modified.
- ORA-45441: no databases eligible for rollback
-
Cause: A rollback operation could not start because the databases have not created the guaranteed restore point needed for rollback.
- ORA-45442: rollback is not permitted after a role change
-
Cause: A rollback operation was not permitted due to a prior role change event such as a switchover or failover.
- ORA-45443: cannot quiesce replicated PL/SQL procedures
-
Cause: An operation failed because there were other processes executing long running replicated PL/SQL procedures.
- ORA-45486: database update progress is inconsistent
-
Cause: An operation failed due to the discovery of the update progress on a database that was different from the progress value saved in the plan state.
- ORA-45500: Cannot remove a database from a pool that contains a broker configuration.
-
Cause: An attempt was made to remove a database from a pool that contained a broker configuration.
- ORA-45501: The maximum number of global service managers for this region has been exceeded.
-
Cause: A new Global Service Manager (GSM) was added to a region that already contained the maximum number of GSMs.
- ORA-45502: Insufficient privileges to perform this operation.
-
Cause: A Global Service Manager (GSM) command was executed by a non-privileged user.
- ORA-45503: This database is already in cloud string.
-
Cause: An attempt was made to add a database to a cloud when it was already in another cloud.
- ORA-45504: Cannot relocate a preferred_all service.
-
Cause: The command 'relocate service' is not supported for preferred_all services.
- ORA-45505: The maximum number of services has been reached.
-
Cause: The hard limit for the number of global services has been reached.
- ORA-45506: The maximum number of GDS pools has been reached.
-
Cause: The hard limit for the number of Global Data Services (GDS) pools has been reached.
- ORA-45507: Region string does not have a buddy region.
-
Cause: The specified region did not have a buddy.
- ORA-45508: Database string does not have an assigned region.
-
Cause: The specified database did not have an assigned region.
- ORA-45509: Database string has an invalid status "string".
-
Cause: The specified database had an invalid status.
- ORA-45510: There is an outstanding GSM request for change number string created at string. GSM has failed to apply this request string times.
-
Cause: A change request originating from a gdsctl command was not applied after several minutes.
- ORA-45511: Service string does not have a preferred database.
-
Cause: The specified service did not have a preferred database. This can happen if the database was removed from the pool.
- ORA-45512: Service string is a local only service which has an available database in region string, but does not have a preferred database in the same region.
-
Cause: The specified service did not have a preferred database in a region in which it had an available database.
- ORA-45513: Database string has no global services defined for it.
-
Cause: A database was added to the global data services framework, but no global services have been defined for it, or they have all been removed.
- ORA-45514: Region string does not contain any databases.
-
Cause: A region was added to the global data services framework, but no databases were added to this region, or they have all been removed.
- ORA-45515: Region string does not contain any GSMs.
-
Cause: A region was added to the global data services framework, but no global services manager servers were defined for this region, or they have all been removed.
- ORA-45516: GDS pool string does not contain any databases.
-
Cause: The specified Global Data Services (GDS) pool did not contain any databases.
- ORA-45517: GDS pool string does not contain any global services.
-
Cause: The specified Global Data Services (GDS) pool did not contain any global services.
- ORA-45518: Service string will not be started on logical/snapshot standby.
-
Cause: The specified service will not be started on a logical/snapshot standby.
- ORA-45519: Database pool string is empty; this operation cannot be performed on an empty pool.
-
Cause: The database pool does not contain any databases. Therefore this operation will have no effect.
- ORA-45520: A service with locality ANYWHERE cannot set region failover.
-
Cause: Service attributes ANYWHERE and REGION_FAILOVER are incompatible.
- ORA-45521: A service with a primary role cannot set FAILOVER_PRIMARY.
-
Cause: A service with a primary role cannot set FAILOVER_PRIMARY.
- ORA-45522: LOCAL_ONLY service string cannot be relocated to a database in another region.
-
Cause: The specified service is LOCAL_ONLY and cannot be relocated to a database in a different region.
- ORA-45523: Warning: service string is already stopped.
-
Cause: The service was stopped already.
- ORA-45524: must explicitly specify Global Data Services pool name because there could be multiple candidates
-
Cause: An attempt to have a default Global Data Services pool when multiple pools already coexist in the domain failed.
- ORA-45525: A value of TRANSACTION was provided for the service parameter '-failovertype', but bad or nonexistent value was specified for service parameter '-retention'.
-
Cause: The command specified a value of TRANSACTION for the service parameter '-failovertype', and either did not provide a value for the parameter '-retention', or provided a value that was less than or equal to the value provided for the parameter '-replay_init_time'.
- ORA-45526: A value of TRANSACTION was provided for the service parameter '-failovertype', but a bad or nonexistent value was specified for service parameter '-replay_init_time'.
-
Cause: The command specified a value of TRANSACTION for the service parameter '-failovertype', and either did not provide a value for the parameter '-replay_init_time', or provided a value that was less than or equal to the value provided for the parameter '-failoverdelay'.
- ORA-45527: Database compatibility level was too low for use with Global Data Services (GDS).
-
Cause: The major database compatibility level is below 12. The Global Data Services (GDS) feature requires that the database compatibility level of all participating databases be at 12 or above.
- ORA-45528: Service string has not been globally started.
-
Cause: An attempt was made to start the service in a specific database without first starting it globally.
- ORA-45529: Database has not been configured to use an SPFILE.
-
Cause: The database was not configured to use an SPFILE. This is required before it can be used within a Global Data Services (GDS) framework.
- ORA-45530: A local service with the same name already exists.
-
Cause: An attempt was made to create a global service with the same name as an existing local service.
- ORA-45531: This database is already in another Global Data Services (GDS) framework.
-
Cause: An attempt was made to create a Global Data Services (GDS) catalog on a database that was already in another GDS framework.
- ORA-45532: This database is already a catalog for another Global Data Services (GDS) framework.
-
Cause: An attempt was made add a database to a Global Data Services (GDS) framework, but it was already a catalog database for another framework.
- ORA-45533: Service string is already being modified from another GDSCTL session.
-
Cause: The specified service was already in the process of being modified.
- ORA-45534: There is a running GSM (Global Service Manager) connected to the catalog.
-
Cause: This command could not be executed while there were running GSM (Global Service Manager) servers connected to the catalog.
- ORA-45535: Catalog version cannot be determined.
-
Cause: The version of the GDS (Global Data Services) catalog could not be determined.
- ORA-45536: This version of GDSCTL is not compatible with the GDS (Global Data Services) catalog.
-
Cause: The version of GDSCTL being used was not compatible with the current GDS catalog.
- ORA-45537: This version of GSM (Global Service Manager) is not compatible with the GDS (Global Data Services) catalog.
-
Cause: The version of GSM being used was not compatible with the current GDS catalog.
- ORA-45538: The database version is not compatible with the GDS (Global Data Services) catalog.
-
Cause: The version of the database being added was not compatible with the GDS catalog.
- ORA-45539: Database string has already been added to another pool.
-
Cause: An attempt was made to add a database to a pool, but this database has already been added to another pool.
- ORA-45540: Call to SRVCTL failed with status string, errors: string.
-
Cause: An attempt to call the SRVCTL command line failed with the specified errors.
- ORA-45541: Parameters "-serverpool" and "-cardinality" are invalid for administrator-managed Oracle RAC databases.
-
Cause: The service command stipulated -serverpool or -cardinality but this database was an administrator-managed Oracle RAC database, which does not recognize these parameters.
- ORA-45542: Parameters "-serverpool", "-cardinality", and "-instances" are invalid for non-Oracle RAC databases.
-
Cause: The service command stipulated -serverpool, -cardinality, or -instances but this database was a non-Oracle RAC database, which does not recognize these parameters.
- ORA-45543: Parameter "-instances" is invalid for policy-managed Oracle RAC databases.
-
Cause: The service command stipulated -instances, but this database was a policy-managed Oracle RAC database, which does not recognize this parameter.
- ORA-45544: An invalid weight string was provided for manual override of runtime load balancing.
-
Cause: The string provided by GDSCTL to override runtime load balancing with manual region weights was badly formed.
- ORA-45545: cannot delete all remaining instances
-
Cause: This command would delete all remaining instances from the service, leaving the service in an invalid state.
- ORA-45546: cannot create process to run SRVCTL with system error string
-
Cause: There was a problem creating a new process to run SRVCTL from the command line.
- ORA-45547: A call to SRVCTL failed with error string because of bad parameters.
-
Cause: The command-line execution of SRVCTL failed because of bad parameters.
- ORA-45548: The catalog database can be downgraded, downgrading a catalog database after making changes is not advised.
-
Cause: This is a warning message only. This command required catalog changes and the 'compatible' database parameter indicated that the database could be downgraded. Downgrading a catlog database after making catalog changes is not advised and may cause data loss in the catalog.
- ORA-45549: Catalog changes are not possible without a running GSM at the current version.
-
Cause: This command required catalog changes, which are not allowed unless there is at least one Global Service Manager (GSM) server running at the current version.
- ORA-45550: service does not exist
-
Cause: An attempt was made to start a service that did not exist on the target database.
- ORA-45551: Instance string was not in the instance list for this database.
-
Cause: An attempt was made to delete an instance from this database but the instance was not in the existing instance list.
- ORA-45552: None of the provided instances were in the instance list for this database.
-
Cause: The provided instance list did not contain any valid instances, or the existing instance list for the catalog was empty.
- ORA-45553: Service string does not have any instances defined for database\\(s\\) string.
-
Cause: An attempt was made to start a service on an administrator-managed Oracle RAC database, but there were no instances defined for the service on that database.
- ORA-45554: There are no services that can start on database string.
-
Cause: An attempt was made to start all services for a given database but there were no services that could start.
- ORA-45555: The target database is not in the preferred or available list for this service.
-
Cause: The new database name provided was not in the list of preferred or available databases for the service.
- ORA-45556: A database name or service name was not provided.
-
Cause: A disable service request did not provide either a database name or a service name.
- ORA-45557: The database pool string does not contain a broker configuration.
-
Cause: An attempt was made to remove a broker configuration from a database pool that does not contain one.
- ORA-45558: There are no database pools in this catalog.
-
Cause: The catalog did not have any database pools defined.
- ORA-45559: Global service manager (GSM) string did not provide a version.
-
Cause: The GSM did not provide a version when attempting to connect to the catalog.
- ORA-45560: Database string must contain at least one preferred instance.
-
Cause: The MODIFY command did not add any preferred instances or removed all existing preferred instances from this database.
- ORA-45561: region name is required
-
Cause: A region name was not provided and was required because there were multiple regions in the catalog.
- ORA-45562: The Global Data Services catalog must be created in a root container.
-
Cause: The CREATE CATALOG command could not be executed on a container other than the root container.
- ORA-45563: The pool database cannot be a pluggable database.
-
Cause: The ADD DATABASE command could not add a pluggable database.
- ORA-45564: pool "string" contains a sharded root configuration; only preferred_all services are allowed
-
Cause: An attempt was made to add non-uniform service to a pool that contains a sharded root.
- ORA-45565: pool "string" contains a sharded root configuration; databases cannot be added to this pool
-
Cause: An attempt was made to add a database to a pool that contains a sharded root.
- ORA-45566: pool "string" contains a sharded root configuration
-
Cause: An attempt was made to work with a generic pool that was not a sharded root.
- ORA-45567: pool "string" is not a shard
-
Cause: An attempt was made to work with a generic pool that was not a shard.
- ORA-45568: database link to catalog is invalid
-
Cause: An attempt to use a database link from a pool database to a catalog failed.
- ORA-45570: The string is not empty and cannot be removed.
-
Cause: The shardspace or shardgroup was not empty and contained at least one shardgroup or shard.
- ORA-45572: Remote shard conversion job string failed with error: string
-
Cause: The remote scheduler job to convert a shard from seed has failed.
- ORA-45573: shard open mode is string, it should be READ WRITE
-
Cause: The shard was opened in the incorrect mode for Oracle Data Guard broker setup.
- ORA-45574: shard has role string, it should be PRIMARY
-
Cause: The shard did not have the correct role for Oracle Data Guard broker setup.
- ORA-45575: Deployment has terminated due to previous errors.
-
Cause: Due to previous errors deployment could not continue.
- ORA-45576: Shard string requires conversion from seed, but the remote scheduler is not configured.
-
Cause: The remote scheduler agent is required to convert the shard from a seed, but it has not been configured.
- ORA-45577: cannot convert standby shards to primary shard string because the DBID is unknown
-
Cause: A primary shard was added to the catalog but the DBID was not discovered, and none of the standby shards could be converted.
- ORA-45578: No credential for scheduler jobs.
-
Cause: Credential could not be created or retrieved.
- ORA-45579: There are converted physical standby shards for intended primary seed shard string.
-
Cause: The primary shard was still an unconverted seed, but it had converted standby shards. Standby shards cannot be converted before their primary shard.
- ORA-45580: invalid value specified for input parameter string
-
Cause: The specified parameter was set to an invalid value.
- ORA-45581: cannot mix sharded and non-sharded pools in the same catalog
-
Cause: At attempt was made to create a sharded and a non-sharded database pool in the same catalog.
- ORA-45582: The chunk string was not found or has been moved to another shard.
-
Cause: The client application specified a chunk name associated with the current user call that was not found on the current shard.
- ORA-45583: chunk string does not contain the specified key
-
Cause: The chunk, specified by the client application, was split or never contained the specified key.
- ORA-45584: The shard object to be removed does not exist.
-
Cause: The shardspace or shardgroup that you intended to remove did not exist in catalog.
- ORA-45585: Chunk move failure: target shard is unavailable: "string"
-
Cause: The chunk move failed. The source shard could not connect to the target.
- ORA-45586: Chunk move failure: target shard is in invalid state: "string"
-
Cause: The chunk move failed. The target shard was improperly configured.
- ORA-45587: Chunk move failure: target standby is unavailable; connection string: "string"
-
Cause: The chunk move failed. The source shard could not connect to the target standby shard.
- ORA-45588: Chunk move failure: unable to read tablespace information "string"
-
Cause: Shard metadata inconsistency was detected.
- ORA-45589: Chunk move failure: DB_FILE_CREATE_DEST value is not valid
-
Cause: Shard configuration inconsistency was detected.
- ORA-45590: Chunk move failure: backup cannot be created for tablespace "string"
-
Cause: Shard configuration inconsistency was detected.
- ORA-45591: Chunk move failure: data file copy error. Destination: "string"
-
Cause: There was a database management system (DBMS) file transfer error.
- ORA-45592: Chunk move failure: RPC error on: "string"
-
Cause: There was a database management system (DBMS) file transfer error.
- ORA-45593: Chunk move failure: file delete error on source shard
-
Cause: The backup file could not be deleted from the file system.
- ORA-45594: Chunk move failure: cannot put chunk into read-only state
-
Cause: There was an internal error which prevented a chunk state change.
- ORA-45595: Chunk move failure: export metadata error
-
Cause: There was an internal error which prevented the metadata export.
- ORA-45596: cannot remove region because it contains a shardgroup
-
Cause: The region was not empty because it contained at least one shardgroup.
- ORA-45598: Shard string is in converted state string, it should be either "PRIMARY" or "PHYSICAL STANDBY".
-
Cause: The shard was in an invalid or unsupported state for use with sharding.
- ORA-45599: Shard string is in converted state string, but does not have a valid DBID.
-
Cause: The discovered database identifier (DBID) for the shard was invalid, but the shard was already converted from a shard seed.
- ORA-45600: Transparent Sensitive Data Protection (TSDP) internal error
-
Cause: There was an unexpected error during TSDP operation.
- ORA-45601: Invalid data has been found and discarded. Valid data has been imported.
-
Cause: The names of invalid or nonexistent database objects were found in the XML input.
- ORA-45602: Schema string does not exist.
-
Cause: The schema specified did not exist.
- ORA-45603: Schema string does not contain table string.
-
Cause: The table specified did not exist in the schema.
- ORA-45604: Column string.string does not exist in schema string.
-
Cause: The column specified did not exist.
- ORA-45605: invalid sensitive type string
-
Cause: A sensitive type that was associated with one or more sensitve columns did not exist.
- ORA-45606: There was no sensitive column matching the given criteria.
-
Cause: There was no sensitive column matching the schema, table and column input.
- ORA-45607: Column string.string in schema string has already been identified as sensitive.
-
Cause: The column was already identified as sensitive.
- ORA-45608: There are no sensitive columns for source string.
-
Cause: No sensitive columns were found for the given source.
- ORA-45609: Sensitive type string already exists.
-
Cause: The sensitive type already existed in the database.
- ORA-45610: Sensitive type string does not exist.
-
Cause: The sensitive type did not exist in the database.
- ORA-45611: cannot drop sensitive type string
-
Cause: The sensitive type that is associated with one or more columns could not be dropped.
- ORA-45612: A Transparent Sensitive Data Protection (TSDP) policy with name string already exists.
-
Cause: A TSDP policy with the same name was found.
- ORA-45613: invalid Oracle security feature
-
Cause: The Oracle security feature specified was not supported by Transparent Sensitive Data Protection.
- ORA-45614: invalid Transparent Sensitive Data Protection (TSDP) policy string
-
Cause: The TSDP policy specified did not exist.
- ORA-45615: One or more sensitive column types already exist.
-
Cause: Importing the list of sensitive columns succeeded. However, one or more sensitive column types already existed in the database and were not imported again. The corresponding column is associated with the existing type.
- ORA-45616: Column string.string in schema string is not identified as sensitive.
-
Cause: An attempt was made to alter a column that was not identified as sensitive.
- ORA-45617: Policy string is not associated with sensitive column type string.
-
Cause: The given policy was not associated with the sensitive column type.
- ORA-45618: policy enforcement failure on one or more columns
-
Cause: Policy enforcement on one or more columns encountered errors.
- ORA-45619: Policy string is not enabled on column string.
-
Cause: The given policy was not enabled on the column.
- ORA-45620: Policy string is already associated with sensitive column type string.
-
Cause: The given policy was associated with the sensitive column type.
- ORA-45621: Disabling of a policy on one or more columns failed.
-
Cause: Errors were encountered while disabling one or more policies.
- ORA-45622: warnings generated during policy enforcement
-
Cause: The cause of this error could be one or more of the following: - The policy that was associated with the sensitive column type of a column was not enabled on the column because no subpolicy matched the column properties. - There was no policy associated with the sensitive column type of a sensitive column. - A conflicting redaction policy was enabled on the table.
- ORA-45623: There is no policy associated with the sensitive column type.
-
Cause: There was no policy associated with the sensitive column type of a column.
- ORA-45624: reenabling protection failed before import
-
Cause: Importing the list of sensitive columns failed because there was a problem in disabling protection on the columns. A subsequent attempt to reenable protection on the columns also failed.
- ORA-45625: reenabling protection failed after import
-
Cause: Importing the list of sensitive columns succeeded. A subsequent attempt to reenable protection on the columns failed.
- ORA-45626: Dropping of one or more columns from the list failed.
-
Cause: Disabling protection on the column failed.
- ORA-45627: There are no sensitive columns of sensitive column type string.
-
Cause: There was no column for the given sensitive column type.
- ORA-45628: no policy associated with sensitive column type string
-
Cause: There was no policy associated with the sensitive column type.
- ORA-45629: policy string is enabled on one or more columns
-
Cause: A Transparent Sensitive Data Protection policy that was enabled on a column could not be altered or dropped.
- ORA-45630: Policy string is associated with one or more sensitive types.
-
Cause: A Transparent Sensitive Data Protection policy that was associated with a sensitive column type could not be dropped.
- ORA-45631: Policy string does not have the given condition.
-
Cause: The given condition was not found for the policy.
- ORA-45632: default policy string cannot be altered
-
Cause: The default policy for Transparent Sensitive Data Protection could not be altered.
- ORA-45633: default policy string cannot be dropped
-
Cause: The default policy for Transparent Sensitive Data Protection could not be dropped.
- ORA-45634: The security feature does not contain parameter string.
-
Cause: An invalid parameter was found for the given security feature.
- ORA-45635: invalid parameter found: string
-
Cause: An invalid parameter was found for the given security feature.
- ORA-45636: Input parameter for 'string' is not valid.
-
Cause: Invalid input was given for the parameter.
- ORA-45637: invalid condition given for policy condition
-
Cause: The given condition was invalid.
- ORA-45638: Policy string is enabled on one or more columns of sensitive type string.
-
Cause: A Transparent Sensitive Data Protection policy that was enabled on one or more columns of a particular sensitive type could not be disassociated from the sensitive type.
- ORA-45639: discovery result cannot be imported
-
Cause: One or more columns from the XML input were already identified as sensitive by a different source.
- ORA-45640: Columns from SYS schema cannot be marked as sensitive.
-
Cause: A column in a SYS-owned table was being marked as sensitive.
- ORA-45641: cannot specify SEC_RELEVANT_COLS parameter
-
Cause: The SEC_RELEVANT_COLS parameter was specified while configuring a Transparent Sensitive Data Protection (TSDP) policy. SEC_RELEVANT_COLS_OPT parameter can be specified to indicate that TSDP should input the sensitive column as input to SEC_RELEVANT_COLS parameter at the time of enabling protection.
- ORA-45642: transparent sensitive data protection (TSDP) operation not supported
-
Cause: An attempt was made to perform the TSDP operation from inside the application install or patch begin-end block.
- ORA-45643: specified column cannot be marked as sensitive.
-
Cause: An attempt was made to mark one of the virtual or hidden columns as sensitive.
- ORA-45900: data file number string already included as string
-
Cause: RMAN attempted to use the specified data file number, but this data file number was already in use by a different container database.
- ORA-45902: cannot rename data file 'string' - file was instantly restored.
-
Cause: During ALTER DATABASE RENAME or RMAN command SWITCH, the rename was specified for an instantly restored file.
- ORA-45903: catalog instantly restored data file copy string is not supported
-
Cause: This data file copy was instantly restored. Cataloging such file is not supported.
- ORA-45904: instant restore of data file copy string is not supported
-
Cause: An attempt was made to restore a data file copy in instant restore mode. This is not supported.
- ORA-45905: deleting or restoring instantly restored data file string is not supported
-
Cause: This data file was instantly restored with the full option. A background process was repopulating the data file. An attempt to take the data file out of the process failed. Deleting or restoring such files is not supported.
- ORA-45906: moving instantly restored data file string is not supported
-
Cause: This data file was instantly restored. Moving such file is not supported.
- ORA-45907: instant restore of data file string failed
-
Cause: During an instant restore, it was not possible to initialize the destination data file. There might be other messages on the error stack or alert log or trace file that indicate the specific reason for the failure. One common reason for this message is that the instant restore feature is disabled in this database.
- ORA-45908: cannot create a control file record for data file number string
-
Cause: This data file was instantly restored. An attempt was made to create a record in the control file for the data file. Unless the database is mounted, this command cannot be completed.
- ORA-45909: restore, recover or block media recovery may be in progress
-
Cause: A backup or copy was attempted while restore, recover or block media recovery was in progress. This error should be preceded by another error indicating file access enqueue problem for a file specified in a backup, copy or restore operation.
- ORA-45910: cannot look up the rewrapped key for tablespace string
-
Cause: During transport, an encrypted tablespace could not find its rewrapped key as part of an RMAN cross-platform command.
- ORA-45911: cannot restore as encrypted/decrypted on database with compatibility below 12.2
-
Cause: Restore with encryption and decryption is only supported on 12.2 compatible databases and above.
- ORA-45912: cannot restore as encrypted or decrypted from backup piece having compatibility of Oracle Database earlier than release 11g release 2 (11.2)
-
Cause: An attempt was made to restore with encryption and decryption for backups with compatibility less or equal to Oracle Database 11g release 2 (11.2).
- ORA-45913: cannot backup file string because it belongs to dropped PDB
-
Cause: The indicated file was not included in the backup because it belongs to a dropped pluggable database (PDB).
- ORA-45914: cannot backup a mounted control file of type backup
-
Cause: An attempt was made to backup a control file when the mounted control file at that time was a backup control file. This is not allowed.
- ORA-45915: physical block size %0!s does not match logical block size %1!s
-
Cause: The physical block size and logical block size of the backup piece did not match.
- ORA-45916: must use backup control file that has dropped PDB with GUID string
-
Cause: Some restored files belonged to the dropped pluggable database (PDB) with respect to the current control file.
- ORA-45917: nonexistent backup piece or data file "string" in the current container
-
Cause: An attempt was made to access a backup piece or data file. This attempt failed because the specified file is not known to the current container.
- ORA-45918: data file string is offline: incremental-start SCN is too recent
-
Cause: The incremental-start system change number (SCN) which was specified when starting an incremental data file backup is greater than the data file checkpoint SCN, which could cause some blocks to be missed.