View Single Post

   
  #4 (permalink)  
Old 02-25-2008, 06:11 AM
loladi
 
Posts: n/a
Default Re: Listener failed to start

Hi,
May be, you first must declare the listener name, bevor you can
reference it:
LISTENER_MSMMIC =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = stmossr9)(PORT = 1522))
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 43.72.1.107)(PORT = 1522))
)
)

SID_LIST_LISTENER_MSMMIC =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = msmmic)
(ORACLE_HOME = /export/home/oracle/product/9i)
(SID_NAME = msmmic)
)
)
......

I´m on travel and cannot test it.

Reply With Quote