Load >2,000 byte string into Oracle using DataStage

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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try using Long VarChar as the data type in your metadata. What is the data type when you import the table definition from Oracle?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
iq_etl
Premium Member
Premium Member
Posts: 105
Joined: Tue Feb 08, 2011 9:26 am

data type

Post by iq_etl »

Thank you for your reply. The data type is VARCHAR2 if we use wire driver and NVARCHAR2 with nowire driver.

We have tried LONGNVARCHAR and it gave a metadata mismatch error plus an 'invalid precision value' error.
ray.wurlod wrote:Try using Long VarChar as the data type in your metadata. What is the data type when you import the table definition from Oracle?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The metadata mismatch and precision mismatch are warnings, and should not prevent the job from executing.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
iq_etl
Premium Member
Premium Member
Posts: 105
Joined: Tue Feb 08, 2011 9:26 am

Post by iq_etl »

thanks again Ray but the data was not loaded into the table.
Post Reply