metadata mismatch while extracting double datatype oracle

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
Jagan617
Participant
Posts: 42
Joined: Thu Jun 05, 2008 7:37 pm

metadata mismatch while extracting double datatype oracle

Post by Jagan617 »

We have upgraded datastage server 7.5.1a to 7.5.3. while running job which extracts data from oracle with columns defined as double, we were facing the metadata mismatch issue. Its happening for all the jobs which extracts the double datatype columns. Can anybody help in resolving this. Do we need to set user-defined environmental variable at project level? if so please advise what needs to be done to resolve this. I checked the same jobs in 7.5.1a and its working fine. Its throwing issue only in 7.5.3 version
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Post the actual error message.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

And please post the column definition from Oracle describe and the column definition used in DataStage. Have you tried re-importing the table definition to see whether it's the same?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Jagan617
Participant
Posts: 42
Joined: Thu Jun 05, 2008 7:37 pm

Post by Jagan617 »

column definition from oracle is number and metadata defined in datastage job is double with 15 length. Its working fine in 7.5.1a and it throwing error only when we run the same job in 7.5.3. I tried re-importing as well and no success, it showing same error.

Error: DSD.BCiOpenR results of SQLCOLattributes(column) gave metadata mismatch column.precision expected =15 and actual=53
Post Reply