error connecting to oracle

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
fahad
Participant
Posts: 15
Joined: Sat Aug 07, 2004 7:48 am

error connecting to oracle

Post by fahad »

Hi all,
i have jobs running fine, i moved these jobs to new server (windows 2000) and when trying to get data from oracle 8 it gives this error:
"ds_loadlibrary:Win32 error in LoadLibrary of oraoci8.dll - The specified module could not be found"
i removed oracle client and installed it again but didn't work.. i also verified the setting value in the registry but nothing came up to me..
any idea??
thanks in advane
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Check your oracle library path was included in the path.

HTWH.

Regards
Saravanan
fahad
Participant
Posts: 15
Joined: Sat Aug 07, 2004 7:48 am

Post by fahad »

if you mean the Windows system path, yes oracle path is included.
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Windows path should include the JRE (Java Runtime Executables) entries. We had the same problem in our project and we found that the JRE that was installed was a different version than expected. So pls check the windows path to ensure the JRE path included in the path. And check the version of JRE as well.

This is the path, which was set in our server.

C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;

HTWH.

Regards
Saravanan
ds_developer
Premium Member
Premium Member
Posts: 224
Joined: Tue Sep 24, 2002 7:32 am
Location: Denver, CO USA

Post by ds_developer »

Check that the user name that is used when running the job has OS permissions to the file.

John
fahad
Participant
Posts: 15
Joined: Sat Aug 07, 2004 7:48 am

Post by fahad »

the path is there.. and the user is administrator. :cry: :roll:
fahad
Participant
Posts: 15
Joined: Sat Aug 07, 2004 7:48 am

Post by fahad »

imagin.. i restarted windows and it worked...
welcome to the World of Windows...

thanks guys
Post Reply