Data Guard Broker warning [message #626765] |
Sun, 02 November 2014 03:57  |
 |
oracle11
Messages: 29 Registered: October 2014 Location: India
|
Junior Member |
|
|
Hi,
When i check database using data guard broker,i get warning error.Please guide me to fix this error.
[oracle@server01 admin]$ dgmgrl
DGMGRL for Linux: Version 10.2.0.4.0 - 64bit Production
Copyright (c) 2000, 2005, Oracle. All rights reserved.
Welcome to DGMGRL, type "help" for information.
DGMGRL> connect /
Connected.
DGMGRL> show configuration
Configuration
Name: DB02
Enabled: YES
Protection Mode: MaxAvailability
Fast-Start Failover: DISABLED
Databases:
DB02_SALO - Primary database
DB02_OULU - Physical standby database
Current status for "DB02":
Warning: ORA-16610: command 'Broker automatic health check' in progress
DGMGRL> show configuration
Configuration
Name: DB02
Enabled: YES
Protection Mode: MaxAvailability
Fast-Start Failover: DISABLED
Databases:
DB02_SALO - Primary database
DB02_OULU - Physical standby database
Current status for "DB02":
Warning: ORA-16610: command 'Broker automatic health check' in progress
Regards,
|
|
|
|
|
|
|
Data Guard Broker warning [message #626802 is a reply to message #626782] |
Mon, 03 November 2014 02:24   |
John Watson
Messages: 8805 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You could try to follow the instructions in the message. First, use the SHOW DATABASE command to check the status of each database.
But in gerneral, you need to talk to a more senior DBA. Consider:
First, your production databases was down for days, even though you had a physical standby. You should have failed over to the standby immediately. That is what it is for.
Second, right now your database is unprotected. Your client has bought Enterprise Edition licences for that standby server, and configured maximum availability. He must consider this database to be very important. He is not getting what he has paid for.
Third, have you backed up that database yet?
[Updated on: Mon, 03 November 2014 02:26] Report message to a moderator
|
|
|
|