Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Please help me creating a new listener with different port#.

787789Apr 25 2012 — edited Apr 26 2012
I have two instances in a server. both have different homes. I want to create a seperate listener for the second one i created.
But that is not happening.

here i tried to give name from LISTENER TO LISTENER1 & Port# from 1521 to 1524.


SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /apps2/oracle)
(PROGRAM = extproc)
)
)

LISTENER1 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = aixth53)(PORT = 1524))
)
)
----------------
When I check lsnrctl status with LISTENER1 , it still shows the other instance home with port#: 1521

Please help me creating a new listener with different port#.

Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 24 2012
Added on Apr 25 2012
22 comments
595 views