jdbc thin driver error
From: Oliver Kroener <ok_at_edv-kroener.com>
Date: Thu, 11 Nov 1999 12:55:01 -0000
Message-ID: <80eadh$7cp$1_at_news.BelWue.DE>
Hi!
oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:110)
Date: Thu, 11 Nov 1999 12:55:01 -0000
Message-ID: <80eadh$7cp$1_at_news.BelWue.DE>
Hi!
[Quoted] i have tried for several time to get connected to the oracle db with the thin driver, but any time the following error occurs:
java.sql.SQLException: Connection refused: no further information
at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:230)
at
oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:110)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
at java.sql.DriverManager.getConnection(DriverManager.java:457)
at java.sql.DriverManager.getConnection(DriverManager.java:137)
at jdbc.main(jdbc.java:8)
has this sth. to do with user rights... ?
my url was:
jdbc:oracle:thin:_at_localhost:1521:ORCL
-> i have also tried Port 1721!
The native drivers works! but we need jdk1.2.2 to run with ora v7!
tia,
oliver Received on Thu Nov 11 1999 - 13:55:01 CET
