Connecting DB through Oracle Enterprise Manager - Windows Env
Hi,
I'm trying to Connect to DB using Enterprise Manager Console. While connecting it is giving error "The procedure entry point OCIConnectionPoolCreate could not be located in the dynamic link library OCI.dll"
and generating error :
java.lang.UnsatisfiedLinkError: C:\Oracle\product\10.1.0\Db__1\BIN\ocijdbc10.dll
: The specified procedure could not be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at oracle.jdbc.driver.T2CConnection.loadNativeLibrary(T2CConnection.java
:2855)
Can anybody hint what is the change I should do. My other Java applications working fine from my desktop.
Ronald.

