Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Update NCHAR
try this:
update po_header set tt = TRANSLATE('o1' USING NCHAR_CS);
hth
Rüdiger J. Schulz
Oliver Wong <oliverwong_at_aforce.com> wrote:
>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
>
-- __________________________________________________________ News suchen, lesen, schreiben mit http://newsgroups.web.deReceived on Fri Nov 09 2001 - 03:24:10 CST
![]() |
![]() |