Sunday, 1 April 2012

ORA-19223: XP0003 - syntax error in XQuery expression

ORA-19223: XP0003 - syntax error in XQuery expression

Cause: The given XQuery expression contains syntax errors.

Action: Fix the syntax error in the XQuery expression.

ORA-19222: XP0002 - XQuery dynamic context component string not initialized

ORA-19222: XP0002 - XQuery dynamic context component string not initialized

Cause: An unitialized dynamic context component was encountered during the evaluation of the expression.

Action: Initialize the particular dynamic context component.

ORA-19221: XP0001 - XQuery static context component string not initialized

ORA-19221: XP0001 - XQuery static context component string not initialized

Cause: An unitialized static context component was encountered during the static analysis of the expression.

Action: initialize the given static context.

ORA-19212: no key columns specified before call to DBMS_ XMLSTORE.updateXML()

ORA-19212: no key columns specified before call to DBMS_ XMLSTORE.updateXML()

Cause: No columns were specified as key columns before the call to DBMS_ XMLSTORE.updateXML.

Action: Use DBMS_XMLSTORE.setKeyColumn() to specify key columns

ORA-19211: column string , specified as key using DBMS_ XMLSTORE.setKeyColumn() , must be of scalar type

ORA-19211: column string , specified as key using DBMS_ XMLSTORE.setKeyColumn() , must be of scalar type

Cause: The column specified using setKeyColumn() was a non-scalar type column.

Action: Change the column specified to be a scalar column in the table

ORA-19210: column string , specified to be a key or update column for DBMS_ XMLSTORE, does not not exist in table string

ORA-19210: column string , specified to be a key or update column for DBMS_ XMLSTORE, does not not exist in table string

Cause: The column specified using setKeyColumn() or setUpdateColumn() did not exist in the table.

Action: Change the column specified to be a column in the table

ORA-19209: invalid or unsupported formatting argument

ORA-19209: invalid or unsupported formatting argument

Cause: An invalid or unsupported formatting argument was supplied

Action: Change the formatting argument to legal supported values