Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Update NCHAR

Update NCHAR

From: Oliver Wong <oliverwong_at_aforce.com>
Date: Fri, 09 Nov 2001 15:56:59 +0800
Message-ID: <3BEB8C4B.BA4DF2F1@aforce.com>


How can I update the NCHAR field?
The tt is a NCHAR(10).

SQL> update po_header set tt='ol';
update po_header set tt='ol'
*
ERROR at line 1:
ORA-12704: character set mismatch Received on Fri Nov 09 2001 - 01:56:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US