Reading CLOB data

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
sundhinakar
Participant
Posts: 5
Joined: Mon May 26, 2008 6:32 am
Location: Dhina

Reading CLOB data

Post by sundhinakar »

The incoming source data column datatype is CLOB. How in datastage we can read that data as we have the option to read it as LONGVARCHAR. But the target table (DB2) expects the column datatype to be CLOB. Is there any option in Datastage to read the CLOB data so that the transformed data can be loaded to the target DB2 table with CLOB datatype
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What happened when you tried to load the data? Note that CLOBs (or really any kind of LOB) are not supported, so don't look for any 'official' mechanism.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply