Listener - starting on both the port [message #587849] |
Wed, 19 June 2013 00:37 |
prashanthgs
Messages: 89 Registered: May 2005 Location: chennai
|
Member |
|
|
Hi,
I have a below listener.ora file.
ABC02 Listener I have configured with Port 10021 (not the default one). If I start as lsnrctl start ABC02 its starting fine with handling the services (of abc02).
But if I start the LISTENER as
---lsnrctl start LISTENER ----
then also its showing that its handing the same service with 1521 (default one).
How is this possible.
listener.ora
-------------
SID_LIST_ABC02 =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = ABC02)
(ORACLE_HOME = /u10/applicat/ABC02/abcdp02/oracle/product/11.2.0/db_1home)
(SID_NAME = ABC02)
)
)
ABC02 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = hostname.com)(PORT = 10021))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC10021))
)
)
Oracle Version : 11.2.0.3.0
Linux OS
Stand alone database
Thanks
Prashanth
|
|
|
|