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

Home -> Community -> Usenet -> c.d.o.server -> JDBC/OCI17 Driver

JDBC/OCI17 Driver

From: Md Nurul Azam <u7azam_at_cs.wmich.edu>
Date: 1997/06/18
Message-ID: <33A849C9.E3446771@cs.wmich.edu>#1/1

Hi:

I am using oracle workgroup server 7.3.2.1.1 and JDBC OCI 7.3. I am using jdk1.1.1or jdk 1.0.2 on NT4

 The driver load, the database connection and the statement creation are

fine but java (JDK 1.1) rejects the execute query with the following
>> message:



C:\ORANT\JDBCO73>java jdbctest
Loading Oracle JDBC OCI driver
Connecting to the local database
java.lang.IllegalAccessError: Unimplemented interface method

        at
oracle.jdbc.OracleStatement.executeQuery(OracleStatement.java:114)

        at JdbcTest.main(jdbctest.java:25)


 If I use jdk 1.02
Following Error:



C:\ORANT\JDBCO73>javac jdbctest.java
Exception in thread NULL
C:\ORANT\JDBCO73>java -version
java version "1.0.2"

C:\ORANT\JDBCO73>


I need help please let me know what are the problems.

Azam
mnazam_at_cs.wmich.edu Received on Wed Jun 18 1997 - 00:00:00 CDT

Original text of this message

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