DGMGRL> help show Displays information about a configuration, database, or instance Syntax: SHOW CONFIGURATION [VERBOSE]; SHOW DATABASE [VERBOSE] <database name> [<property name>]; SHOW INSTANCE [VERBOSE] <instance name> [<property name>] [ON DATABASE <database name>]; SHOW FAST_START FAILOVER;
DGMGRL> help create Creates a broker configuration Syntax: CREATE CONFIGURATION <configuration name> AS PRIMARY DATABASE IS <database name> CONNECT IDENTIFIER IS <connect identifier>;
DGMGRL> help add Adds a standby database to the broker configuration Syntax: ADD DATABASE <database name> [AS CONNECT IDENTIFIER IS <connect identifier>] [MAINTAINED AS {PHYSICAL|LOGICAL}];
DGMGRL> help switchover Switches roles between a primary and standby database Syntax: SWITCHOVER TO <standby database name>;