Error while loading data into oracle table

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
nirdesh2
Participant
Posts: 56
Joined: Thu Nov 20, 2008 12:18 pm
Location: Noida

Error while loading data into oracle table

Post by nirdesh2 »

We are getting the following error while loading data into Oracle table using Load and Appened method "Error when checking composite operator: Caught parsing exception during wrapDescribeOperator(): Could not find type: oratype:0". When we use upsert method, table is loaded without error. Only issue is with Load method.
Nirdesh Kumar
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I don't know what the cause is, but seeing the word "type" would lead me to look at what Oracle data types you are using.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Take a look at the score for this step (job). What are the operators that make up the composite operator?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
nirdesh2
Participant
Posts: 56
Joined: Thu Nov 20, 2008 12:18 pm
Location: Noida

Post by nirdesh2 »

This problem is not occuring for single job but also occuring for all the jobs where we are loading the data in Load append mode while working fine when we change the mode to Upsert.Actually we have 2 schema on same database and tables are also same in both schema. In one schema we have public synonyms and in other one we have private syononys. It working fine with public synonys while giving error when working with private synonym.
Nirdesh Kumar
Post Reply