Saturday 26 May 2012

ORA-31113: XDB configuration may not be updated with non-schema compliant data

ORA-31113: XDB configuration may not be updated with non-schema compliant data

Cause: An attempt was made to update the XDB configuration resource with non-schema or non-schema compliant data.

Action: Check the document to make sure it is schema based and schema compliant.

ORA-31112: fail to string for string port using xdb configuration

ORA-31112: fail to string for string port using xdb configuration

Cause: port number for the defined presentation is not valid

Action: Either the port number is already in use or it is protected. Specify another port number.

ORA-31111: table string cannot be hierarchically enabled

ORA-31111: table string cannot be hierarchically enabled

Cause: Trigger lamp;lt;lamp;nbsp;tabnamelamp;gt;_xdb_pitrigger already exists

Action: Delete all rows in the hierarchical index and then rebuild it.

ORA-31105: User does not own lock string

ORA-31105: User does not own lock string

Cause: The lock to be unlocked is not owned by the user.

Action: none

ORA-31104: Cannot find lock with token string on string for unlock

ORA-31104: Cannot find lock with token string on string for unlock

Cause: The lock may have been unlock or it may have expired.

Action: No action needed. Unlock already successful.

ORA-31103: Resource locked in shared mode. Cannot add exclusive lock

ORA-31103: Resource locked in shared mode. Cannot add exclusive lock

Cause: The resource is locked in shared mode. Cannot add a shared lock.

Action: Try locking in shared mode or unlocking the existing lock.

ORA-31102: Already locked in exclusive mode. Cannot add lock.

ORA-31102: Already locked in exclusive mode. Cannot add lock.

Cause: The resource is already locked in exclusive mode. Cannot add another lock.

Action: Unlock the existing lock.

ORA-31101: Token string not given while locking resource string

ORA-31101: Token string not given while locking resource string

Cause: Locking attempted on resource when the pricipal already owns a lock given by the token above.

Action: Reattempt the lock with the token.

ORA-31100: XDB Locking Internal Error

ORA-31100: XDB Locking Internal Error

Cause: An XDB Locking Internal error has occurred.

Action: Contact Oracle Support.

ORA-31099: XDB Security Internal Error

ORA-31099: XDB Security Internal Error

Cause: An XDB Security internal error has occurred.

Action: Contact Oracle Support. or or or or or or 31100 - 31110 reserved for WebDAV compliant resource locks

ORA-31097: Hierarchical Index not empty

ORA-31097: Hierarchical Index not empty

Cause: An attempt was made to rebuild the hierarchical index which is not empty.

Action: Delete all rows in the hierarchical index and then rebuild it.

ORA-31096: validation failed for schema

ORA-31096: validation failed for schema

Cause: The XML Schema could not be validated.

Action: Make sure that the SQLType and other datatype mapping is valid.

ORA-31095: cannot generate string : string.string already exists

ORA-31095: cannot generate string : string.string already exists

Cause: The type or table name specified in the XML schema document cannot be generated because it is already being used.

Action: Use different names for types or tables or use the NOGEN mode so that schema compiler does not generate new types or tables.

ORA-31094: incompatible SQL type string for attribute or element string

ORA-31094: incompatible SQL type string for attribute or element string

Cause: The SQL type information provided in the XML schema is not compatible with the XML datatype for the specified attribute or element.

Action: Make sure that the specified SQL types are compatible with the declared XML datatypes.

ORA-31093: null or invalid value specified for parameter : string

ORA-31093: null or invalid value specified for parameter : string

Cause: The argument value passed for the given parameter is null or invalid.

Action: Make sure that all the input argument values are valid.

ORA-31092: invalid SQL name string

ORA-31092: invalid SQL name string

Cause: The XML schema document contains an invalid SQL name. For example, the values of attributes SQLName, SQLType, defaultTable.

Action: Make sure that all names of SQL schema objects specified in the XML schema document are valid SQL names. This implies that the database length and other restrictions on names be satisfied.

ORA-31091: empty string specified as a SQL name

ORA-31091: empty string specified as a SQL name

Cause: The XML schema document contains a null SQL name. For example, the values of attributes SQLName, SQLType, defaultTable.

Action: Make sure that all names of SQL schema objects specified in the XML schema document are valid SQL names. Otherwise, remove such attributes from the schema and try again.

ORA-31090: invalid database schema name string

ORA-31090: invalid database schema name string

Cause: The XML schema document contains an invalid database schema name For example, the value of attribute SQLSchema

Action: Make sure that all database user or schema names specified in the XML schema document refer to existing database users or schemas.

ORA-31089: schema string does not target namespace string

ORA-31089: schema string does not target namespace string

Cause: The schema document contains references (via include and import definitions) to other schemas that do not belong to valid namespaces.

Action: Make sure that all schemas referenced via include definitions target the same namespace as the parent schema. Further make sure that the namespace specified in the import definition matches the actual target namespace of the specified schema.

ORA-31088: object string . string depends on the schema

