Category Archives: ORA Database Error Messages

ORA-31050: Access denied

oracle

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

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31048: Unsaved resources cannot be updated

oracle

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

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

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

oracle

ORA-31047: Could not retrieve resource data at path string
Cause: An error occurred while retrieving the contents and/or metadata of a resource
Action: Contact Oracle customer support

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

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

oracle

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

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

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

oracle

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

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31044: Top-level prefix length string exceeds maximum string

oracle

ORA-31044: Top-level prefix length string exceeds maximum string
Cause: An attempt was made to save to disk a top-level XML namespace prefix whose length exceeded the maximum
Action: Do not define XML namespace prefixes that exceed the maximum length

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31043: Element ‘string’ not globally defined in schema ‘string’

oracle

ORA-31043: Element 'string' not globally defined in schema 'string'
Cause: The specified element name has not been defined at the top level of the XML schema (i.e. globally). Elements must be defined globally to be the root of an XMLType object
Action: Check the XML schema definition to make sure the specified element name has been defined at the top level

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31042: Too many properties in type ‘string’

oracle

ORA-31042: Too many properties in type 'string'
Cause: The type can only have the same number of properties (elements and attributes) as a table can have columns
Action: Modify the XML schema to move properties into subelements that are not inlined

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31041: Property string: Memory type (string) not compatible with database type (string)

oracle

ORA-31041: Property string: Memory type (string) not compatible with database type (string)
Cause: The memory type associated with this property is mapped to an incompatible database type, and a conversion cannot be made
Action: This is an internal error, generally resulting from corruption of the compiled XML schema. Re-register schemas, or contact Oracle support

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/

ORA-31040: Property string: XML type (string) not compatible with internal memory type (string)

oracle

ORA-31040: Property string: XML type (string) not compatible with internal memory type (string)
Cause: The XML datatype given is inconsistent with the database datatype, and a conversion cannot be made
Action: This is an internal error, generally resulting from corruption of the compiled XML schema. Re-register schemas, or contact Oracle support

Back to previous menu

https://support.oracle.com/
http://www.oracle.com/