Oracle Connector stage issue

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
DS_Riks
Participant
Posts: 8
Joined: Mon May 07, 2012 9:07 am

Oracle Connector stage issue

Post by DS_Riks »

Hi,

I recently installed DataStage 8.7 on Solaris platform. When I tried to run job using oracle connector I am getting below error.

Error loading connector library libccora10g.so. ld.so.1: osh: fatal: libclntsh.so.10.1: open failed: No such file or directory (CC_LoadedConnector::loadLibrary, file CC_ConnectorFactory.cpp, line 1525)

If anybody come across this kind of issue please help.

Thanks,
DS_Riks
Participant
Posts: 8
Joined: Mon May 07, 2012 9:07 am

Re: Oracle Connector stage issue

Post by DS_Riks »

Hi,

Solved the problem. Somehow LD_LIBRARY_PATH was not recognizing by DataStage and not pointing correctly.

Now able to run the job using oracle connector stage but not able to view the data and test the connection.

Error loading connector library libccora11g.so. ld.so.1:java fatal: relocation error: file /server/DSComponents/bin/libccora11g.so: symbol __1cH__rwstdPrwse_outOfrange_: reference symbol not found

Any suggestion?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You may have included the 64bit libraries when it should have been the 32bit ones... or vice versa. What is your LD_LIBRARY_PATH?
-craig

"You can never have too many knives" -- Logan Nine Fingers
DS_Riks
Participant
Posts: 8
Joined: Mon May 07, 2012 9:07 am

Post by DS_Riks »

LD_LIBRARY_PATH is

LD_LIBRARY_PATH=`dirname $DSHOME`/branded_odbc/lib:`dirname $DSHOME`/DSComponents/lib:`dirname $DSHOME`/DSComponents/bin:$DSHOME/lib:$DSHOME/uvdlls:`dirname $DSHOME`/PXEngine/lib:$ASBHOME/apps/jre/lib/sparcv9/server:$ASBHOME/apps/jre/lib/sparcv9:$ASBHOME/lib/cpp:$ASBHOME/apps/proxy/cpp/sunos-all-sparc_64:$ORACLE_HOME/lib:$ORACLE_HOME/bin:$LD_LIBRARY_PATH

Thanks
Post Reply