ORA-31088: object string . string depends on the schema

Cause: An attempt was made to delete a schema which has dependent objects.

Action: Either drop the dependent objects prior to deleting the schema or use the CASCADE or FORCE options.

ORA-31087: insufficient privileges to delete schema string

ORA-31087: insufficient privileges to delete schema string

Cause: An attempt was made to delete a schema resource without sufficient privileges.

Action: Make sure that the user has sufficient privileges to delete the schema.

ORA-31086: insufficient privileges to register schema string

ORA-31086: insufficient privileges to register schema string

Cause: An attempt was made to register a schema without sufficient privileges.

Action: Make sure that the user has sufficient privileges to register the schema.

ORA-31085: schema string already registered

ORA-31085: schema string already registered

Cause: An attempt was made to register a schema with the same URL as a previously registered schema.

Action: Register the schema with a different URL.

ORA-31084: error while creating table string . string for element string

ORA-31084: error while creating table string . string for element string

Cause: An error occurred while trying to create the table based on the declaration for the identified element.

Action: Fix the identified error and try again.

ORA-31083: error while creating SQL type string . string

ORA-31083: error while creating SQL type string . string

Cause: An error occurred while trying to create the SQL type based on the specification of a complex type.

Action: Fix the identified error and try again.

ORA-31082: invalid attribute string specified in declaration of string

ORA-31082: invalid attribute string specified in declaration of string

Cause: The XML schema specifies an invalid attribute.

Action: Remove specification of the invalid attribute.

ORA-31081: name not specified for global declaration

ORA-31081: name not specified for global declaration

Cause: The XML schema does not specify the name for the global declaration of attribute or element or simpleType or complexType.

Action: Specify names for all global declarations.

ORA-31080: type not specified for attribute or element string

ORA-31080: type not specified for attribute or element string

Cause: The identified attribute or element does not have a type.

Action: Make sure that every attribute and element has a valid type specification.

ORA-31079: unable to resolve reference to string string

ORA-31079: unable to resolve reference to string string

Cause: The identified type or attribute or element could not be resolved.

Action: Make sure that the name corresponds to a valid XML (simple or complex) type or attribute or element and try again.

ORA-31078: error in SQL mapping information

ORA-31078: error in SQL mapping information

Cause: There is an error in the SQL type and table specification within the XML Schema.

Action: Ensure that all specified SQL types and tables are valid and compatible with the corresponding XML types.

ORA-31077: invalid attribute string specified

ORA-31077: invalid attribute string specified

Cause: The XML schema specifies an invalid attribute.

Action: Remove specification of the invalid attribute.

ORA-31076: required attribute string not specified

ORA-31076: required attribute string not specified

Cause: The XML schema does not specify a required attribute.

Action: Specify a value for the required attribute.

ORA-31075: invalid string declaration in XML Schema

ORA-31075: invalid string declaration in XML Schema

Cause: The XML schema contains an invalid declaration identified by the message.

Action: Fix the identified error and try again.

ORA-31074: XML comment length string exceeds maximum string

ORA-31074: XML comment length string exceeds maximum string

Cause: The length of the disk-formatted XML comment exceeded the maximum.

Action: Keep outer XML comments declarations below the maximum length. or or or or or or 31075 - 31099 reserved for XML Schema Compiler

ORA-31073: Resource not retrieved using path name

ORA-31073: Resource not retrieved using path name

Cause: An attempt was made to access the path name of a resource that was either never saved to disk or was loaded using a method other than with its path name.

Action: Perform path name operations only on resources obtained using a path name.

ORA-31072: Too many child nodes in XMLType fragment for updateXML

ORA-31072: Too many child nodes in XMLType fragment for updateXML

Cause: An attempt was made to pass an XMLType fragment with multiple children as new data for the updateXML operator.

Action: Extract the desired child from the XMLType before passing it to updateXML as the desired new XML node.

ORA-31071: Invalid database username or GUID string

ORA-31071: Invalid database username or GUID string

Cause: An attempt was made to set an invalid username or GUID into an XDB resource metadata property.

Action: Verify the validity of the username or GUID and try again.

ORA-31070: Invalid database user ID string

ORA-31070: Invalid database user ID string

Cause: An attempt was made set an invalid user ID into an XDB resource metadata property.

Action: Verify the validity of the user ID and try again.

ORA-31069: Cannot apply typed changes to non-schema-based XMLType nodes

ORA-31069: Cannot apply typed changes to non-schema-based XMLType nodes

Cause: An attempt was made to insert, delete, or update a non-schema-based XMLType node using an XML schema definition.

Action: Make changes to non-typed nodes only by referencing their tag names.

