Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle jdbc connect GPF
This is bad.
The out-of-the-box oracle 8.0.5.0.0 setup does not run its own JDBC example. The oci8 employee jdbc sample GPFs when trying to connect to the db. The driver loads but the getConnection GPFs.
It happens with cafe 3.0, 3.0a, 3.0c and 4.0
If I use the JRE11 runtime and rt.jar that comes with oracle it works fine.
Any ideas?
ed zappulla <zappullae_at_rcn.com> wrote in message
news:82go3b$fcn$1_at_autumn.news.rcn.net...
> I have oracle 8.0.5.0.0 installed. When I use the following connect
> statement my Java app GPFs. I've run into this before and have had to
roll
> back to the 8.0.4 jdbc driver because they came with the debug (_g)
version
> and the 8.0.5 version does not. However, rolling back is no longer an
> option and I need to make the apps work with 8.0.5 out of the box.
>
> Does anyone know why the Oracle JDBC driver GPFs when I try to do a simple
> connect?
>
> Class.forName("oracle.jdbc.driver.OracleDriver");
> parms.conn = DriverManager.getConnection("jdbc:oracle:oci8:@local",
> "system", "manager");
>
>
>
Received on Tue Dec 07 1999 - 08:39:32 CST
![]() |
![]() |