Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: NEWBIE HELP NEEDED!!! Configuration
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)
)
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
![]() |
![]() |