Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi ! I am Using oracles OCI8 d

Status
Not open for further replies.

tkpchary

Programmer
Oct 16, 2000
5
IN
Hi !
I am Using oracles OCI8 drivers for connecting to Oracle 8.0.3. I am Getting the following error..

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\WINNT\system32
\ocijdbc8.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:209)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:
198)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDrive
r.java:251)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at JdbcPerfTest.main(JdbcPerfTest.java:23)

What could be the problem... Please help... Thanks in advance.

Chary
 
Chary,

> Can't find dependent libraries

Sound like either an installation problem or a CLASSPATH problem.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top