Oracle Dataguard – Disparition d’un fichier de configuration Dataguard Broker


Dans le cas de la disparition d’un fichier de configuration Dataguard Broker, le reconstruire se fait de la manière suivante :

export ORACLE_SID=DB
dgmgrl

DGMGRL> connect /
Connected.
DGMGRL> show configuration
Configuration
 Name: 'DB'
 Enabled: YES
 Protection Mode: MaxPerformance
 Fast-Start Failover: DISABLED
 Databases:
DBPRIMARY - Primary database
DBSTANDBY - Physical standby database
Current status for "'DB'":
SUCCESS
DGMGRL> enable database 'DBSTANDBY'
Enabled
DGMGRL> exit

Faire un « ls » du fichier qui manquait, on le retrouve.