error in oci stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kiran_418
Participant
Posts: 40
Joined: Tue Feb 22, 2005 11:12 am

error in oci stage

Post by kiran_418 »

hi
iam gettin the following error in oci.

ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll - The specified module could not be found.

Can anyone help me out of it
thanks
davidnemirovsky
Participant
Posts: 85
Joined: Fri Jun 04, 2004 2:30 am
Location: Melbourne, Australia
Contact:

Post by davidnemirovsky »

This idea might be a bit like using sledge hammer for a nail but it sounds like something has corrupted on the server.

Re-installing Oracle, then if no luck Re-installing Windows, then Oracle.

Do you have the capacity/security to do this?
Cheers,
Dave Nemirovsky
Precious
Charter Member
Charter Member
Posts: 53
Joined: Mon Aug 23, 2004 9:51 am
Location: South Africa
Contact:

Re: error in oci stage

Post by Precious »

:?: Do you have the Oracle client installed on the DataStage Server?
kiran_418 wrote:hi
iam gettin the following error in oci.

ds_loadlibrary: Win32 error in LoadLibrary of oraoci9.dll - The specified module could not be found.

Can anyone help me out of it
thanks
Precious

Mosher's Law of Software Engineering: Don't worry if it doesn't work right. If everything did, you'd be out of a job.
ds_developer
Premium Member
Premium Member
Posts: 224
Joined: Tue Sep 24, 2002 7:32 am
Location: Denver, CO USA

Post by ds_developer »

I suspect that you are logging in to DataStage with a username that is not an Administrator. If so, you will need to give this user rights to the location of this file.

John
kiran_418
Participant
Posts: 40
Joined: Tue Feb 22, 2005 11:12 am

Post by kiran_418 »

i got it done. The oracle was corrupted. I re installed it.
Thanks
Ian
Participant
Posts: 8
Joined: Thu Jul 04, 2002 5:18 am

Post by Ian »

Had the same error, but with Oracle 8 OCI.

Acutually found it was registry settings that were causing the problem, not a "corruption" of Oracle.

Did you by any chance install other versions of Oracle, or install Oracle to a different directory at some point? My problem was caused by wanting to use an older version of the client software (8.1.7), than what we had (9.2)

Anyway - change the following registry settings and you will be fine.

Under Oracle
- ORACLE_GROUP_NAME from Orahome92 to Orahome81
- ORACLE_HOME from E:|\oracle\ora92 to E:\oracle\ora81
- ORACLE_HOME_NAME from Orahome92 to Orahome81
and under ORACLE-> ALL_HOMES
- DEFAULT_HOME from Orahome92 to OraHome81
Post Reply