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

ORA-01763: update or delete involves outer joined table

1 Answers  


ORA-23382: materialized view repgroup "string"."string" is not registered at site string

1 Answers  


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

1 Answers  


ORA-01505: error in adding log files

1 Answers  


RMAN-06062: can not backup SPFILE because the instance was not started with SPFILE

1 Answers  






DRG-11516: user must be at least in role CTXUSER to perform this operation

1 Answers  


ORA-23456: flavor string does not contain "string"

1 Answers  


ORA-25115: duplicate BLOCK option specification

1 Answers  


ORA-29852: keyword IS is missing

1 Answers  


ORA-24023: Internal error in DBMS_AQ_EXP_INTERNAL.string [string] [string]

1 Answers  


RMAN-06515: archived logs required to recover from this copy will expire when this copy expires

1 Answers  


ORA-00297: must specify RECOVER DATAFILE LIST before RECOVER DATAFILE START

1 Answers  


Categories