Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: connect to the databases without using tnsnames.ora?

RE: connect to the databases without using tnsnames.ora?

From: Naveen Nahata <naveen_nahata_at_mindtree.com>
Date: Fri, 06 Sep 2002 09:03:39 -0800
Message-ID: <F001.004C9F4D.20020906090339@fatcity.com>


JDBC Oracle thin driver DOES NOT require any config file.

The connection url needs to be of the form jdbc:oracle:thin:@host:port:SID

Naveen

-----Original Message-----
Sent: Friday, September 06, 2002 9:33 PM To: Multiple recipients of list ORACLE-L

Are you talking about the JDBC Oracle Thin Driver?

This is because you configure it separately. It still has a tnsnames.ora  type config somewhere hidden in it's own config file. Just that it does not use the regular tnsnames.ora.

ltiu

DENNIS WILLIAMS wrote:

>Cc
> I believe the Java thin client can connect without using the
>tnsnames.ora file.
>
>Dennis Williams
>DBA
>Lifetouch, Inc.
>dwilliams_at_lifetouch.com
>
>
>-----Original Message-----
>Sent: Thursday, September 05, 2002 8:23 PM
>To: Multiple recipients of list ORACLE-L
>
>
>Does anyone here knows how to setup the connections to
>the database server without using tnsnames.ora?
>
>Our DBA didn't use it. But I don't know how and why?
>Could anyone tell me the other options?
>
>Cc Harvest
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Finance - Get real-time stock quotes
>http://finance.yahoo.com
>
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: ltiu
  INET: ltiu_at_alumni.sfu.ca

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Naveen Nahata
  INET: naveen_nahata_at_mindtree.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Sep 06 2002 - 12:03:39 CDT

Original text of this message

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