Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> JDBC/OCI7 Driver
Hello,
I downloaded and set up the Oracle JDBC/OCI7 Driver on my PC/Win 95. I'm trying to run the sample delivered with the driver.
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:
java.lang.IllegalAccessError: Unimplemented interface method
at oracle.jdbc.OracleStatement.executeQuery(OracleStatement.java:114) at Reg.main(Reg.java:28)
Any help will be very greatful, thanks in advance.
![]() |
![]() |