OCI-31196: XML nodes over string in size cannot be printed
Cause: An attempt was made to use an XML Text Node with a size greater than 64K, or an XML Comment Node with a size greater than 4K. These cannot be printed. For example, trying to add children to an attribute node, or passing in a document node as a child, are unsupported operations.
Action: Use getClobVal() or getStringVal() to print the Document.
OCI-31197
Custom Search


More Oracle errors
ORA-13864Statistics aggregation for service (module/action) string is already enabled
ORA-30731scope constraint not allowed on nested table column when the nested table is being created
ORA-41672invalid rowid passed in for "string" table
ORA-12987cannot combine drop column with other operations
ORA-30027Undo quota violation - failed to get string (bytes)
ORA-00602internal programming exception
ORA-00134invalid DISPATCHERS specification #string
ORA-03137TTC protocol internal error : [string] [string] [string] [string] [string] [string
RMAN-06134host command complete
SQL*Loader-00430NULL nested table element is not allowed
ORA-38725specified name "string" does not match actual "string"
ORA-22320missing user version string
TNS-00015INTCTL: error while closing terminal input channel
NNL-00042LDAP bind failure: number, string
ORA-26663error queue for apply process string must be empty
ORA-38440attribute set string does not exist
TNS-00540SSL protocol adapter failure
ORA-14704Create table as select disallowed for SYSTEM patitioned tables
ORA-12820invalid value for DEGREE
NZE-28796access method is not supported




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
OCI-31196XML nodes over string in size cannot be printed