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

Home -> Community -> Usenet -> c.d.o.tools -> Trouble with Oracle 8i (8.1.5) JDBC Driver

Trouble with Oracle 8i (8.1.5) JDBC Driver

From: Dale Peters <petersda_at_muohio.edu>
Date: 2000/04/25
Message-ID: <3905DFF5.1BD32DB2@muohio.edu>#1/1

Environment: Win 95, jdk1.2.2, Oracle8 (8.1.5)

I'm having trouble connecting to an Oracle database from a java application. For test purposes, I'm just trying to run the Oracle demo application JdbcCheckup.java in the
oracle8/jdbc/demo/samples/oci8/basic-samples directory. The program is failing on the connection with an error that I'm unfamiliar with. I can connect to the database using SQL*Plus.

A listing of the environment variables that I have set, the command line, and the resulting stack trace is listed below. Any help would be greatly appreciated.

Thanks,
Dale

CMDLINE=c:\jdk1.2.2\jre\bin\java -classpath .;c:\oracle8\jdbc\lib\classes111.zip
;c:\oracle8\jdbc\lib\nls_charset11.zip JdbcCheckup

        at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja va:214)

        at
oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:193)

        at java.sql.DriverManager.getConnection(DriverManager.java:457)
        at java.sql.DriverManager.getConnection(DriverManager.java:137)
        at JdbcCheckup.main(JdbcCheckup.java, Compiled Code)
Received on Tue Apr 25 2000 - 00:00:00 CDT

Original text of this message

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