Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: create second listener service on 2000/NT
Hi Helmut,
>From memory, 3 stages as below:
1) setup the new listener correctly in your listener.ora file
suppose your first one is called listener and listens on port 1521
you might call the 2nd one l1526 and have it listen on port 1526
2) Use lsnrctl to start the second listener, that is:
lsnrctl start l1526
This will create service and start the listener
3) If required, set the new service to auto start.
Note that in lsnrctl the listener name defaults to listener. That is: "lsnrctl status" will give you the status of the listener named listener "lsnrctl status l1526" will give you the status of the listener named l1526
Hope this helps,
Regards,
Bruce
-----Original Message-----
Sent: Tuesday, 24 April 2001 12:11
Hi!
How Do I create a second listener service on Windows NT/2000?
Any ideas anybody?
This is 8.1.6 on Win2k.
Thanks,
Helmut
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Reardon, Bruce (CALBBAY) INET: Bruce.Reardon_at_comalco.riotinto.com.au Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Apr 23 2001 - 20:51:44 CDT
![]() |
![]() |