Re: jdbc thin driver error

From: <babypuke_at_my-deja.com>
Date: Mon, 15 Nov 1999 22:03:42 GMT
Message-ID: <80pvvr$nkg$1_at_nnrp1.deja.com>


is the listener on localhost working properly? depending on how you connect (from localhost to localhost:1521) using the native drivers, it may or may not need the listener, so the fact native drivers work mught be misleading. however, jdbc definitely needs the listener. can you try opening a sqlplus session from a different client machine?

In article <38303CFE.8C8604B3_at_rationalconcepts.com>,   "C. Ferguson" <c_ferguson_at_rationalconcepts.com> wrote:
> Yes, but then you should have seen some security exceptions thrown...
>
> graf27_at_my-deja.com wrote:
>
> > Hint: On different machines (Database, Webserver) you must sign your
> > applets!!
> >
> > Toni
> >
> > In article <382AF5AD.C916B1AC_at_rationalconcepts.com>,
> > "C. Ferguson" <c_ferguson_at_rationalconcepts.com> wrote:
> > > Oh, forgot to mention, are the username and password that you are
> > using to
> > > establish the connection, valid for the db?
> > >
> > > cindy
> > >
> > > "C. Ferguson" wrote:
> > >
> > > > Hi Oliver,
> > > > try changing localhost to the actual host name.
> > > > Verify that the thin driver is supposed to work with your 7.x
> > version of
> > > > the db.
> > > >
> > > > Since you didn't specify your test setup, possibly verify that
> > there isn't
> > > > some firewall issue going on...
> > > >
> > > > After that, contact oracle.
> > > >
> > > > good luck,
> > > > cindy
> > > >
> > > > Oliver Kroener wrote:
> > > >
> > > > > Hi!
> > > > >
> > > > > 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
> > >
> > >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Nov 15 1999 - 23:03:42 CET

Original text of this message