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 -> JDBC Java -> Oracle connection problem ...

JDBC Java -> Oracle connection problem ...

From: NightShade <nightshade010_at_my-deja.com>
Date: Tue, 05 Dec 2000 21:12:15 GMT
Message-ID: <90jln9$oor$1@nnrp1.deja.com>

I wasn't sure who'd be better to ask this question to - so I'm asking in both - I'm using java to connect to to an Oracle 8i db for a webpage. it was split into two instances (is that the right term?) one of development, one of production - what used to work to connect: DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver()); conn = DriverManager.getConnection
("jdbc:oracle:thin:@127.0.0.1:1521:db",user,password);

now doesn't. When I use sqlplus to connect - what was just root is now root_at_db.production or root_at_db.development.

Can anybody point me into the right direction to start trying a couple things ?

--
NightShade

"Audacia, Furtim, Subdolus"


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Dec 05 2000 - 15:12:15 CST

Original text of this message

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