Multiple Listerners setup [message #238663] |
Fri, 18 May 2007 20:09 |
tmathew
Messages: 18 Registered: May 2007
|
Junior Member |
|
|
Hi All,
I would like to setup a logical standby on a production server where we have a 24x7 production database is running. so what I did was that I installed the same oracle server s/w on a different oracle home.so we have to different oracle homes on this host for the same oracle server version.The reason I made 2 homes is because I don't want to disturb the current settings and the production db.
so,my question is that can I use the same listener of the production db for the new logical database OR a new listener in the new oracle ,which is better?
If i use the current production db's listener which uses defult port number(1521), is it safe i can register the new logical db instance with this listener? if suppose I need to stop the listener,then nobody will be able to access both databases.
If i create a new listener in the new oracle home with a new port number,which i think would be more safe to handle.
Oracle says that the LOCAL_LISTENER parameter must be used on both instances(logical and primary dbs)if a non-default listerner is used.
Would someone please clarify this for me?
Please have expert thoughts?
Thanks
Mathew
|
|
|
|
|
|
|
Re: Multiple Listerners setup [message #239940 is a reply to message #238663] |
Wed, 23 May 2007 12:53 |
tmathew
Messages: 18 Registered: May 2007
|
Junior Member |
|
|
sorry for the delayed response. i was busy setting up the logical standby and set it up successfully. I used the same listerner for my new logical stdby setup for another primary db.The new logcal stdby I setup on a host where we have a logical stdby running for one of our critical production db.
Thanks for all your help!
Mathew
|
|
|