ORA-36691: (NTEXTCNV02) Invalid escape sequence in argument to UNISTR function: string.
Cause: The user called the UNISTR function on a string that had an invalid escape sequence. The only valid escape sequences in UNISTR are 1.) an escape-escape sequence, and 2.) an escape, followed by exactly four hexadecimal digits.
Action: Make sure that all escape sequences in UNISTR arguments are exactly four hexadecimal digits. To represent codepoints whose value is less than 0x1000, use preceding zeros. WRONG: 0x10; RIGHT: 0x0010.
ORA-36692
Custom Search


More Oracle errors
NID-00338Control Files in database:
ORA-30034Undo tablespace cannot be specified as temporary tablespace
LSX-00238invalid Nmtoken "~S"
ORA-01603illegal grouping size in clause "string" of string
ORA-36904(XSAGDNGL44) In AGGMAP workspace object, RELATION workspace object occurs after a dynamic model. The dynamic model must be the last calculation within the AGGMAP.
ORA-13802failed to purge SQL Tuning Base entry from sql$
ORA-19123FORG0003: fn:zero-or-one() called with a sequence containing more than one item
NNL-00547Displays rename request statistics
QSM-02049subquery using the ANY clause in mv
ORA-27101shared memory realm does not exist
PCC-02360This array type is invalid for use with ARRAYLEN statement
ORA-02215duplicate tablespace name clause
KUP-11012file string in string already exists
ORA-16630database property has been deprecated
ORA-39786Number of columns does not match between export and import databases
DRG-10855CTXRULE indextype does not support the token type
ORA-32013failure in verifying parameters from the restored SPFILE
ORA-01453SET TRANSACTION must be first statement of transaction
ORA-24434OCIStmtRelease called before OCIStmtPrepare2.
CLSR-00525prsr initialization failed




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
ORA-36691(NTEXTCNV02) Invalid escape sequence in argument to UNISTR function: string.