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 thin driver connection error

JDBC thin driver connection error

From: Oliver Kroener <ok_at_edv-kroener.com>
Date: Sun, 7 Nov 1999 18:07:10 -0000
Message-ID: <804b7f$9m6$1@news.BelWue.DE>


Hello,

i have just tried to use the thin drivers for oracle 7.3.. first i have changed the port from 1721
to 1521, which should be the right port, but is does not work anyway.

I get the following error message:

n: connecting to
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127 .0.0.1)(PORT=1521))(CONNECT_DATA=(SID=ORCL))) DBConnection: connecting to
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TC P)(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA=(SID=ORCL))) 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 scis.data.DBConnection.init_db(DBConnection.java:106)
        at scis.data.DBConnection_Impl.<init>(DBConnection_Impl.java:66)
        at scisServer.ServerImpl.init(ServerImpl.java, Compiled Code)
        at scisServer.JServerFrame.doStartServer(JServerFrame.java:448)
        at scisServer.JServerFrame.<init>(JServerFrame.java:204)
        at scisServer.JServerFrame.main(JServerFrame.java:250)

Does anyone know this problem? Is it possible to connect to 7.3 with JDK1.2?

tia,

oliver Received on Sun Nov 07 1999 - 12:07:10 CST

Original text of this message

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