Problem in using CLOB datatype

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
HemaV
Participant
Posts: 63
Joined: Wed Jan 09, 2008 1:38 am
Location: Bangalore

Problem in using CLOB datatype

Post by HemaV »

Hi All,
I'm using CLOB datatype column in my Parallel Job and my job is getting aborted with the below errors:
main_program: Unsupported SQL type CLOB or NCLOB for column MSG.
main_program: Fatal Error: Caught ORCHESTRATE exception in main program: APT_ParseError: Could not find type: generic

I'm fetching data from table abc and loading into table def, the column MSG has CLOB datatype in abc and def tables
Please guide me on this how to handle in parallel jobs.

Thanks in Advance,
suse_dk
Participant
Posts: 93
Joined: Thu Aug 11, 2011 6:18 am
Location: Denmark

Post by suse_dk »

We map the CLOB datatype to NVARCHAR(MAX) (on SQL server 2008 R2)
_________________
- Susanne
HemaV
Participant
Posts: 63
Joined: Wed Jan 09, 2008 1:38 am
Location: Bangalore

Post by HemaV »

suse_dk wrote:We map the CLOB datatype to NVARCHAR(MAX) (on SQL server 2008 R2)
In parallel job I'm using Oracle stage. so how to handle it :-(

Thanks in Advance,
Post Reply