Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: sqlldr and character set
COAST wrote:
> Hi NG
>
> how can I change the character set from "PC DOS" to e.g. WE8MSWIN1252
> importing datas using sglldr.
>
> Thanks
> Peter
C:> set nls_lang=AMERICAN_AMERICA.WE8ISO8859P1
C:> sqlldr .....
Permanent (well... more permanent) changes are made in the registry, using regedt32. Be careful; if you're not familiar with the registry, don't attempt this at home!
-- Regards, Frank van BortelReceived on Fri Jun 11 2004 - 06:13:29 CDT