Page 1 of 1

OCI has fetched truncated data

Posted: Fri Nov 10, 2006 2:18 am
by amitendra_amit
Hi,

One of our job is throwing waring with message
"OCI has fetched truncated data".

Any idea why this error is coming.

Cheers

Posted: Fri Nov 10, 2006 5:23 am
by DS_SUPPORT
Do a Search, You can find So many posts for answering this. One possible solution Your Job metada wont be matching with ur oracle table structure.

Try to identify the column which throws this error and increase the size of that column in the job.

Posted: Fri Nov 10, 2006 6:59 am
by DSguru2B
Thats a nasty OCI API error as it retrieves a field that requires to be defined differently in DS. The annoying part is, its trial and error. ie, you have to try changing the sql type and the length. Good luck.

Posted: Fri Nov 10, 2006 8:03 am
by ray.wurlod
If you have Enterprise Edition with parallel jobs licensed you can use the orchdbutil utility to import table definitions accurately.

Re: OCI has fetched truncated data

Posted: Fri Nov 10, 2006 8:40 am
by chulett
amitendra_amit wrote:Any idea why this error is coming.
No not really, not with so little information SunShine. :?

However, we can make some guesses. What kind of fields are in your source table(s)? Anything fun like a CLOB? If not a CLOB are there any NUMBER fields defined? Not NUMBER(xx) but just NUMBER... those are the two primary suspects when you see this error.

Re: OCI has fetched truncated data

Posted: Fri Nov 10, 2006 8:59 am
by praburaj
Thanks all. I solved my problem :D

Posted: Fri Nov 10, 2006 9:48 am
by chulett
Funny, but you're not the person with the problem. Still, what was your solution? We try to be all about sharing solutions, ya know.