You are here: Home // Oracle 11g
ORA-19282: XQST0068 – It is a static error if a Prolog contains more than one xmlspace declaration
ORA-19282: XQST0068 – It is a static error if a Prolog contains more than one xmlspace declaration
Database version: Oracle 11g Release 2 (11.2)
Cause: The query prolog contained multiple xmlspace declarations.
Solution: Remove the duplicate xmlspace declarations.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19281: XQST0055 – It is a static error if a Prolog contains more than one copy-namespaces declaration
ORA-19281: XQST0055 – It is a static error if a Prolog contains more than one copy-namespaces declaration
Database version: Oracle 11g Release 2 (11.2)
Cause: The query prolog contained multiple copy-namespaces declarations.
Solution: Remove the duplicate copy-namespaces declarations.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19280: XQuery dynamic type mismatch: expected atomic value – got node
ORA-19280: XQuery dynamic type mismatch: expected atomic value – got node
Database version: Oracle 11g Release 2 (11.2)
Cause: A node was passed in to the expression where an atomic value was expected.
Solution: Correct the XQuery expression to return an atomic value.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19279: XPTY0004 – XQuery dynamic type mismatch: expected singleton sequence – got multi-item sequence
ORA-19279: XPTY0004 – XQuery dynamic type mismatch: expected singleton sequence – got multi-item sequence
Database version: Oracle 11g Release 2 (11.2)
Cause: The XQuery sequence passed in had more than one item.
Solution: Correct the XQuery expression to return a single item sequence.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19278: Invalid value: (string) for type: (string)
ORA-19278: Invalid value: (string) for type: (string)
Database version: Oracle 11g Release 2 (11.2)
Cause: The value was invalid for the type.
Solution: Correct the value or change the type.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19277: XPST0005 – XPath step specifies an item type matching no node: (string)
ORA-19277: XPST0005 – XPath step specifies an item type matching no node: (string)
Database version: Oracle 11g Release 2 (11.2)
Cause: The XPath step specified an item type that did not match any nodes according to the input XML schema or structure.
Solution: Correct the item type defintion as node of such type does not exit in the input XML schema or structure.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19276: XPST0005 – XPath step specifies an invalid element/attribute name: (string)
ORA-19276: XPST0005 – XPath step specifies an invalid element/attribute name: (string)
Database version: Oracle 11g Release 2 (11.2)
Cause: The XPath step specified invalid element or attribute name that did not match any nodes according to the input XML schema or structure.
Solution: Correct the element or attribute name as the name may be mis-spelled.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19275: XQST0055 – schema path string not found in list of in-scope schema definitions
ORA-19275: XQST0055 – schema path string not found in list of in-scope schema definitions
Database version: Oracle 11g Release 2 (11.2)
Cause: The ElementTest specified a schema path that could not be found in the list of in-scope schema definitions.
Solution: Include the appropriate schema that can be used to resolve the ElementTest.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19274: XQST0054 – variable initialization failed due to circularity
ORA-19274: XQST0054 – variable initialization failed due to circularity
Database version: Oracle 11g Release 2 (11.2)
Cause: A circular definition was encountered when the variable was initialized.
Solution: Remove the circularity in the initialization.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19273: XQST0053 – empty string in namespace declaration
ORA-19273: XQST0053 – empty string in namespace declaration
Database version: Oracle 11g Release 2 (11.2)
Cause: An empty string was used in a namespace declaration.
Solution: Fix the namespace declaration to have a non-empty string.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19272: XQDY0052 – invalid atomic value in attribute or element constructor
ORA-19272: XQDY0052 – invalid atomic value in attribute or element constructor
Database version: Oracle 11g Release 2 (11.2)
Cause: The content of the element or attribute constructor included an atomic value that could not be cast into a string.
Solution: Fix the content to contain atomic values that can be cast to a string.
Read More →
Tags: ora, Oracle 11g Release 2
ORA-19271: XPST0051 – invalid atomic type definition
ORA-19271: XPST0051 – invalid atomic type definition
Database version: Oracle 11g Release 2 (11.2)
Cause: The QName used as an AtomicType in a SequenceType was not defined in the in-scope type definitions as an atomic type.
Solution: Use the correct atomic type name.
Read More →
Tags: ora, Oracle 11g Release 2