ORA-36691: (NTEXTCNV02) Invalid escape sequence in argument
to UNISTR function: string.



ORA-36691: (NTEXTCNV02) Invalid escape sequence in argument to UNISTR function: string...

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-50850: %(1)s

1 Answers  


ORA-32771: cannot add file to bigfile tablespace

2 Answers  


ORA-31614: routine string received this error from string: string

1 Answers  


DRG-11725: phrase does not have any synonyms

1 Answers  


NZE-28829: no cipher type specified

1 Answers  






ORA-09879: sstascre/sstasat: shmat error, unable to attach tas read page

1 Answers  


NZE-28867: Integer value is too big.

1 Answers  


ORA-28605: bitmap indexes cannot be reversed

1 Answers  


ORA-00366: log string of thread string, checksum error in the file header

1 Answers  


ORA-24390: Unsupported scrollable cursor operation

1 Answers  


ORA-06606: LU6.2 Driver: Unexpected response from SNA

1 Answers  


QSM-02050: subquery using the ALL clause in mv

1 Answers  


Categories