Connecting to Oracle9i via a Java agent

Can anyone tell me why a Java agent that calls the Oracle 9i thick driver generates the following error at run-time?

03/07/2005 04:50:28 PM Agent error: java.lang.UnsatisfiedLinkError: Can’t find library ocijdbc9 (ocijdbc9.dll) in java.library.path

java.library.path=C:\Domino\Code;.;C:\WINNT\system32;C:\WINNT;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32\Bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\system32\nls;C:\WINNT\system32\nls\ENGLISH;C:\Domino\Code;

JavaUserClasses is set in NOTES.INI

PATH= is set at the OS level

DECS is being loaded on the Domino server

Can’t figure this one out. Help! (I can post the source code later if you’d find that helpful, but I think this is a setup/configuration issue).

Subject: Connecting to Oracle9i via a Java agent - SOLVED!

In this case, the problem was fixed by simply copying the Oracle DLL to the Domino program directory. The file that was copied to C:\LOTUS\DOMINO was OCIJDBC9.DLL. The Domino server appears to ignore the system search path.