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
Sachin.tilloo
Participant
Posts: 17
Joined: Wed Mar 07, 2007 12:54 am

CLOB datatype

Post by Sachin.tilloo »

Hi All,

In one of my Extraction query field is having datatype as CLOB . while viewing the data through datastage i am getting the following error.

"Error executing View Data command:

##F TUXX 000002 16:07:29(000) <main_program> Internal Error: (colDesc):orautils.C: 1803: getColDesc failed."

while in server edition the data can be viewed using longVarchar(4000) for that field.

I am using longVarchar(4000) for that field in datastage.
please help what datatype should i use in datastage.

Thanks for the Help
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try VarChar(4000).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sachin.tilloo
Participant
Posts: 17
Joined: Wed Mar 07, 2007 12:54 am

Re: CLOB datatype

Post by Sachin.tilloo »

Hi
I have also tried varchar(4000) but the same error is coming

Thanks.
Post Reply