Inserting/Updating Oracle Clob using RCP

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
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Inserting/Updating Oracle Clob using RCP

Post by clarcombe »

I have created an RCP job to upload a group of Peoplesoft tables to a new schema. However, it throws out the following error for a clob

main_program: Unsupported SQL type CLOB or NCLOB for column DESCRLONG.

I can't see an easy way around this except for copying the rcp job to work with a specific LongVarchar column

Any suggestions gratefully received
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
eph
Premium Member
Premium Member
Posts: 110
Joined: Mon Oct 18, 2010 10:25 am

Post by eph »

Hi Colin,

Which Oracle Stage are you using? Oracle Enterprise or Oracle Connector? The second one is way handier for CLOBs.

Eric
Post Reply