Home » RDBMS Server » Networking and Gateways » listener
listener [message #67201] Thu, 05 February 2004 16:54 Go to next message
vadlamani
Messages: 39
Registered: November 2003
Member
 

 is there any limitation that only one listener can be configured with a given   PROTOCOL & IP ADDRESS .

 please anwser this question,it is an emegency

 thanks in advance

 satish
Re: listener [message #67202 is a reply to message #67201] Fri, 06 February 2004 03:12 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
You can have many listeners in different ports
# LISTENER.ORA Network Configuration File: /u01/app/oracle/product/9.2.0/network/admin/listener.ora
# Generated by Oracle configuration tools.
#***********************NOTE*****************************************************************
# in this case, there are two listners and each listener may handle multiple instances.
#	listener LSNR_DEV Listening in 1534 and
#	listener LSNR_TEST listening in 1530
# these listners can be control INDIVDIUALLY.
#       lsnrctl start/stop/status LSNR_DEV
#	lsnrctl start/stop/status LSNR_TEST	
#******************************************************************************************
LSNR_DEV =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxx.xxxx.xxx)(PORT = 1534))
      )
    )
  )

LSNR_TEST =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XXXXXXXX.XXXX.XXX)(PORT = 1530))
      )
    )
  )

# these are the instances handled by LSNR_DEV
SID_LIST_LSNR_DEV =
  (SID_LIST =
    (SID_DESC =
      (ORACLE_HOME = /u01/app/oracle/product/9.2.0)
      (SID_NAME = LAWD)
    )
    (SID_DESC =
      (ORACLE_HOME = /u01/app/oracle/product/9.2.0)
      (SID_NAME = upg)
    )
    (SID_DESC =
      (ORACLE_HOME = /u01/app/oracle/product/9.2.0)
      (SID_NAME = HRT)
    )
  )

# these are the instances handled by LSNR_TEST
SID_LIST_LSNR_TEST =
  (SID_LIST =
    (SID_DESC =
      (ORACLE_HOME = /u01/app/oracle/product/9.2.0)
      (SID_NAME = LAWT1)
    )
  )

Re: listener [message #67204 is a reply to message #67202] Fri, 06 February 2004 18:09 Go to previous message
vadlamani
Messages: 39
Registered: November 2003
Member
thank you , now i could configure multiple listeners
Previous Topic: Spoolspeed SQL*Plus
Next Topic: weird problem about listener
Goto Forum:
  


Current Time: Wed May 01 20:27:10 CDT 2024