loading Chinese data

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ayan
Participant
Posts: 64
Joined: Fri Oct 23, 2009 4:09 am

loading Chinese data

Post by ayan »

I will have to create a simple job which reads from a delimited file and load in oracle (using OCI stage).Only thing is that data is in Chinese language.Oracle DB character set is UTF8.What configuration do I have to do at datastage level?One I can think of is to set up NLS as UTF8 at job level.Request your suggestion.
Ayan
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You don't really need to do much, if anything, in DataStage. Tell DS that the source file is UTF-8 and ensure that your environment Oracle variables are correctly entered and the data will load correctly (the "view data" won't show correctly, but that is a known restriction in DataStage)
ayan
Participant
Posts: 64
Joined: Fri Oct 23, 2009 4:09 am

Post by ayan »

What are the environment Oracle variables you are referring here?
Ayan
ayan
Participant
Posts: 64
Joined: Fri Oct 23, 2009 4:09 am

Post by ayan »

What are the environment Oracle variables you are referring here?
Ayan
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Specifically for Oracle you should ensure that NLS_LANG is set to the correct character set.
ayan
Participant
Posts: 64
Joined: Fri Oct 23, 2009 4:09 am

Post by ayan »

Yes..did just that..working...Thanks.
Ayan
Post Reply