Usage of Oracle BLOB thru' DataStage

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
durgaps
Participant
Posts: 74
Joined: Sat Jul 08, 2006 4:09 am
Location: Melbourne, Australia
Contact:

Usage of Oracle BLOB thru' DataStage

Post by durgaps »

Hi,

I need to store a large data file in a BLOB column of an Oracle table using DataStage. Can somebody plz giv some leads on how to do it? Or some ref material will be equally good. I searched in the DataStage Online manual, but couldn't find any info regarding this.

Regards,
Durga Prasad
kusuma
Participant
Posts: 13
Joined: Fri Sep 05, 2003 7:36 am
Location: India

Re: Usage of Oracle BLOB thru' DataStage

Post by kusuma »

Hi Durga,

I am not sure about storing BLOB columns in Oracle using DataStage, but I know we can read BLOB columns using DataStage. While creating the DSN, in the advanced options, Enable N-Char Support. And I remember using ODBC stage. Please try this, it might help you.

kusuma
ksk
Participant
Posts: 21
Joined: Fri Apr 30, 2010 4:55 am

Post by ksk »

Hi ,

Possible with datastage 8.1 version , using connector use the longvarbinary type in source same at the destination .

ksk
Post Reply