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 -> Re: jdbc:oracle:thin:@

Re: jdbc:oracle:thin:@

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 17 Jun 2002 09:47:43 -0700
Message-ID: <ba03e2c.0206170847.74829748@posting.google.com>


Let's start with the basics:

  1. Can you ping the server with the FQDN? Are you needing to use the FQDN? If not, then you will need to resolve the host name via host files or DNS, and make suer you use this in your connect descriptor.
  2. Can you tnsping the instance?
  3. Can you use SQL*Plus and make a connection, and 'select * from dual';?

Now I realize that staps 2,3 may not be relevant to JDBC, but try it anyway. Received on Mon Jun 17 2002 - 11:47:43 CDT

Original text of this message

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