Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Listener.ora Configuration Question
Sybrand Bakker wrote:
> On Thu, 25 Apr 2002 21:01:55 -0400, stinky
> <stankonia_at_stunkitystunk.org> wrote:
>
>
>>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) >> ) >> ) >>
Besides all the important remarks, if you really want to do it, you could register your server at dyndns.org or something similar to have a fixed IP address.
Regards,
Knut Received on Fri Apr 26 2002 - 03:20:25 CDT
![]() |
![]() |