Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Possible Security Breach
Well here is the tnsnames.ora
///////////////////////////////////////////////////////////////////////////////////////////# TNSNAMES.ORA Network Configuration File: /opt/oracle/product/8.1.7/network/admin/tnsnames.ora # Generated by Oracle configuration tools.
TEST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = sunoracle)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = TEST)
)
)
SUN =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = sunoracle)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = SUN)
)
)
INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = sunoracle)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = TEST)
(PRESENTATION = http://admin)
)
)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
///////////////////////////////////////////////////////////////////////////////////////////////////
There is nothing in here about the blueyounder host our server is trying to contact.
Can I ask some one waht the PLSExtProc does, this is the first time I have had to look into this, and I know little about the tnslistner Received on Fri Aug 27 2004 - 02:37:16 CDT
![]() |
![]() |