Page 1 of 1

Posted: Tue Mar 01, 2011 3:25 pm
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?

data type

Posted: Wed Mar 02, 2011 3:14 pm
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?

Posted: Wed Mar 02, 2011 3:28 pm
by ray.wurlod
The metadata mismatch and precision mismatch are warnings, and should not prevent the job from executing.

Posted: Wed Mar 02, 2011 3:37 pm
by iq_etl
thanks again Ray but the data was not loaded into the table.