Loading into the Oracle Table(Column Data Type : 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
vrsraju
Participant
Posts: 10
Joined: Mon Dec 08, 2003 9:48 pm

Loading into the Oracle Table(Column Data Type : CLOB)

Post by vrsraju »

Hi
I am trying to load the Oracle table using a parallel job in which one of columns data type is CLOB. Data Stage is not recognizing this data type.
But I could be able to import the metadata using plug-in. The meata data is showing the data typa as Long VarChar(4000). But when I run the job, it fails. Could any one tell me how I can solve this problem?
I appreciate the help
Thank you
Venkat
chucksmith
Premium Member
Premium Member
Posts: 385
Joined: Wed Jun 16, 2004 12:43 pm
Location: Virginia, USA
Contact:

Post by chucksmith »

Do you need to load the column, if not, then delete it from your job.
vrsraju
Participant
Posts: 10
Joined: Mon Dec 08, 2003 9:48 pm

Post by vrsraju »

I need the column as this is one of the main column in the table but its not primary key or part of the key.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Loading into the Oracle Table(Column Data Type : CLOB)

Post by chulett »

vrsraju wrote:But when I run the job, it fails.
Fails how? How is your OCI output column defined and what are the error messages you receive?
-craig

"You can never have too many knives" -- Logan Nine Fingers
vrsraju
Participant
Posts: 10
Joined: Mon Dec 08, 2003 9:48 pm

Post by vrsraju »

I was trying to use Oracle Enterprise Stage
vrsraju
Participant
Posts: 10
Joined: Mon Dec 08, 2003 9:48 pm

Post by vrsraju »

I am getting the following error
ORAT_GFSTU48: Column UTL_ERROR_STRING has unsupported type.
Post Reply