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: I do not want to use TNSNAMES.ORA. How ?

Re: I do not want to use TNSNAMES.ORA. How ?

From: Ian C. Sellers <icslu_at_boco.co.gov>
Date: 1998/01/08
Message-ID: <34B5094D.90821A7D@boco.co.gov>#1/1

ODBC requires sql*net! Good luck.

   The application/driver architecture is:

                                    Application
                                         |
                                 ODBC Driver manager
                                     (ODBC.DLL)
                                         |
                                    Oracle7 Driver
                                     (SQORA71.DLL)
                                         |
                                       OCI layer
                                     (ORA71WIN.DLL)
                                         |
                                     SQL*Net Driver
                                         |
                                     Network Software
                  ( PCTCP, Novell Netware, Microsoft LAN Manager, etc,.)
                                         |
                                   SQL*Net Listener
                                         |
                                     Oracle7 RDBMS

Joseph S. Testa wrote:

> Oron Vexler wrote:
>
> > Hi,
> > Is there a way I can connect to a remote database without using alias name
> > -
> > I mean specify the exact location of the database.
>
> Not if you plan on using sql*net on the client side, i guess you could use
> ODBC instead.
> --
> Joseph S. Testa, Oracle Database Administrator, mailto:jtesta_at_scioto.net
> (home)
> Vice-President Ohio Oracle Users Group,
> See the Oracle FAQ at http://www.orafaq.org
> Try http://web.scioto.net/jtesta that is also the place to find the FREE, drop
> column script
> ICQ UIN: 2832230(&oracle, home).
Received on Thu Jan 08 1998 - 00:00:00 CST

Original text of this message

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