Link to home
Start Free TrialLog in
Avatar of rodion
rodion

asked on

Java Programming question

Hi,
I've been trying to run a simple query against an Oracle database using JDK1.1 and Oracle's oci7 JDBC drivers.. I am able to connect fine, but when I try to run the query I get the following exception:
java.lang.IllegalAccessError: Unimplemented interface method
  at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:194)
  at FileExtract.getDocumentList(FileExtract.java:26)
  at FileExtract.main(FileExtract.java:56)

My code follows the Oracle example almost to the letter.. and in fact, once I modify the login info and select statement for the oracle demos, they also experience the same problem. Anyone have any idea what's going on here?
Thanks,
   -Ben
ASKER CERTIFIED SOLUTION
Avatar of EricKaplan
EricKaplan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rodion
rodion

ASKER

It seemed to magically fix itself one day..