Home » RDBMS Server » Networking and Gateways » Listener - starting on both the port
Listener - starting on both the port [message #587849] Wed, 19 June 2013 00:37 Go to next message
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
Re: Listener - starting on both the port [message #587853 is a reply to message #587849] Wed, 19 June 2013 01:17 Go to previous message
Michel Cadot
Messages: 68641
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
How is this possible.


If you no configuration for this listener (LISTENER) then all default values apply.

Regards
Michel
Previous Topic: Authentication for connected user database links
Next Topic: ORACLE DG4ODBC DETAILS
Goto Forum:
  


Current Time: Fri Apr 19 08:57:37 CDT 2024