Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: unicode
Was the database built using the unicode (UTF8) character set? I think
you need to start with this, or us UTF8 for the NLS character set and
use NLS types.
Even with the above, I'm not sure what level of unicode support exists in sqlldr - you might need to use Java.
-Peter
Daud wrote:
>
> Hi
>
> I need to be able to create a table with the following fields:
>
> MsgNbr integer - Primary Key
> EngMsg varchar2(255)- Message in english
> ThaiMsg varchar2(255)- Message in Thai
>
> I have already created the table. I then created a control file with
> the data to be loaded embedded in it and try to load it using
> sqlloader. Everytime I try I get an error message. I suspect it is
> because the control file is saved in unicode.
>
> Can anyone suggest a way to solve this problem, please.
> Is there anything else in need to do?
>
> rgds
> daud11_at_hotmail@com
Received on Fri Mar 08 2002 - 14:28:39 CST
![]() |
![]() |