Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8i JDBC driver OCI8 connect error

Re: Oracle 8i JDBC driver OCI8 connect error

From: Dennis Petersen <fessor_at_software.dk>
Date: Wed, 24 Oct 2001 14:11:43 +0200
Message-ID: <9r6b6a$11jg$1@news.cybercity.dk>


> I tried to connect to Oracle 8.0.5 from its (optimized?) JDBC driver OCI8
> but is throwing an exception that can't reach the make_c native function
> after the Logon call in the calling stack flow. On the other hand I can
> connect with its JDBC "thin" driver successfully.
>
> The configuration is: JDK 1.3.x, Oracle 8.0.5, W2K SP1. As explained
> in the Oracle JDBC documentation I included the file "classes111.zip" in
the
Hmmm...
First of all... classes111.zip is a JDK 1.1.x NOT 1.3.x and it is the thin jdbc driver (This is NOT the OCI driver). Second of all... did you install the BOTH the dlls ? Also... I would think that the schema for loading dynamic libraries has changed in JDK 1.2.x+ and the loading in JDK 1.3.x cannot use the driver as it is only meant as a JDK 1.0.2 or JDK 1.1.1 driver? If this is the problem and you need to do your application in JDK 1.3.x why not update your Oracle Database to a newer 8i version? There are no JDK 1.3 drivers available for 8.0.5 as far as I can tell. But I may be wrong but this is my guess (incompatibility between Oracle 8.0.5 and JDK 1.3). Sincerely,
Dennis P Received on Wed Oct 24 2001 - 07:11:43 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US