| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> How connect Oracle under TCP/IP
Hello,
Who can tell me how to connect under TCP/IP?
EasyCfg generated the following LISTENER.ORA and TNSNAMES.ORA configuration:
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = IO_LSNR)
)
(ADDRESS =
(PROTOCOL = SPX)
(SERVICE = IO_LSNR)
)
(ADDRESS =
(PROTOCOL = TCP)
(HOST = io)
(PORT = 1521)
)
(SID_NAME = ORCL)
(ORACLE_HOME = VOL1:ORANW732)
--------------------TNSNAMES---------------------------IO-IPC.world =
(COMMUNITY = ipc.world)
(PROTOCOL = IPC)
(KEY = IO_LSNR)
)
(COMMUNITY = spx.world)
(PROTOCOL = SPX)
(SERVICE = IO_LSNR)
)
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = io)
(Port = 1521)
)
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = io)
(Port = 1526)
)
Both aliases exsist on server and client
TCP/IP on my server works because I can ping IO(my server host) and
browse my DB using Netscape and Oracle Web on server side.
I tried to set ports 1521 and 1526 in their SERVICE files, nothing
helps.
What I'm doing wrong?
I run Oracle7.3 under Netware 4.x and client under win95
Received on Mon Nov 11 1996 - 00:00:00 CST
![]() |
![]() |