java and oracle 8.1.7

From: Vegard Hanssen <vhanssen_at_mf.no>
Date: 17 Jun 2002 14:07:30 +0200
Message-ID: <uwusynm65.fsf_at_mf.no>



[Quoted] I need some help connecting a java-program to the thick jdbc driver. Today I connect to the database with:

Class.forName("oracle.jdbc.driver.OracleDriver").newInstance(); conn =
DriverManager.getConnection("jdbc:oracle:thin:_at_<computer>:1521:" + sid, user, pwd);

But I need to connect to a 8.1.7 with encryption, so I have to use the oracle client instead of the thin client I'm using today.

Any suggestion how to do this?

This should perhaps be a java-problem, but I have tried different jar-files and I seem to have problems with the jar-files shipped with 8.1.7, so it could be a oracle problem for all I know. Received on Mon Jun 17 2002 - 14:07:30 CEST

Original text of this message