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

TNS-01027: Listener Trace File string

1 Answers  


ORA-28043: invalid bind credentials for DB-OID connection

1 Answers  


ORA-32060: channel failure

1 Answers  


PCC-02340: structure contains a bit field

1 Answers  


ORA-12817: parallel query option must be enabled

1 Answers  






ORA-26051: internal error parsing packed decimal format string

1 Answers  


PCB-00225: Undeclared SQL identifier "string"

1 Answers  


ORA-00369: Current log of thread string not useable and other log being cleared

1 Answers  


QSM-00788: the table string is invalid for directive string

1 Answers  


ORA-24159: invalid variable definiton

1 Answers  


ORA-27455: Only "SYS" is a valid schema for a string.

1 Answers  


PCC-01014: "VARYING" not supported with PIC N PICTURE clause

1 Answers  


Categories