Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> jdbc connect problems
Oracle Guys & Gals,
I have access to 3 Oracle servers, two 8i and one 9i. They all have the same users and tables on them. I can connect to all of them with sqlplus. They all hav tns entries. Using a simple test Java application, I can only connect to one of the 8i servers. The app is running on a machine with the 8i client installed. The app is just a test app that connects(thin) and executes a select statement on a table that has rows in it. The classes12 driver wouldn't work, so I also tried the ojdbc... driver since I'm using jdk1.4.0. The error I get says the network card can't make the connection.
I've been using Oracle with Perl for a long time and done quite a bit with jdbc and the Firebird database, but I only did a short task with Oracle & jdbc several Java versions back.
Anybody seen or have a solution to this? I'm on a short development cycle and am stuck until I get this fixed.
Thanks
Chuck
Received on Fri Apr 18 2003 - 07:56:22 CDT
![]() |
![]() |