Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oci8 UnsatisfiedLinkError: get_env_handle, ohh please

302054Jul 24 2002
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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2002
Added on Jul 24 2002
3 comments
331 views