Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Update NCHAR
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
![]() |
![]() |