ORA-31068: updateXML expected data format (string( instead of (string(

ORA-31068: updateXML expected data format (string( instead of (string(

Cause: An attempt was made to use updateXML to update data with a node of the incorrect type. Text and attribute nodes must be updated with string data, whereas element nodes must be updated with XMLType data.

Action: Use CREATEXML or getStringVal to coerce the new data to the proper format.

ORA-31067: XML nodes must be updated with valid nodes and of the same type

ORA-31067: XML nodes must be updated with valid nodes and of the same type

Cause: An attempt was made to use updateXML to update an XML node with a node of another type.

Action: Ensure that the node specified by the XPath matches the type of new data provided.

ORA-31066: Insertion of string into string creates a cycle

ORA-31066: Insertion of string into string creates a cycle

Cause: An attempt was made to insert a link into the XDB hierarchy that would create a cycle in the tree.

Action: Ensure that links to existing resources do not cause cycles.

ORA-31065: Cannot modify read-only property (string(

ORA-31065: Cannot modify read-only property (string(

Cause: An attempt was made to modify an immutable XML node.

Action: Use only read operations on such properties.

ORA-31064: Cannot instantiate abstract element or property (string(

ORA-31064: Cannot instantiate abstract element or property (string(

Cause: An attempt was made instantiate an abstract element.

Action: Use only read operations on such elements.

ORA-31062: Cannot delete an unsaved resource

ORA-31062: Cannot delete an unsaved resource

Cause: An attempt was made to delete a resource that had not been saved to disk.

Action: Delete only saved resources.

ORA-31060: Resource at path string could not be deleted

ORA-31060: Resource at path string could not be deleted

Cause: An error occurred while deleting the named resource. The specific error can be found one lower on the error stack.

Action: Look at the next error on the stack and take approprate action.

ORA-31059: Cannot insert root XML document node if it already exists

ORA-31059: Cannot insert root XML document node if it already exists

Cause: An attempt was made to insert a root node into an XML document that already had a root node.

Action: Call the appropriate replace function to replace the node instead of inserting it anew.

ORA-31058: cannot modify read-only XOBs

ORA-31058: cannot modify read-only XOBs

Cause: Read-Only XOBs cannot be modified.

Action: Use only read operations on such a XOB.

ORA-31057: Display Name of the element being inserted is null

ORA-31057: Display Name of the element being inserted is null

Cause: The Display Name of the element which is being inserted into the RESOURCE_VIEW is null

Action: Specify the Display Name and insert the element into RESOURCE_VIEW

ORA-31056: The document being inserted does not conform to string

ORA-31056: The document being inserted does not conform to string

Cause: The XMLType element being inserted into the RESOURCE_VIEW does not conform to the specified Schema

Action: Insert an element which conforms to the specified Schema

ORA-31055: A null XMLType element cannot be inserted into RESOURCE_VIEW

ORA-31055: A null XMLType element cannot be inserted into RESOURCE_VIEW

Cause: The element which is being inserted into the RESOURCE_VIEW is NULL

Action: Specify a non-null XMLType element to insert into RESOURCE_VIEW

ORA-31054: The string operator cannot have an ancillary operator

ORA-31054: The string operator cannot have an ancillary operator

Cause: An ancillary operator was used with an operator which does not does not support ancillary operators

Action: Remove the ancillary operator in the query

ORA-31053: The value of the depth argument in the operator cannot be negative

ORA-31053: The value of the depth argument in the operator cannot be negative

Cause: The value of the depth argument passed to the primary operator is not a positive integer

Action: Pass a positive value of the depth argument

ORA-31052: Cannot delete ACL with other references

ORA-31052: Cannot delete ACL with other references

Cause: The requested deletion of an ACL resource cannot proceed. The ACL is in use by other resources.

Action: Remove the resources that are making reference to the ACL in question and try again.

ORA-31051: Requested access privileges not supported

ORA-31051: Requested access privileges not supported

Cause: The requested access privileges are not supported for the specified resource.

Action: Ensure that the set of requested access privileges are valid access privileges for the specified resource.

ORA-31050: Access denied

ORA-31050: Access denied

Cause: The requested access privileges have not been granted to the current user. User must be granted privileges prior to resource access.

Action: Check the set of requested access privileges to make sure that they are included in the set of access privilges granted to the user.

ORA-31048: Unsaved resources cannot be updated

ORA-31048: Unsaved resources cannot be updated

Cause: An attempt was made to update a resource that was never saved to disk.

Action: Perform a resource insertion instead.

ORA-31047: Could not retrieve resource data at path string

ORA-31047: Could not retrieve resource data at path string

Cause: An error occurred while retrieving the contents and or or metadata of a resource.

Action: Contact Oracle customer support.

ORA-31046: Incorrect argument(s) specified in the operator

ORA-31046: Incorrect argument(s) specified in the operator

Cause: One or more of the arguments specified in the operator in the query are incorrect

Action: Correct the arguments specified in the operator

ORA-31045: Cannot store more than string extras outside the root XML node

ORA-31045: Cannot store more than string extras outside the root XML node

Cause: An attempt was made to store more than the maximum number of XML extras (e.g. comments and processing instructions) either before or after the document s root node.

Action: Keep the number of extras outside the root node below the maximum.