Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> UnsatisfiedLinkError using OCI Driver of Oracle 10g
Hi All,
I am working on Oracle 10g server and have been facing following
problem.I installed instant client of Oracle 10g on a Windows2000
machine and tried to access the Oracle 10g server running on a "HP-UX
11.23" system using OCI JDBC driver.
Following is the program, I executed for contacting server,
}catch(Exception e)
{
e.printStackTrace();
} } } --------------------------------------------
I have done the following for running the program,
I tried to run it using the following command to get the following error,
oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:545) at java.sql.DriverManager.getConnection(DriverManager.java:512) at java.sql.DriverManager.getConnection(DriverManager.java:171)at TestNew.main(TestNew.java:39)
I am not able to find out what is going wrong. Any help will be highly appreciated.
Thanks in advance,
Nish.
Received on Thu Jan 20 2005 - 00:02:35 CST
![]() |
![]() |