Error loading "orchoracle":

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
premupdate
Participant
Posts: 47
Joined: Thu Oct 04, 2007 3:37 am
Location: chennai

Error loading "orchoracle":

Post by premupdate »

Hi Everyone,

Am using oracle 10g as the database.Trying to load a sequential file data as a table into the oracle database.When I tried to load the data it shows me the following error.

Code: Select all

Error loading "orchoracle": Could not load "orchoracle": The specified module could not be found. 
Could not locate operator definition, wrapper, or Unix command for "orawrite"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
Actually am creating a new table with the metadata same as in the sequential file.Please help me to resolve.
Cheers,
prem
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read the message, do as it says.

As well as PATH, check LIBPATH.
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