How to start multiple OBSERVERS on same Oracle Host Machine
Hello,
We have following Two Data Guard environments:
Oracle Version: Oracle 11g R1 (11.1.0
Host1:ORATST - Primary Database one
ORATSTB - Primary Database two
Host2:ORAPSD - Physical Standby Database one
ORAPSDB - Physical Standby Database two
Data Guard Confifurations are as follows:
DGCONFIG_AORATST - Primary Database
ORAPSD - Physical Standby Database
DGCONFIG_BORATSTB - Primary Database
ORAPSDB - Physical Standby Database
Start Observers for both data guard configurations on same host machine i.e. Host1 :
Start observer for DGCONFIG_A
DGMGRL> CONNECT SYS/Pwd@ORATST
DGMGRL> START OBSERVER
Observer started.
Start observer for DGCONFIG_B
DGMGRL> CONNECT SYS/Pwd@ORATSTB