Zip file to Oracle DB

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
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Zip file to Oracle DB

Post by veera24 »

I have a requirement to read a zip file and load in to a BLOB data type field in Oracle DB...Any ideas to do this is really appreciated...
bart12872
Participant
Posts: 82
Joined: Fri Jan 19, 2007 5:38 pm

Post by bart12872 »

We do this, but not using Datastage. With sqlloader it's easy to do that.
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Post by veera24 »

Can you tell me how to do that in sqlloader? I do not have idea on it..Thanks...
Thanks in advance...
veera...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Can you not leverage something like gunzip to std out in the Filter of the Sequential File stage?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply