重庆思庄Oracle、、PostgreSQL、Redhat认证学习论坛

标题: ORA-36691: (NTEXTCNV02) Invalid escape sequence in argument to UNISTR [打印本页]

作者: michaeljet    时间: 2016-9-5 16:03
标题: ORA-36691: (NTEXTCNV02) Invalid escape sequence in argument to UNISTR
ORA-36691: (NTEXTCNV02) Invalid escapesequence in argument to UNISTR
function: string.
Cause: The user called the UNISTRfunction on a string that had an invalid escape
sequence. The only valid escape sequences in UNISTR are1.) an escape-escape
sequence, and 2.) an escape, followed by exactly fourhexadecimal digits.
Action: Make sure that all escapesequences in UNISTR arguments are exactly
four hexadecimal digits. To represent codepoints whosevalue is less than 0x1000,
use preceding zeros. WRONG: 0x10; RIGHT: 0x0010.






欢迎光临 重庆思庄Oracle、、PostgreSQL、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2