DataStage Enterprise - Oracle 10gR2 - AIX - HELPPPPP

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
juanc.martinez
Participant
Posts: 2
Joined: Thu May 15, 2008 8:23 pm

DataStage Enterprise - Oracle 10gR2 - AIX - HELPPPPP

Post by juanc.martinez »

Good evening to every body

I starting to work in DataStage, my SW architecture is DataStage Enterprise, Oracle 10GR2 and AIX 5.3, I need to use oracle SQLLDR into my DSJobs, but the client from 32bits don't has the bin directory, how can I use the bin files from the 10G oracle client?

Thanks for all

Regards

Juan C. Martinez
Colombia
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. Make sure that Oracle's lib32 appears before lib in the shared library search path (LD_LIBRARY_PATH environment variable). Files in bin ought not to be involved, but you can do the same thing with the command search path (PATH). Set these in the dsenv script.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
juanc.martinez
Participant
Posts: 2
Joined: Thu May 15, 2008 8:23 pm

Post by juanc.martinez »

ray.wurlod wrote:Welcome aboard. Make sure that Oracle's lib32 appears before lib in the shared library search path (LD_LIBRARY_PATH environment variable). Files in bin ought not to be involved, but you can do the s ...


Hello Ray, thanks for your collaboration,, one question do you know how can I do the sqlldr?

thanks again
Juan Carlos
Juan Carlos Martínez R
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The easiest way is to use Oracle Enterprise stage with write mode set to Write (or Load, depending on your version). If you want to keep the sqlldr invocation separate from DataStage ETL processing, simply specify the full pathname of the sqlldr command (and make sure your Oracle environment variables are correctly set).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply