Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Listener.ora Configuration Question
I've installed Oracle (8.1.7, Linux, Enterprise Edition) on a computer
at home. If I want to access the database from work, let's say, how
should my listener.ora file be configured?
I'm hooked to the internet via a DHCP connection to an ADSL provider, if that has any bearing.
The file currently looks like this:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) )
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) )
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/product/8.1.7)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = stinky.world)
(ORACLE_HOME = /u01/app/oracle/product/8.1.7)
(SID_NAME = stinky817)
)
)
Received on Thu Apr 25 2002 - 20:01:55 CDT
![]() |
![]() |