Oracle 10g upgrade problem

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
cdas
Participant
Posts: 3
Joined: Fri Jan 06, 2006 8:21 am

Oracle 10g upgrade problem

Post by cdas »

We have upgraded our database to from oracle 9i to oracle 10g so


I am getting this error when trying to access Oracle using OCI stage.

ds_loadlibrary: error in dlopen of oraoci8.so - ld.so.1: uvsh: fatal: /orahome9/app/oracle/product/10.2.0/db_1/lib/libclntsh.so: wrong ELF class: ELFCLASS64

Do we need to set any parameter?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds like you've put the 64bit Oracle library in your shared library path in the dsenv file. Change it to the 32bit library (usually lib32 instead of just lib), then stop and restart DataStage.
-craig

"You can never have too many knives" -- Logan Nine Fingers
cdas
Participant
Posts: 3
Joined: Fri Jan 06, 2006 8:21 am

Post by cdas »

chulett wrote:Sounds like you've put the 64bit Oracle library in your shared library path in the dsenv file. Change it to the 32bit library (usually lib32 instead of just lib), then stop and restart DataStage.



Thanks for your help. Its working fine now...
Post Reply