Load CLOB

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
dr_personale
Participant
Posts: 2
Joined: Mon Oct 04, 2004 10:54 am

Load CLOB

Post by dr_personale »

Can someone please shed some light on the resolution of the following problem:

I'm using in the Oracle Stage ( PX 6.x DataStage) the options:
Write Method= Load
Write mode= Append.

But i can't load the field CLOB ( Special Oracle data type) , extract like a varchar !
From Director i'm getting error as above:

"Column XXXX has unsupported type. "

NB. If i manually process the same .dat like a sqlloader work's well.

bye, DR. :shock:
dr_personale
Participant
Posts: 2
Joined: Mon Oct 04, 2004 10:54 am

Post by dr_personale »

the only solution about this problem is :

using Upsert mode Loading in Oracle Table
and perform function to_clob()

Bye, D.R.
Hongqing
Participant
Posts: 9
Joined: Fri Aug 20, 2004 5:53 pm
Location: Pleasanton, CA

Load Mode

Post by Hongqing »

Hi,

I looked into the ORAOCI Bulk Load and Oracle Express Load. Under Load Mode or Load Action, I did not see "Upsert" selection there. Can you set this up in DataStage? Thanks.
dr_personale wrote:the only solution about this problem is :

using Upsert mode Loading in Oracle Table
and perform function to_clob()

Bye, D.R.
Post Reply