reading CLOB datatype from Oracle.

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
mekrreddy
Participant
Posts: 88
Joined: Wed Oct 08, 2008 11:12 am

reading CLOB datatype from Oracle.

Post by mekrreddy »

Hello,
We have ClOB datatype in oracle in one of our jobs , when i try to read, i am getting error, PEEK_IDENT by searching here i found DS does not support CLOB datatype, i dd not find any workaround, please kindly give your thoughts on this.


Thanks alot..
Reddy.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Searching would also reveal discussions of "workarounds" for this.
-craig

"You can never have too many knives" -- Logan Nine Fingers
mekrreddy
Participant
Posts: 88
Joined: Wed Oct 08, 2008 11:12 am

Post by mekrreddy »

Can we achieve this in SERVER job? somehow??
arnabdey
Participant
Posts: 50
Joined: Wed Jan 10, 2007 5:56 am

Post by arnabdey »

Hi.. Just a hit and trial... Please push all the CLOB fields at the end of the column definitions and try.....
Arnab
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

Post by Nagaraj »

And also keep the column size as nothing, it should work fine.
Post Reply