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

Home -> Community -> Usenet -> c.d.o.misc -> Re: NEWBIE HELP NEEDED!!! Configuration

Re: NEWBIE HELP NEEDED!!! Configuration

From: Vitaliy Mogilevskiy <vit100gain_at_earthlink.net>
Date: Tue, 16 Feb 1999 16:43:03 -0800
Message-ID: <7ad39b$3ti$1@fir.prod.itd.earthlink.net>


On the client side you'll only need to configure TNSNAMES.ORA

it should only have something like this:

<ANY_NAME_HERE>.world =
  (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS =

(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = <HOST_NAME_OR_TCPIP_ADDRESS>)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = <HOST_NAME_OR_TCPIP_ADDRESS>)
(Port = 1526)
)

    )
    (CONNECT_DATA = (SID = <YOUR SID_NAME>)     )
  )

Please refer to Oracle Documentation supplied with the software for more info on TNSNAMES.ORA
ODBC DRIVER will use <ANY_NAME_HERE> parameter as connect string

Vitaliy Mogilevskiy Received on Tue Feb 16 1999 - 18:43:03 CST

Original text of this message

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