Name

SID_LIST_listener_name

Synopsis

SID_LIST_listener_name =
   (
   SID_LIST =
   ...
   )

Begins the section of listener.ora that defines static services for a listener. This tag must enclose a SID_LIST tag.

Examples

SID_LIST_EXTERNAL_PROCEDURE_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (PROGRAM = extproc)
      (SID_NAME = plsextproc)
      (ORACLE_HOME = /s01/app/oracle/product/8.1.5)
    )
  )

SID_LIST_PRODLISTENER =
  (SID_LIST =
    (SID_DESC =
      (GLOBAL_DBNAME = jonathan.gennick.org)
      (ORACLE_HOME = E:\Oracle\Ora81)
      (SID_NAME = JONATHAN)
    )
    (SID_DESC =
      (GLOBAL_DBNAME = herman.gennick.org)
      (ORACLE_HOME = e:\Oracle\Ora81)
      (SID_NAME = HERMAN)
    )
  )

Get Oracle Net8 Configuration and Troubleshooting now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.