Error loading special chars using oracle enterprise stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
bgs
Participant
Posts: 22
Joined: Sat Feb 05, 2005 9:43 pm

Error loading special chars using oracle enterprise stage

Post by bgs »

I am trying to load special characters (characters of a different language) into oracle table using oracle enterprise stage. target column is varchar .
I am able to load the record into table but the characters are changed to something else. Is there any setting I have to change so that oracle enterprise stage loads them without changing?
Using user defined update in enterprise stage.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

What is the NLS setting in your target? Does it match your datastage NLS setting? Is NLS enabled? Why is the sky blue?
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Character mapping must be consistent across all phases of the ETL.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Meaning you need to know the character set of your source and you need to know the characterset of your target and handle any mapping issues appropriately.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply