| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> listener, tnsnames difference for sap and nonsap databases
Hi, i noticed that there are some differences between the listener.ora
and tnsnames.ora between sap and non sap databases. i have attached
them as belows.
listener.ora
non-sap
testinstance =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = SUNHOST03)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = testinstance)
)
)
sap
LISTENER =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = DEV.WORLD))
(ADDRESS = (PROTOCOL = IPC)(KEY = DEV))
(ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST =
HPHOST03)(PORT = 1527))
)
tnsnames.ora
non-sap
testinstance =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = SUNHOST03)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = testinstance)
)
)
sap
DEV.WORLD=
(DESCRIPTION =
(SDU = 32768)
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = HPHOST03)
(PORT = 1527)
)
(SID = DEV)
(GLOBAL_NAME = DEV.WORLD)
![]() |
![]() |