observer
edited Dec 5, 2012 11:17PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 6 commentsAnswered
Can I start two observers in the same box? I dont have a separte box for the observers, they have to be started from the box where the physical standby is present, since I have two different primary & stabdby databases i need to have two observers, observing each of the database. Is it posssible to start two observers from the same box? if so how?
I start the first observer as below:
[oracle@ukirp293 ~]$ dgmgrl -logfile $HOME/observerpor.log sys/phopor01@PHOPORDR "start observer" &
[1] 20583
[oracle@ukirp293 ~]$ DGMGRL for Linux: Version 11.2.0.3.0 - 64bit Production
Copyright (c) 2000, 2009, Oracle. All rights reserved.
Welcome to DGMGRL, type "help" for information.
I start the first observer as below:
[oracle@ukirp293 ~]$ dgmgrl -logfile $HOME/observerpor.log sys/phopor01@PHOPORDR "start observer" &
[1] 20583
[oracle@ukirp293 ~]$ DGMGRL for Linux: Version 11.2.0.3.0 - 64bit Production
Copyright (c) 2000, 2009, Oracle. All rights reserved.
Welcome to DGMGRL, type "help" for information.
0