oci8 UnsatisfiedLinkError: get_env_handle, ohh please
Hi there
I use the following java-code:
DriverManager.getConnection("jdbc:oracle:oci8:@10.115.9.81:1521:xxx", "test","xxx");
I get following error while trying to access Oracle 8.1:
java.lang.UnsatisfiedLinkError: get_env_handle
at oracle.jdbc.oci8.OCIEnv.get_env_handle(Native Method)
at oracle.jdbc.oci8.OCIEnv.getEnvHandle(OCIEnv.java:70)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:359)
in ORACLE_HOME\bin there is the ocijdbc8.dll
I user Oracle 8.1.7
classes12.zip
Has anyone an idea what am I doing wrong ?
Just point me into a direction. Iam looking at this problem about 2 days now...
Thx
mike