Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OCI 7 JDBC,JDK1.2, NT problem
When trying to connect to an Oracle 7 db with the
OCI7 driver and
JDK1.2.X (I have tried with JDK1.2,1.2.1 and
1.2.2RC1), the JVM crashes!
With JDK1.1.7 everything works.
I connect like this:
DriverManager.registerDriver (new
oracle.jdbc.driver.OracleDriver());
Connection conn = DriverManager.getConnection
("jdbc:oracle:oci7:@myDB",
"user", "pwd");
I´m running on NT 4.0.
Is this a known bug? If so, when will
Oracle release a fix?
/Thanks
Mattias Arbin, Carmenta
Received on Fri Jul 02 1999 - 05:37:57 CDT
![]() |
![]() |