10 Oracle Data Guard Command-Line Interface Reference
Use the command reference to understand how you can use the Data Guard broker command-line interface (DGMGRL) to manage your broker configuration.
DGMGRL enables you to manage a Data Guard broker configuration and its various members directly from the command line, or from batch programs or scripts. You can use the Data Guard broker command-line interface as an alternative to Oracle Enterprise Manager Cloud Control (Cloud Control) for managing a Data Guard configuration.
Note:
A multitenant container database is the only supported architecture in Oracle Database 21c. While the documentation is being revised, legacy terminology may persist. In most cases, "database" and "non-CDB" refer to a CDB or PDB, depending on context. In some contexts, such as upgrades, "non-CDB" refers to a non-CDB from a previous release.
Starting the Data Guard Command-Line Interface
To start the Data Guard command-line interface (DGMGRL), enter dgmgrl
at the command-line prompt on a system where Oracle is installed.
DGMGRL Optional Parameters
You can supply optional parameters on the command line to indicate how you want the Data Guard command-line interface to display output.
Output includes items such as command prompts, banners, and messages.
Additionally, a single command mode is available. In this mode, DGMGRL executes one command and exits upon the completion of the command. The exit code is the result of the command. If the exit code is 0, the command completed successfully. Otherwise, there was an error.
The command line of DGMGRL appears as follows:
% dgmgrl [<options>] [<logon> [<command>] ]
Specify any of the following keywords when you invoke the DGMGRL command-line interface:
-
<options>
can be one of the following choices:-
-echo
Displays command input and output to the default display device. If you do not use this parameter, only the output from the command is displayed.
-
-logfile
<file-spec> "<dgmgrl-command>"Specifies a file into which you can capture the actions of the DGMGRL command-line interface.
Note:
The DGMGRL-logfile
option is deprecated as of Oracle Database 12c Release 2 (12.2.0.1). It is supported for backward compatibility only. Instead, the log file should now be specified using theLOGFILE IS
clause on theSTART OBSERVER
command.See Also:
-
-silent
Suppresses the display of the DGMGRL (
DGMGRL>
) command prompt on your default display device. This option is useful if you are directing the command output to a file or to another display tool.
-
-
<logon>
is:-
username [@connect-identifier]
To connect to the database, enter a
username
and optionally, aconnect-identifier
. You will then be prompted for a password. Theconnect-identifier
is a fully specified connect descriptor or a name to be resolved by an Oracle naming method (for example, TNS).If a fully specified connect descriptor is used, it needs to include quotation marks; otherwise the connections will fail with aninvalid option
error. The following is an example of connecting using quotation marks:dgmgrl sys@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=sales-server)(PORT=1521))) (CONNECT_DATA=(SERVICE_NAME=sales.us.example.com)))'
Enter password: password
Whether the connect identifier is specified using a fully specified connect descriptor or using the Easy Connect naming method, any of the following syntax is valid (you will be prompted for a password):
-
dgmgrl username@'connect_identifier'
-
dgmgrl username@"connect_identifier"
-
dgmgrl username@"'connect_identifier'"
WARNING:
Including a password on the command line when invoking DGMGRL is a security risk. This risk can be avoided either by omitting the password when invoking DGMGRL and entering it when prompted, or by using an external authentication method.
-
-
You can connect as '/' when using operating-system authentication (remote database restarts will not work), Secure Sockets Layer (SSL) protocol, or database credentials stored in a wallet.
-
-
<command>
is a single command.For example:
dgmgrl sys "show database 'North_Sales'"
Password
: password
The following subsections specify the command format that you enter at the DGMGRL>
command prompt.
DGMGRL Command Format and Parameters
The DGMGRL commands allow you to create and maintain one broker configuration at a time.
Table 10-1 Summary of DGMGRL Commands
Command | Effect |
---|---|
@ (at sign) Command | Executes a DGMGRL script. |
/ (slash) Command |
Repeats the last command entered at the DGMGRL command prompt. |
Adds a new standby database to the existing broker configuration. |
|
Adds an existing far sync instance to an Oracle Data Guard broker configuration. |
|
ADD RECOVERY_APPLIANCE | Adds a Zero Data Loss Recovery Appliance (Recovery Appliance) to an existing broker configuration. |
Connects to the specified database using the specified username. |
|
Converts the specified database to either a snapshot standby database or a physical standby database. |
|
Creates a broker configuration and adds a primary database to that configuration. |
|
Disables broker management of a configuration so that the configuration and all of its databases are no longer managed by the broker. |
|
Disables broker management of the named standby database. |
|
Disables broker management of a far sync instance. |
|
Disables fast-start failover. |
|
Allows a user to remove conditions for which a fast-start failover should be performed. |
|
DISABLE RECOVERY_APPLIANCE | Disables broker management of the named Zero Data Loss Recovery Appliance (Recovery Appliance). |
Changes the value of a property for the broker configuration. |
|
Changes the current protection mode setting for the broker configuration. |
|
Changes the configuration name. |
|
Resets the specified configuration property to its default value. |
|
Changes the value of a property for the named database. |
|
Changes the value of a database initialization parameter for the named database. |
|
Changes the name used by the broker to refer to the specified database. |
|
Changes the state of the specified database. |
|
Resets the specified property for the named database to its default value. |
|
Resets the specified database initialization parameter for the named database. |
|
Changes the name, state, or properties of a far sync instance. |
|
Resets the specified property for the named far sync instance to its default value. |
|
EDIT FAR_SYNC RESET (Parameter) |
Resets the specified database initialization parameter for the named far sync instance |
EDIT RECOVERY_APPLIANCE (Property) | Changes the value of the property for the named Zero Data Loss Recovery Appliance (Recovery Appliance). |
EDIT RECOVERY_APPLIANCE (Parameter) |
Changes the value of the database initialization parameter for the named Zero Data Loss Recovery Appliance (Recovery Appliance). |
EDIT RECOVERY_APPLIANCE (Rename) | Changes the name used by the broker to refer to the specified Zero Data Loss Recovery Appliance (Recovery Appliance), as recorded in that Recovery Appliance's profile in the broker configuration. |
EDIT RECOVERY_APPLIANCE RESET (Property) | Resets the specified property for the named Zero Data Loss Recovery Appliance (Recovery Appliance) to its default value. |
EDIT RECOVERY_APPLIANCE RESET (Parameter) |
Resets the specified database initialization parameter for the named Zero Data Loss Recovery Appliance (Recovery Appliance) to its default value. |
Enables broker management of the broker configuration and all of its databases. |
|
Enables broker management of the specified database. |
|
Enables broker management of the specified far sync instance. |
|
Enables the broker to automatically failover from the primary database to a target standby database. |
|
Allows a user to add conditions for which a fast-start failover should be performed. |
|
ENABLE RECOVERY_APPLIANCE | Enables broker management of the specified Zero Data Loss Recovery Appliance (Recovery Appliance). |
Exits the Data Guard command-line interface. |
|
EXPORT CONFIGURATION |
Saves the metadata contained in the broker configuration file to a text file. |
Performs a database failover operation in which the standby database, to which DGMGRL is currently connected, fails over to the role of primary database. |
|
Displays online help for the Data Guard command-line interface. |
|
HOST or ! (exclamation point) |
Executes operating system command(s) directly through the DGMGRL console without leaving DGMGRL. |
IMPORT CONFIGURATION |
Import the broker configuration metadata that was previously exported using the |
MIGRATE PLUGGABLE DATABASE | Migrates a PDB from one CDB to another on the same host. |
Quits the Data Guard command-line interface. |
|
Reinstates the database after a failover. |
|
Removes the broker configuration and ends broker management of its members. |
|
Removes the specified standby database from the broker configuration. |
|
Removes a far sync instance from an Oracle Data Guard broker configuration. |
|
Removes an instance from the broker configuration. |
|
REMOVE RECOVERY_APPLIANCE | Removes the specified Zero Data Loss Recovery Appliance (Recovery Appliance) from the broker configuration and terminates broker management of the Recovery Appliance. |
SET ECHO | Controls whether or not to echo commands that are issued either at the command-line prompt or from a DGMGRL script. |
SET FAST_START FAILOVER TARGET |
Sets the fast-start failover target to the named standby database. |
SET MASTEROBSERVER TO |
Lets you manually designate which observer is recognized as the master observer. |
SET MASTEROBSERVERHOSTS |
Sets the master observer of a broker configuration to the observer on the target host. |
SET ObserverConfigFile |
Sets the full path and file name of an observer configuration file. |
SET TIME | Turns timestamp printing on and off. |
SET TRACE_LEVEL | Specifies the amount of tracing done by DGMGRL. |
SHOW ALL | Shows the values of DGMGRL CLI properties. |
Displays information about the broker configuration. |
|
Shows the redo transport configuration that would be in effect if the specified database were the primary database. |
|
Displays information about the specified database. |
|
Shows information about a far sync instance. |
|
Displays all fast-start failover related information. |
|
Displays information about the specified instance. |
|
SHOW OBSERVER |
Shows information about all registered observers in a Data Guard broker configuration. |
SHOW ObserverConfigFile |
Shows the value of the |
SHOW OBSERVERS |
Shows information about all observers for all broker configurations in a specific configuration group. |
SHOW RECOVERY_APPLIANCE | Displays information or property values of the specified Zero Data Loss Recovery Appliance (Recovery Appliance). |
Shuts down a currently running Oracle database. |
|
SPOOL | Records the input and output of DGMGRL to a file. |
Allows you to enter SQL statements from the Data Guard command-line interface (DGMGRL). |
|
Starts the observer. |
|
START OBSERVER IN BACKGROUND |
Starts a fast-start failover observer as a background process on the host where the DGMGRL session is running. |
START OBSERVING |
Starts a new observer for each broker configuration in the specified group. |
Starts an Oracle instance with the same options as SQL*Plus, including mounting and opening a database. |
|
Stops the observer. |
|
STOP OBSERVING |
Stops all local observers running on the host where this DGMGRL session is running, for all broker configurations in a specific group. |
Performs a switchover operation in which the current primary database becomes a standby database, and the specified standby database becomes the primary database. |
|
Performs a comprehensive set of database checks prior to a role change. |
|
VALIDATE DATABASE DATAFILE | Performs validation of data files across the primary database and standby databases. |
VALIDATE DATABASE SPFILE | Performs a comparison of server parameter file (SPFILE) entries between the primary database and a specified standby database. |
VALIDATE DGConnectIdentifier | Enables users to check to see whether a connection string is valid for the DGConnectidentifier property. |
Performs a comprehensive set of checks for a far sync instance. |
|
VALIDATE NETWORK CONFIGURATION | Performs network connectivity checks between members of the configuration. |
VALIDATE STATIC CONNECT IDENTIFIER | Validates database static connect identifier(s). |
DGMGRL Command Usage Notes
The items in this list describe usage notes specific to DGMGRL.
-
The
DG_BROKER_START
dynamic initialization parameter is set toTRUE
. -
To enable broker operations that require restarting instances without manual intervention, Oracle Net Services must be configured on each of the hosts that contain the primary and standby database instances. Specifically, the listener.ora file must contain static configuration information about the instance. The
GLOBAL_DBNAME
attribute must be set todb_unique_name
_DGMGRL.
db_domain
. See Prerequisites for additional information. -
The connect identifier used while creating the configuration or adding a database, must be resolvable from any of the hosts in the configuration.
-
You must have
SYSDG
orSYSDBA
privileges to use the Oracle Data Guard command-line interface. Do not includeAS SYSDG
orAS SYSDBA
on theCONNECT
command. DGMGRL first attempts anAS SYSDG
connection; if that fails, it then attempts anAS SYSDBA
connection. -
If you specify more than one option on the command, you can specify the options in any order.
-
A semicolon is required at the end of each DGMGRL command.
-
Characters specified in a DGMGRL command string value are interpreted as lowercase characters, unless enclosed in double (") or single (') quotation marks. For example, database and DatAbaSe are equivalent, but "database" and "DatAbaSe" are not.
-
You can use the backslash (\) to escape a single quotation mark ('), a double quotation mark ("), and the backslash character (\) itself if these characters appear in a character string.
-
Some operations on a broker configuration may require that one or more databases be shut down and restarted. In most cases, DGMGRL will automatically shut down and restart a given database for you if the following are true:
-
The
instance-name
is the SID (this applies to Cloud Control as well as DGMGRL). -
The broker must be able to connect to the database using the same credentials given in the last
CONNECT
command, even if the lastCONNECT
command was used to connect to another database.
-
Command Examples
Example 10-1 Connecting to a Database Instance on a Local System
This example demonstrates how to connect to a database instance on the local system.
% dgmgrl
.
.
.
Welcome to DGMGRL, type "help" for information.
DGMGRL> CONNECT sysdg;
Password: password
Connected to "North_Sales"
Connected as SYSDG.
Example 10-2 Connecting to a Database Instance on a Remote System
This example demonstrates how to connect to a database instance on a remote system.
DGMGRL> CONNECT sysdg@remote-stby;
Password: password
Connected to "remote-stdby"
Connected as SYSDG.
Example 10-3 Connecting Using the AS Option
This example demonstrates how to connect to a database instance using the CONNECT AS
option:
DGMGRL> CONNECT sys@remote-stby AS SYSDBA;
Password: password
Connected to "remote-stdby"
Connect as SYSDBA.
Exiting the Data Guard Command-Line Interface
When you are done working with the DGMGRL interface and want to return to the operating system, enter the EXIT
or QUIT
command.
For example:
DGMGRL> EXIT;
@ (at sign) Command
The @ command allows you to execute DGMGRL commands stored in script files.
You can put a sequence of commands into a script file and then use the @ command to execute the file. The commands contained in the script are executed sequentially.
Format
From within DGMGRL, the syntax is as follows:
DGMGRL> @script_file_name
Command Parameters
Flag | Description |
---|---|
-echo | Prints all the commands in the script along with their execution results. |
Usage Notes
The script that you execute with this command must meet the following qualifications:
-
DGMGRL must be able to access the script; otherwise the command fails because DGMGRL cannot open the file.
-
Every DGMGRL command included in the script must end with a semi-colon.
-
Recursive @ command execution is allowed, but the limit of recursive levels is 20. If the recursive level reaches 20, then the execution is terminated and none of the unexecuted commands are run. Therefore, self-recursive execution of the @ command (for example, putting an @abc.script command in abc.script itself) should be used with caution.
-
If there is a
START OBSERVER
command in the script, then any commands that come after it are ignored because theSTART OBSERVER
command turns the DGMGRL session into an observer.The
START OBSERVER IN BACKGROUND
command is treated as a normal command; that is, any commands that come after it are executed. -
Comment lines are permitted in the script, but they must be terminated with a semi-colon. For example the following comments would be allowed in a script:
REM Hello World; -- Hello Again!;
The double dash must be followed by a space character before the comment text.
/ (slash) Command
Use the DGMGRL / (slash) command to repeat the last command entered at the command prompt.
Format
DGMGRL> /
Usage Notes
-
The following commands are not repeatable using the / (slash) command:
-
Return
-
An unrecognized command
-
The
CONNECT
command (because it may contain credentials) -
The / (slash) command itself
-
Command Example
In the following example, the / (slash) command is used to easily repeat the SHOW CONFIGURATION
command.
DGMGRL> SHOW CONFIGURATION;
Configuration - Sales_Configuration
Protection Mode: MaxAvailability
Members:
North_Sales - Primary database
Local_Sales - Physical standby database
Remote_Sales - Physical standby database (receiving current redo)
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
DGMGRL> /
Configuration - Sales_Configuration
Protection Mode: MaxAvailability
Members:
North_Sales - Primary database
Local_Sales - Physical standby database
Remote_Sales - Physical standby database (receiving current redo)
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
DGMGRL>
ADD CONFIGURATION
The ADD CONFIGURATION
command establishes a
relationship between two Data Guard broker configurations by adding a broker configuration
to the current configuration.
Prerequisites
-
There must be no traditional Data Guard configured by way of standby databases.
-
The initialization parameter
DG_BROKER_START
must be set toTRUE
. -
The
DG_BROKER_CONFIG_FILE
parameter must be configured correctly. -
A server parameter file (spfile) must be created in the source CDB and target CDB.
Format
ADD CONFIGURATION config-name CONNECT IDENTIFIER IS dg-connect-identifier;
Parameters
Parameter | Description |
---|---|
config-name |
Name of the broker configuration that must be added. This configuration must contain one primary database and no standby databases. |
dg-connect-identifier |
Oracle net connect identifier used to connect to the source
database in the configuration |
Usage Notes
-
Redo transport is automatically set up between the primary databases in the two broker configurations after the target PDBs are added. However, no primary database is designated as the source or target at this point.
-
The configuration name must be different from any other configuration that already exists in the broker metadata.
Examples
Example 10-4 Establishing a Connection Between Two Broker Configurations
This example adds a configuration named MyConfig2
to the current
configuration, MyConfig1
. The Oracle net connect string to connect
to the primary database in MyConfig2
is
newyork_ci
.
DGMGRL> ADD CONFIGURATION 'MyConfig2' CONNECT IDENTIFIER IS newyork_ci;
Added configuration “MyConfig2” with primary database “newyork”.
ADD DATABASE
The DGMGRL ADD DATABASE
command adds a standby database to an existing broker configuration.
Format
ADD DATABASE database-name AS CONNECT IDENTIFIER IS connect-identifier;
Command Parameters
- database-name
-
The name that will be used by the broker to refer to this standby database. It must match (case-insensitive) the value of the corresponding database
DB_UNIQUE_NAME
initialization parameter. - connect-identifier
-
A fully specified connect descriptor or a name to be resolved by an Oracle Net Services naming method (for example, TNS). The value you specify is also used as the initial value of the
DGConnectIdentifier
database property.
Usage Notes
-
To issue this command, you must connect to the primary database or to an enabled standby database that is already in the configuration.
-
The broker uses the specified
connect-identifier
to communicate with the specified database from other databases. Therefore, you must ensure that theconnect-identifier
can be used to address the specified database from all databases in your configuration. For example, if TNS is used as the naming method, you must ensure that the tnsnames.ora file on every database and instance that is part of the configuration contains an entry for theconnect-identifier
. The connect identifier must resolve to the same connect descriptor. If the database that is being added is an Oracle RAC database, theconnect-identifier
provided here must reach all instances of the Oracle RAC, preferably withFAILOVER
attributes set. -
If the connection cannot be made, the broker does not add the new database to the configuration.
-
You must clear any remote redo transport destinations on the standby database before it can be added to the configuration.
Command Example
The following example shows how to add a database named South_Sales
.
DGMGRL> ADD DATABASE South_Sales AS CONNECT IDENTIFIER IS South_Sales.example.com; Database "South_Sales" added
ADD FAR_SYNC
The ADD FAR_SYNC
command adds an existing far sync instance to an Oracle Data Guard broker configuration.
The far sync instance is disabled after creation. You must explicitly enable it before the broker can ship redo to and from it.
Format
ADD FAR SYNC far_sync_instance_name AS CONNECT IDENTIFIER IS connect-identifier;
Command Parameters
- far_sync_instance_name
-
The name that will be used by the broker to refer to this far sync instance. It must match (case-insensitive) the value of the corresponding far sync instance
DB_UNIQUE_NAME
initialization parameter. - connect-identifier
-
A fully specified connect descriptor or a name to be resolved by an Oracle Net Services naming method (for example, TNS). The value you specify is also used as the initial value of the
DGConnectIdentifier
property.
Usage Notes
-
The far sync instance must already exist before you can add it to a broker configuration.
-
You must clear any remote redo transport destinations on the far sync instance before it can be added to the configuration.
Command Example
The following example adds a far sync instance named chicago
to the configuration.
DGMGRL> ADD FAR_SYNC chicago AS CONNECT IDENTIFIER IS chicago.example.com;
ADD PLUGGABLE DATABASE
This command instantiates a target PDB in the target database. The target PDB is used to provide data protection for a source PDB in a source database.
Format
ADD PLUGGABLE DATABASE pdb-name AT TARGET target-database-name
SOURCE IS source-pdb-name AT source-database-name
PDBFileNameConvert IS 'file-convert-string';
Parameters
Parameter | Description |
---|---|
pdb-name |
Name of the target PDB that must be instantiated in the target database. A PDB with the specified name must not exist in the target database. |
target-database-name |
Name of the target database that contains the target PDB. |
source-pdb-name |
Name of the source PDB that must be instantiated at
the target database. The source PDB must exist in the source
database specified by the |
source-database-name |
Name of the source database that contains the source PDB. |
file-convert-string |
String conversion of files names from source database to target database. |
Usage Notes
-
This command instantiates the specified PDB after verifying that it exists in the source database and does not exist in the target database.
-
If the specified PDB exists only in one primary database, this database is assumed to be the source database.
-
If a PDB with the specified name exists in the target database and is operating as a native PDB (not set up for Data Guard protection), an error is displayed.
Examples
Example 10-5 Instantiating a Source PDB in a DG PDB Environment
This example adds a target PDB named dgpdb_sales
to the target
database named newyork
. The target PDB is used to provide data
protection for the source PDB sales
in the source database
boston
. The PDBFileNameConvert
keyword
specifies how to convert database files in the source database to the target
database.
ADD PLUGGABLE DATABASE 'dgpdb_sales' AT TARGET 'newyork'
SOURCE IS 'sales' AT 'boston'
PDBFileNameConvert IS 'dbs/boston-sales, dbs/newyork-sales-dg';
ADD RECOVERY_APPLIANCE
The ADD RECOVERY_APPLIANCE
command adds a Zero Data Loss Recovery Appliance (Recovery Appliance) to an existing broker configuration.
The AS CONNECT IDENTIFIER
clause is optional. If you do not specify this clause, then the broker searches the LOG_ARCHIVE_DEST_n
initialization parameters on the primary database and all enabled standby databases for an entry that corresponds to the Recovery Appliance being added.
Format
ADD RECOVERY APPLIANCE object-name AS CONNECT IDENTIFIER IS connect-identifier;
Command Parameters
- object name
-
The name that will be used by the broker to refer to this Recovery Appliance. It must match (case-insensitive) the value of the corresponding Recovery Appliance
DB_UNIQUE_NAME
initialization parameter. - connect-identifier
-
A fully specified connect descriptor or a name to be resolved by an Oracle Net Services naming method (for example, TNS). The value you specify is also used as the value of the
DGConnectIdentifier
database property.
Usage Notes
-
To issue this command, you must connect to the primary database or to an enabled standby database that is already in the configuration.
-
The broker uses the specified connect identifier to communicate with the specified Recovery Appliance from any database in the configuration. Therefore, you must ensure that the connect identifier can be used to address the specified Recovery Appliance from any database in the configuration. For example, if TNS is used as the naming method, you must ensure that the
tnsnames.ora
file on every database and instance that is part of the configuration contains an entry for the connect identifier. The connect identifier must resolve to the same connect descriptor. -
If the connection cannot be made, then the broker does not add the new Recovery Appliance to the configuration.
-
It is possible to have more than one Recovery Appliance in the configuration.
- Follow the guidelines in this publication to configure Redo Transport services for a Recovery Appliance: Zero Data Loss Recovery Appliance
Command Example
The following example shows how to add a Recovery Appliance named EnterpriseRecoveryAppliance
.
DGMGRL> ADD RECOVERY_APPLIANCE EnterpriseRecoveryAppliance AS CONNECT IDENTIFIER IS EnterpriseRecoveryAppliance.example.com;Oracle Backup Appliance "EnterpriseRecoveryAppliance" added
CONNECT
The DGMGRL CONNECT
command connects you to a database or far sync instance that is a member of a Data Guard broker configuration.
Format
CONNECT username@connect-identifer [AS {SYSDBA | SYSDG} ];
Command Parameters
- username
-
Represents the username with which you want to connect to the configuration member. You will be prompted for a password after you enter a username and optionally, a connect-identifier.
- connect-identifier
-
This parameter is optional. It is an Oracle Net Services connect identifier for the configuration member to which you want to connect. The exact syntax depends upon the Oracle Net Services communications protocol your Oracle installation uses.
Usage Notes
-
The username and password must be valid for the configuration member to which you are trying to connect.
The username you specify must have the
SYSDG
orSYSDBA
privilege. -
The
AS
clause is optional. If it is specified, then DGMGRL attempts to connect as either SYSDG or SYSDBA, whichever one was specified. If theAS
clause is not specified, then DGMGRL first attempts anAS SYSDG
connection; if that fails, it then attempts anAS SYSDBA
connection. -
Each time the
CONNECT
command is run, the broker checks if the default directories containing the client-side broker files exist.- If the
DG_ADMIN
environment variable is defined, and the directory specified in this variable exists with the required permissions, thelog
,dat
, andcallout
subdirectories are created under the$DG_ADMIN/config_ConfigurationSimpleName
directory. - If the
DG_ADMIN
environment variable is not defined, or the directory specified byDG_ADMIN
does not have the required permissions, then broker does not create any subdirectories. See Location of Client-side Broker Files for details about the required permissions.
- If the
-
If the
CONNECT
command returns an error, check to see that you specified a validconnect-identifier
. -
When the
CONNECT
command is successful, the name of the configuration member to which the connection has been made is shown.
Command Examples
Example 1: Connecting to a Local Configuration Member
This example connects to the default database or far sync instance on the local system.
DGMGRL> CONNECT sysdg;
Password: password
Connected to "North_Sales"
Connected as SYSDG.
Example 2: Connecting to a Remote Configuration Member
This example connects to a database on the remote system (you could specify a far sync instead).
DGMGRL> CONNECT sysdg@South_Sales;
Password: password
Connected to "South_Sales"
Connected as SYSDG.
Example 3: Connecting Without Showing Connection Credentials
This example connects to a configuration member using CONNECT '/'
so that connection credentials are not visible on the command line:
DGMGRL> CONNECT /@North_Sales.example.com; Connected to "North_Sales"
You must set up Oracle Wallet or SSL to use CONNECT '/'
. By setting up Oracle Wallet or SSL, you can write a script to securely start and run the observer as a background job without specifying database credentials in the script.
CONVERT DATABASE
The CONVERT DATABASE
command converts a physical standby database to a snapshot standby database, or reverts the snapshot standby database back to a physical standby database.
A snapshot standby database is a fully updatable standby database. Like a physical or logical standby database, a snapshot standby database receives and archives redo data from a primary database. Unlike a physical or logical standby database, a snapshot standby database does not apply the redo data that it receives. The redo data received by a snapshot standby database is not applied until the snapshot standby is converted back into a physical standby database, after first discarding any local updates made to the snapshot standby database.
A snapshot standby database is best used in scenarios that require a temporary, updatable snapshot of a physical standby database. Note that because redo data received by a snapshot standby database is not applied until it is converted back into a physical standby, the time needed to perform a role transition is directly proportional to the amount of redo data that needs to be applied.
See Oracle Data Guard Concepts and Administration for additional information about snapshot standby databases.
Format
CONVERT DATABASE db_unique_name TO {SNAPSHOT | PHYSICAL} STANDBY;
Usage Notes
-
A physical standby database cannot be converted to a snapshot standby database if it is the target of a fast-start failover. The
ORA-16668: operation cannot be performed on the fast-start failover target standby database
error will be returned. -
A physical standby database cannot be converted to a snapshot standby database if its
RedoRoutes
configurable property is set to non-NULL value. -
Use the DGMGRL ADD DATABASE command to import an existing snapshot standby database into an Oracle Data Guard broker configuration.
-
A snapshot standby database cannot be the target of a switchover or a fast-start failover.
-
A snapshot standby database can be the target of a manual failover if fast-start failover is disabled.
-
You can use the
SHOW CONFIGURATION
orSHOW DATABASE
command to verify the conversion result. For example:DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxPerformance Members: North_Sales - Primary database South_Sales - Snapshot standby database Fast-Start Failover: DISABLED Configuration Status: SUCCESS
-
After a snapshot standby database is converted back to a physical standby database, it will be in the default state for a physical standby database,
APPLY-ON
.
Command Examples
Example 1: Converting a Physical Standby to a Snapshot Standby
Issue the following to convert a physical standby database to a snapshot standby database:
DGMGRL> CONVERT DATABASE 'South_Sales' to SNAPSHOT STANDBY; Converting database "South_Sales" to a Snapshot Standby database, please wait... Database "South_Sales" converted successfully
Example 2: Converting a Snapshot Standby Back to a Physical Standby
Issue the following to convert the snapshot standby database back to a physical standby database:
DGMGRL> CONVERT DATABASE 'South_Sales' to PHYSICAL STANDBY; Converting database "South_Sales" to a Physical Standby database, please wait... Operation requires shutdown of instance "south_sales1" on database "South_Sales" Shutting down instance "south_sales1"... Database closed. Database dismounted. ORACLE instance shut down. Operation requires startup of instance "south_sales1" on database "South_Sales" Starting instance "south_sales1"... ORACLE instance started. Database mounted. Continuing to convert database "South_Sales" ... Database "South_Sales" converted successfully
CREATE CONFIGURATION
The CREATE CONFIGURATION
command creates a new broker configuration that includes the specified primary database.
Format
CREATE CONFIGURATION configuration_name AS PRIMARY DATABASE IS database-name CONNECT IDENTIFIER IS connect-identifier;
Command Parameters
- configuration-name
-
A user-friendly name for the configuration you are creating. Valid names contain any alphanumeric characters. If spaces are included in the name, the name must be enclosed in double or single quotation marks. The name must consist of 30 or fewer bytes.
- database-name
-
The name that will be used by the broker to refer to the primary database. It must match (case-insensitive) the value of the primary database
DB_UNIQUE_NAME
initialization parameter. - connect-identifier
-
A fully specified connect descriptor or a name to be resolved by an Oracle Net Services naming method (for example, TNS). The value you specify is also used as the initial value of the
DGConnectIdentifier
database property.
Usage Notes
-
A broker configuration is a named collection of one or more databases that you want to manage as a group. You must specify a value for each of the command parameters. There are no default values.
-
You must connect to the primary database to issue this command.
-
The broker uses the specified
connect-identifier
to communicate with the specified database from other databases. Therefore, you must ensure that theconnect-identifier
can be used to address the specified database from all databases in your configuration. For example, if TNS is used as the naming method, you must ensure that the tnsnames.ora file on every database and instance that is part of the configuration contains an entry for theconnect-identifier
. The connect identifier must resolve to the same connect descriptor. If the database that is being added is an Oracle RAC database, theconnect-identifier
provided here must reach all instances of the Oracle RAC, preferably withFAILOVER
attributes set. -
To add standby databases after you create the broker configuration, use the ADD DATABASE command.
-
You must clear any remote redo transport destinations on the primary database that do not have the
NOREGISTER
attribute, before a configuration can be created.
Command Example
The following example creates a new broker configuration named DRSolution
with a primary database named North_Sales
.
DGMGRL> CREATE CONFIGURATION 'DRSolution' AS > PRIMARY DATABASE IS 'North_Sales' > CONNECT IDENTIFIER IS North_Sales.example.com; Configuration "DRSolution" created with primary database "North_Sales"
CREATE FAR_SYNC
The CREATE FAR_SYNC
command creates a new far sync instance and adds it to the broker configuration.
Format
CREATE FAR_SYNC object-name AS CONNECT IDENTIFIER IS connect-identifier [ SPFILE [ PARAMETER_VALUE_CONVERT 'string-pair-values' ] [ SET parameter-name value ] ... [ SET parameter-name value ] [ RESET parameter-name ] ... [ RESET parameter-name ] ];
Usage Notes
-
The version of the connected database must be the same as the DGMGRL version.
-
If the
SPFILE
clause is included, the initialization parameters in the specified spfile are used when creating the far sync instance.This command uses the RMAN
DUPLICATE
command to create a far sync instance. If the auxiliary instance used during RMAN duplication was started using an spfile, you cannot include theSPFILE
clause in theCREATE FAR_SYNC
command. -
The
PARAMETER_VALUE_CONVERT
clause must immediately follow theSPFILE
clause. Note that the command fails if you use thePARAMETER_VALUE_CONVERT
clause after theSET
orRESET
clause. -
If the auxiliary instance is started using a parameter file, then broker does the following:
- Appends the
PARAMETER_VALUE_CONVERT
clause specified in theCREATE FAR_SYNC
command -
Sets the following initialization parameters for the far sync instance:
DB_NAME
to theDB_NAME
of the primary databaseDB_UNIQUE_NAME
to the value based on user inputSGA_TARGET
to 300MBCPU_COUNT
to 1
-
Resets the following initialization parameters:
CONTROL_FILES
,CLUSTER_DATABASE
,DB_RECOVERY_FILE_DEST
,DB_RECOVERY_FILE_DEST_SIZE
,DB_FILE_NAME_CONVERT
, andLOG_ARCHIVE_CONFIG
.Parameters that contribute the total size of SGA memory such as, but not limited to,
DB_CACHE_SIZE
,LOG_BUFFER, SHARED_POOL_SIZE
,LARGE_POOL_SIZE
,JAVA_POOL_SIZE
,STREAMS_POOL_SIZE
are reset. - Clears the values of existing
LOG_ARCHIVE_DEST_n
initialization parameters. -
Appends the
SPFILE
clause specified in theCREATE FAR_SYNC
commandThe values specified in the
SPFILE
clause take precedence over values specified previously. - Appends the
NOFILENAMECHECK
clause to prevent RMAN from validating the file names during restoring.
- Appends the
-
If an initialization parameter of the far sync instance is not set appropriately, the command can fail because DGMGRL fails to start up the far sync instance. In this case, identify the cause of the problem by viewing the alert log files or broker log files and modify the required initialization parameter either in the spfile or by appending the
PARAMETER_VALUE_CONVERT
,SET
, orRESET
clause.
Command Parameters
- object-name
-
The value for the
DB_UNIQUE_NAME
initialization parameter of the far sync instance. - connect-identifier
-
A fully specified connect descriptor or a name to be resolved by an Oracle Net Services naming method (for example, TNS). The value you specify is also used as the initial value of the
DGConnectIdentifier
database property. - string-value-pairs
-
A list of string pairs. The value is set to the value of
PARAMETER_VALUE_CONVERT
clause when the RMANDUPLICATE
command is invoked.The
PARAMETER_VALUE_CONVERT
clause replaces the first string with the second string in all matching initialization parameter values. Multiple pairs of strings may be specified by this parameter.For example, ‘ “string1”, “string2”, “string3”, “string4”, ... ’
Where:
-
• string1 is the pattern of initialization parameters of the primary database.
-
• string2 is the pattern of initialization parameters of the far sync instance.
-
• string3 is the pattern of initialization parameters of the primary database.
-
• string4 is the pattern of initialization parameters of the far sync instance.
This is an optional argument. If not specified, a copy of the server parameter file on the primary database will be used on far sync instance without any modification.
-
Command Example
The following example creates a far sync instance named bostonfs
and
adds it to the broker configuration. The initialization
parameters LOG_FILE_NAME_CONVERT
,
DB_RECOVERY_FILE_DEST
, and
DB_RECOVERY_FILE_DEST_SIZE
are set to
the values specified.
DGMGRL> CREATE FAR_SYNC bostonfs
AS CONNECT IDENTIFIER IS “bostonfs_conn_str”
PARAMETER_VALUE_CONVERT “boston”,“bostonfs”
SET LOG_FILE_NAME_CONVERT “boston”,“bostonfs”
SET DB_RECOVERY_FILE_DEST “$ORACLE_HOME/dbs/”
SET DB_RECOVERY_FILE_DEST_SIZE “100G”
RESET UNDO_TABLESPACE;
Creating far sync instance "bostonfs".
Connected to "boston"
Connected to "bostonfs"
far sync instance "bostonfs" created
far sync instance "bostonfs" added
DISABLE CONFIGURATION
The DISABLE CONFIGURATION
command disables broker management of a configuration so that the configuration and all of its databases are no longer managed by the broker.
Format
DISABLE CONFIGURATION;
Command Parameters
None.
Usage Notes
-
A disabled configuration and all of its constituent databases are no longer managed by the broker.
-
The only way to disable broker management of the primary database is to use the
DISABLE CONFIGURATION
command. -
This command does not remove the broker configuration from the configuration file. See the REMOVE CONFIGURATION command for more information about removing the configuration.
-
You can edit database properties and modify the configuration's protection mode while the configuration is disabled. However, any changes made to properties or to the protection mode will not take effect until the configuration is enabled.
-
This command cannot be executed if fast-start failover is enabled.
Command Example
The following example disables management of the broker configuration and all of its databases.
DGMGRL> DISABLE CONFIGURATION; Disabled.
DISABLE DATABASE
The DISABLE DATABASE
command disables broker management of the named standby database.
This means that broker directed state changes will be disallowed for this database, and the broker will not monitor the database for health status or for monitorable properties.
Format
DISABLE DATABASE database-name;
Usage Notes
-
You cannot specify the name of a primary database.
-
Use the
DISABLE CONFIGURATION
command to disable the primary and all standby databases. -
If the sole standby database is disabled, you have no failover option. This standby database is not viable for failover until it is reenabled.
-
This command cannot be used to disable the fast-start failover target database when fast-start failover is enabled.
Command Example
The following example shows how to disable a database named South_Sales
.
DGMGRL> DISABLE DATABASE 'South_Sales'; Disabled.
DISABLE FAR_SYNC
The DISABLE FAR_SYNC
command disables broker management of a far sync instance.
Format
DISABLE FAR_SYNC far_sync_instance_name;
Usage Notes
-
A far sync instance that has its
RedoRoutes
property set cannot be disabled.
Command Example
The following example disables broker management of a far sync instance named chicago
.
DGMGRL> DISABLE FAR_SYNC 'chicago';
DISABLE FAST_START FAILOVER
The DISABLE FAST_START FAILOVER
command prevents the observer from initiating a failover to the target standby database.
See Disabling Fast-Start Failover for additional information.
Format
DISABLE FAST_START FAILOVER [ FORCE ];
Command Parameters
None.
Usage Notes
-
If the primary and target standby database have a network connection, use
DISABLE FAST_START FAILOVER
without theFORCE
option to disable fast-start failover on all databases in the broker configuration. If errors occur during the disable operation, the broker returns an error message and stops the disable operation. You may need to reissue theDISABLE FAST_START FAILOVER
command with theFORCE
option to override the error conditions and disable fast-start failover on the database to which you are connected. See Disabling Fast-Start Failover for more information. -
Use
DISABLE FAST_START FAILOVER
with theFORCE
option when the network between the primary and target standby databases is disconnected or when the database upon which the command is received does not have a connection with the primary database. TheFORCE
option disables fast-start failover on the database to which you are connected, even when errors occur. -
Disabling fast-start failover with the
FORCE
option on a primary database that is disconnected from the observer and the target standby database does not prevent the observer from initiating a fast-start failover to the target standby database. -
You can disable fast-start failover while connected to any database in the broker configuration so long as connectivity exists between that database and the primary.
-
If disabled by force at the target standby database and the connection subsequently resumes with the primary database, fast-start failover is disabled on all databases in the configuration.
-
Disabling fast-start failover with the
FORCE
option while connected to the primary will disable fast-start failover on the target standby database if there is network connectivity between both databases.
Command Examples
Example 1: Disabling a Fast-Start Failover
The following example shows how to disable fast-start failover.
DGMGRL> DISABLE FAST_START FAILOVER; Disabled.
Example 2: Using FORCE When Disabling Fast-Start Failover
The following example uses the FORCE
option which disables fast-start failover on the database to which you are connected.
DGMGRL> DISABLE FAST_START FAILOVER FORCE; Disabled.
DISABLE FAST_START FAILOVER CONDITION
The DISABLE FAST_START FAILOVER CONDITION
command allows you to remove conditions for which a fast-start failover should be performed.
Format
DISABLE FAST_START FAILOVER CONDITION value;
Command Parameters
Usage Notes
If the condition has not been set or if it is an unrecognized condition, then an error is raised.
Command Example
This example specifies that the detection of a corrupted control file does not automatically initiate an immediate fast-start failover.
DGMGRL> DISABLE FAST_START FAILOVER CONDITION "Corrupted Controlfile";
DISABLE RECOVERY_APPLIANCE
The DISABLE RECOVERY_APPLIANCE command disables broker management of the named Zero Data Loss Recovery Appliance (Recovery Appliance).
Disabling broker management of a Recovery Appliance means that the broker will not monitor the health of the transport to the Recovery Appliance. However, redo transport to the Recovery Appliance will not be shut off.
Format
DISABLE RECOVERY_APPLIANCE object_name;
Command Example
The following example shows how to disable a Recovery Appliance named EnterpriseRecoveryAppliance
.
DGMGRL> DISABLE RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance'; Disabled.
EDIT CONFIGURATION (Property)
The EDIT CONFIGURATION SET PROPERTY
command changes the value of a property for the broker configuration.
Format
EDIT CONFIGURATION SET PROPERTY property-name=value;
Command Parameters
See Also:
Managing the Members of a Broker Configuration and Oracle Data Guard Broker Properties for information about configuration properties
Usage Notes
-
Issue this command while connected to the primary database or to any standby database in the broker configuration having connectivity to the primary database.
-
Use the
SHOW CONFIGURATION
command to display the current property information for the configuration.
Command Example
The following example shows how to set the FastStartFailoverThreshold
configuration property to 90 seconds.
DGMGRL> EDIT CONFIGURATION SET PROPERTY FastStartFailoverThreshold=90;
EDIT CONFIGURATION (Protection Mode)
The EDIT CONFIGURATION SET PROTECTION MODE AS
command edits the current protection mode setting for the broker configuration.
Format
EDIT CONFIGURATION SET PROTECTION MODE AS protection-mode;
Command Parameters
Usage Notes
-
Before you use the
EDIT
CONFIGURATION
command to set the protection mode, ensure that at least one standby is configured to receive redo viaSYNC
orFASTSYNC
mode if it receives redo directly from the primary. If the standby receives redo via a far sync instance, the far sync instance must be configured to receive redo viaSYNC
orFASTSYNC
mode and the standby must be configured to receive redo viaASYNC
mode. -
The following table shows the configuration protection modes and the minimum corresponding settings for redo transport services:
Protection Mode Redo Transport Standby Redo Log Files Needed? Usable with Fast-Start Failover? MAXPROTECTION
SYNC
Yes
Yes
MAXAVAILABILITY
SYNC
orFASTSYNC
Yes
Yes
MAXPERFORMANCE
ASYNC
Yes
Yes
The default protection mode for the configuration is
MAXPERFORMANCE
.See Also:
Managing the Members of a Broker Configuration for more information about the protection modes and redo transport services
-
This command cannot be executed if fast-start failover is enabled.
-
Upgrading from
MAXPERFORMANCE
toMAXPROTECTION
is not allowed. You must first go toMAXAVAILABILITY
and then toMAXPROTECTION
. -
Use the
SHOW CONFIGURATION
command to display the current protection mode for the configuration.DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxPerformance Members: North_Sales - Primary database South_Sales - Physical standby database Fast-Start Failover: DISABLED Configuration Status: SUCCESS
If broker management of the configuration is disabled when you enter the EDIT CONFIGURATION
command, the protection mode of the configuration does not take effect until the next time you enable the configuration with the ENABLE CONFIGURATION command.
Command Example
The following example shows how to upgrade the broker configuration to the MAXAVAILABILITY
protection mode.
Verify that standby redo log files are configured on the standby database and that the redo transport service is set to SYNC
, for example:
DGMGRL> EDIT DATABASE 'South_Sales' SET PROPERTY 'LogXptMode'='SYNC'; Property "LogXptMode" updated DGMGRL> EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY; Succeeded.
EDIT CONFIGURATION (RENAME)
The EDIT CONFIGURATION RENAME TO
command changes a configuration’s name.
Format
EDIT CONFIGURATION RENAME TO new-configuration-name;
Command Example
The following example shows how to rename a configuration named DR_Sales
to HA_Sales
.
DGMGRL> SHOW CONFIGURATION Configuration - DR_Sales Protection Mode: MaxPerformance Members: North_Sales - Primary database South_Sales - Physical standby database Fast-Start Failover: DISABLED Configuration Status: DISABLED DGMGRL> EDIT CONFIGURATION RENAME TO "HA_Sales"; Succeeded. DGMGRL> ENABLE CONFIGURATION Enabled. DGMGRL> SHOW CONFIGURATION Configuration - HA_Sales Protection Mode: MaxPerformance Members: North_Sales - Primary database South_Sales - Physical standby database Fast-Start Failover: DISABLED Configuration Status: SUCCESS
EDIT CONFIGURATION RESET (Property)
The EDIT CONFIGURATION RESET PROPERTY
command resets the specified configuration property to its default value.
Format
EDIT CONFIGURATION RESET PROPERTY property-name;
Usage Notes
-
Issue this command while connected to the primary database or to any standby database in the broker configuration having connectivity to the primary database.
-
Use the
SHOW CONFIGURATION
command to display the current property information for the configuration.
Command Example
The following example shows how to reset the BystandersFollowChange
property.
DGMGRL> EDIT CONFIGURATION RESET PROPERTY BystandersFollowChange; Succeeded.
EDIT CONFIGURATION (Set Source)
This command designates the source configuration in a DG PDB
environment. Once the target PDB is created, the broker automatically sets up redo transport
between the source configuration and target configuration. However, to proactively start
redo transport between the configurations, you can use the EDIT
CONFIGURATION
command.
Format
EDIT CONFIGURATION config-name SET AS SOURCE [TO target-config-name];
Parameters
Parameter | Description |
---|---|
config-name |
Name of the source configuration in a DG PDB configuration. The source configuration is the source of the redo data. |
target-config-name |
Name of the target configuration which receives redo
data from the source configuration specified by
config-name . Specifying a target configuration
name is optional.
|
Usage Notes
-
Use the optional
TO
clause to restrict redo transport only to the primary database within the specified target configuration. - Once the source configuration is set, the broker starts redo transport services on the source database.
Examples
Example 10-6 Setting the Source Configuration
This example configures the broker configuration named MyConfig1
as
the source configuration.
DGMGRL> EDIT CONFIGURATION MyConfig1 SET AS SOURCE;
Primary database “boston” is redo source for primary database “newyork”.
EDIT DATABASE (Property)
The EDIT DATABASE
command changes the name used by the broker for the specified database.
Format
EDIT DATABASE database-name SET PROPERTY property-name=value;
Command Parameters
- database-name
-
The name of the database for which you want to change a property value.
- property-name
-
The name of an existing database-specific property. If this is an Oracle RAC database, this property change affects all instances of the database.
See Also:
Managing the Members of a Broker Configuration and Oracle Data Guard Broker Properties for information about properties.
- value
-
The new value for the property.
Note:
This command can be used to change the value of an instance-specific property if and only if just one instance is known by the broker for the named database. An attempt to use this command to change an instance-specific property when the broker knows of multiple instances of the database will be rejected. It is recommended to only use
EDIT INSTANCE (property)
to change the value of an instance-specific property.
Command Examples
Example 1: Editing a Configurable Property at the Database Level
The following example edits a configurable property at the database level.
DGMGRL> EDIT DATABASE 'North_Sales' SET PROPERTY 'LogXptMode'='SYNC'; Property "LogXptMode" updated
Example 2: Editing a Configurable Instance-Specific Property of a non-Oracle RAC Database
The following example edits a configurable instance-specific property of a non-Oracle RAC database.
DGMGRL> EDIT DATABASE 'South_Sales' SET PROPERTY > 'MaxFailure'=255; Property "MaxFailure" updated
Example 3: Editing a Configurable Instance-Specific Property of an Oracle RAC Database
The following example edits a configurable instance-specific property of an Oracle RAC database. This will not succeed because it is not clear to which instance the property change should be applied.
DGMGRL> EDIT DATABASE 'North_Sales' SET PROPERTY > 'MaxFailure'=10; Error: ORA-16587: ambiguous object specified to Data Guard broker Failed.
Example 4: Editing a List of Fast-Start Failover Targets
The following examples show how to specify a list of fast-start failover targets.
DGMGRL> EDIT DATBASE db1 SET PROPERTY FastStartFailoverTarget='db2, db3';
DGMGRL> EDIT DATABASE db2 SET PROPERTY FastStartFailoverTarget='db1,db3';
DGMGRL> EDIT DATABASE db3 SET PROPERTY FastStartFailoverTarget='db1';
EDIT DATABASE (Parameter)
The EDIT DATABASE
(Parameter) command sets the specified initialization parameter for the named database.
Format
EDIT DATABASE database_name
SET PARAMETER parameter-name
= value
[initialization parameter options]
Command Parameters
- database-name
-
The name of the database for which you want to change a parameter value.
- parameter-name
-
The name of the existing database initialization parameter that must be modified.
- value
-
The new value for the parameter.
- initialization parameter options
-
Additional initialization parameter options must be enclosed within single quotes. Use one or both of the following options:
-
SCOPE:
Set one of the following values for scope: SPFILE, MEMORY, or BOTH. The default value is BOTH. If the specified parameter is a static parameter, then setSCOPE= SPFILE
. -
SID:
Specify the name of a database instance for which the parameter must be set. If the specified parameter must be set for all instances, setSID=’*’
.
-
Usage Notes
The database must be available when this command is run.
Command Example
The following example edits the initialization parameter log_archive_trace
for the database named North_sales
and sets its value to 1. The SCOPE
setting specifies that the parameter must be changed in both the memory and in the database initialization parameter file.
DGMGRL> EDIT DATABASE 'North_sales' SET PARAMETER log_archive_trace = 1 'SCOPE = BOTH';
EDIT DATABASE (Rename)
The EDIT DATABASE
(Rename) command changes the name used by the broker to refer to the specified database.
Format
EDIT DATABASE database-name RENAME TO new-database-name;
Command Parameters
Usage Notes
-
Use this command to track changes to the
DB_UNIQUE_NAME
initialization parameter for this database.Caution:
The
database-name
must always match the value for that database'sDB_UNIQUE_NAME
initialization parameter. -
This command can only be done when broker management of the database that you are renaming is disabled.
Command Example
The following example shows how to edit and rename a database.
DGMGRL> DISABLE DATABASE 'South_Sales_typo'; Disabled. DGMGRL> EDIT DATABASE 'South_Sales_typo' RENAME TO 'South_Sales'; Succeeded. DGMGRL> ENABLE DATABASE 'South_Sales'; Enabled.
EDIT DATABASE (State)
The EDIT DATABASE
(State) command changes the state of the specified database.
Format
EDIT DATABASE database-name SET STATE=state [WITH APPLY INSTANCE=instance-name];
Command Parameters
- database-name
-
The name of the database for which you want to change the state.
- state
-
The state in which you want the database to be running. The possible states are:
TRANSPORT-ON
(primary database only)TRANSPORT-OFF
(primary database only)APPLY-ON
(physical or logical standby database only)APPLY-OFF
(physical or logical standby database only)
- instance-name
-
The name of the instance you want to become the apply instance if this is an Oracle RAC standby database.
Usage Notes
-
If the target state is
APPLY-ON
and this database is currently a physical or logical standby database, the optionalWITH APPLY INSTANCE
clause specifies which instance will become the apply instance. -
If the target state is not
APPLY-ON
or if the database is currently in the primary role, theWITH APPLY INSTANCE
clause is ignored even if it is specified. -
You cannot change the state of a snapshot standby database.
-
All instances of an Oracle RAC database are affected by this database state change.
Command Example
The following examples show how to change the state of a database.
DGMGRL> EDIT DATABASE 'South_Sales' SET STATE='APPLY-ON'; Succeeded.
EDIT DATABASE RESET (Property)
The EDIT DATABASE RESET
(Property) command reset the specified property for the named database back to its default value.
Format
EDIT DATABASE database-name RESET PROPERTY property-name;
Command Parameters
Command Example
The following example shows how to reset the NetTimeout
property for the database named South_Sales
.
DGMGRL> EDIT DATABASE 'South_Sales' RESET PROPERTY NetTimeout; Succeeded.
EDIT DATABASE RESET (Parameter)
The EDIT DATABASE RESET
(Parameter) command resets the specified database initialization parameter for the named database to its default value.
Format
EDIT DATABASE database-name RESET PARAMETER parameter-name;
Command Parameters
Command Example
The following example shows how to reset the log_archive_trace
parameter for the database named South_Sales
.
DGMGRL> EDIT DATABASE 'South_Sales' RESET PARAMETER log_archive_trace; Succeeded.
EDIT FAR_SYNC
The EDIT FAR_SYNC
command changes the name, properties, or initialization parameters of a far sync instance.
Format
EDIT FAR_SYNC far_sync_instance_name RENAME TO new_far_sync_instance_name;
EDIT FAR_SYNC far_sync_instance_name SET PROPERTY property_name = value;
EDIT FAR_SYNC far_sync_instance_name SET PARAMETER parameter_name
=value
| initialization parameter options
;
Command Parameters
- far_sync_instance_name
-
The name of the far sync instance for which you want to edit information. It must match (case-insensitive) the value of the corresponding database
DB_UNIQUE_NAME
initialization parameter. - new_far_sync_instance_name
-
The new name of the far sync instance.
- property_name
-
The name of an existing far sync instance-specific configurable property.
- parameter_name
-
The name of the existing database initialization parameter that must be modified.
- value
-
The new value for the property or parameter.
- initialization parameter options
-
Additional options include the following:
-
SCOPE:
Set one of the following values for scope: SPFILE, MEMORY, or BOTH. The default value is BOTH. If the specified parameter is a static parameter, then setSCOPE=SPFILE
. -
SID:
Specify the name of a database instance for which the parameter must be set. If the specified parameter must be set for all instances, setSID=’*’
.
-
Command Examples
The following example renames a far sync instance named chicago
to the name dallas
.
DGMGRL> DISABLE FAR_SYNC 'chicago_typo';EDIT FAR_SYNC 'chicago_typo' RENAME TO 'chicago';ENABLE FAR_SYNC 'chicago;
The following example resets the initialization parameter of a far sync instance named chicago
.
DGMGRL> DISABLE FAR_SYNC 'chicago'; EDIT FAR_SYNC 'chicago' SET log_archive_trace=1; ENABLE FAR_SYNC 'chicago';
EDIT FAR_SYNC RESET (Property)
The EDIT FAR_SYNC RESET
(Property) command resets the specified property for the named far sync instance to its default value.
Format
EDIT FAR_SYNC far_sync_instance_name RESET PROPERTY property-name;
Command Parameters
Command Example
The following example shows how to reset the ReopenSecs
property back to its default value for the far sync instance named dallas
.
DGMGRL> EDIT FAR_SYNC 'dallas' RESET PROPERTY ReopenSecs;
EDIT FAR_SYNC RESET (Parameter)
The EDIT FAR_SYNC RESET PARAMETER
(Parameter) command resets the specified database initialization parameter for the named far sync instance to its default value.
Format
EDIT FAR_SYNC far_sync_instance_name RESET PARAMETER parameter-name;
Command Parameters
- far_sync_instance_name
-
The name of the far sync instance for which you want to edit information. It must match (case-insensitive) the value of the corresponding database
DB_UNIQUE_NAME
initialization parameter. - parameter_name
-
The name of the database initialization parameter to be reset to its default value.
Command Example
The following example shows how to reset the log_filename_convert
initialization parameter to its default value for the far sync instance named dallas
.
DGMGRL> EDIT FAR_SYNC 'dallas' RESET PARAMETER log_filename_convert;
EDIT PLUGGABLE DATABASE (State)
The EDIT PLUGGABLE DATABASE
command changes the state
of the specified pluggable database (PDB).
Format
EDIT PLUGGABLE DATABASE pdb-name AT database-name SET STATE = state-name;
Parameters
Parameter | Description |
---|---|
pdb-name |
Name of the PDB for which you want to change the state. |
database-name |
Name of the database that contains the PDB specified
by pdb-name .
|
state-name |
State to which the PDB must be transitioned. Permitted states are the following:
|
Usage Notes
-
The specified PDB must exist in the database specified by
database-name
and must have been configured using theADD PLUGGABLE DATABASE
command.
Examples
Example 10-7 Stopping Redo Apply at a Target PDB
This example stops redo apply for a target PDB named dgpdb_sales
that is contained in the target database newyork
.
DGMGRL> EDIT PLUGGABLE DATABASE dgpdb_sales AT newyork SET STATE=APPLY-OFF;
Succeeded.
EDIT RECOVERY_APPLIANCE (Property)
The EDIT RECOVERY_APPLIANCE
(Property) command changes the value of the property for the named Zero Data Loss Recovery Appliance (Recovery Appliance).
Format
EDIT object name SET PROPERTY property-name = value;
Command Parameters
- object name
-
The name of the Recovery Appliance for which you want to change a property value.
- property-name
-
The name of an existing Recovery Appliance-specific property. Valid properties are as follows:
-
DGConnectIdentifier
-
LogXptMode
-
DelayMins
-
Binding
-
MaxFailure
-
ReopenSecs
-
NetTimeout
-
RedoCompression
-
LogShipping
-
InconsistentProperties
-
InconsistentLogXptProps
-
AlternateLocation
-
- value
-
The new value for the property.
Command Example
The following example shows an example of editing a configurable property.
DGMGRL> EDIT RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance' SET PROPERTY 'ReopenSecs'=300; Property "ReopenSecs" updated
EDIT RECOVERY_APPLIANCE (Parameter)
The EDIT RECOVERY_APPLIANCE
(Parameter) command sets the specified initialization parameter for the named Zero Data Loss Recovery Appliance (Recovery Appliance).
Format
EDIT RECOVERY_APPLIANCE object_name
SET PARAMETER parmater-name
= value
| initialization parameter options;
Command Parameters
- object-name
-
The name of the Recovery Appliance for which you want to change a parameter value.
- parameter-name
-
The name of the existing database initialization parameter that must be modified.
- value
- The new value for the initialization parameter.
- initialization parameter options
-
Additional options include the following:
-
SCOPE:
Set one of the following values for scope: SPFILE, MEMORY, or BOTH. The default value is BOTH. If the specified parameter is a static parameter, then setSCOPE=SPFILE
. -
SID:
Specify the name of a database instance for which the parameter must be set. If the specified parameter must be set for all instances, setSID=’*’
.
-
Command Example
The following example edits the initialization parameter for the Recovery Appliance EnterpriseRecoveryAppliance
.
DGMGRL> EDIT RECOVERY_APPLIANCE EnterpriseRecoveryAppliance' SET PARAMETER log_archive_trace = 1 SCOPE='spfile';
EDIT RECOVERY_APPLIANCE (Rename)
The EDIT RECOVERY_APPLIANCE
(Rename) command changes the name used by the broker to refer to the specified Recovery Appliance, as recorded in that Recovery Appliance's profile in the broker configuration.
Format
EDIT RECOVERY_APPLIANCE object name RENAME TO new object name ;
Command Parameters
Usage Notes
-
Use this command to track changes to the
DB_UNIQUE_NAME
initialization parameter for this Recovery Appliance.Caution:
The name of the Recovery Appliance must always match the value of the
DB_UNIQUE_NAME
initialization parameter for that Recovery Appliance.
Command Example
The following example shows how to edit and rename a Recovery Appliance.
DGMGRL> EDIT RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance_typo' RENAME TO 'EnterpriseRecoveryAppliance'; Succeeded.
EDIT RECOVERY_APPLIANCE RESET (Property)
The EDIT RECOVERY_APPLIANCE RESET
(Property) command resets the specified property for the named Recovery Appliance to its default value.
Format
EDIT RECOVERY_APPLIANCE object name RESET PROPERTY property-name ;
Command Parameters
Command Example
The following example shows how to reset the ReopenSecs
property back to its default value for the Recovery Appliance named South_Sales
.
DGMGRL> EDIT DATABASE 'South_Sales' RESET PROPERTY ReopenSecs; Succeeded.
EDIT RECOVERY_APPLIANCE RESET (Parameter)
The EDIT RECOVERY_APPLIANCE RESET
(Parameter) command resets the specified database initialization parameter for the named Recovery Appliance to its default value.
Format
EDIT RECOVERY_APPLIANCE object name RESET PARAMETER parameter-name ;
Command Parameters
Command Example
The following example shows how to reset the db_filename_convert
initialization parameter to its default value for the Recovery Appliance named EnterpriseRecoveryAppliance
.
DGMGRL> EDIT RECOVERY APPLIANCE 'EnterpriseRecoveryAppliance' RESET PARAMETER db_filename_convert; Succeeded.
ENABLE CONFIGURATION
The ENABLE CONFIGURATION
command enables the broker to
manage the broker configuration, including all of its databases.
Format
ENABLE CONFIGURATION [ALL];
Command Parameters
None.
Usage Notes
-
Use the
SHOW CONFIGURATION
command to enable broker management of the primary database and all members of the configuration, if these members are not explicitly disabled by the user. -
To issue this command, you must connect to a database whose control file role is primary.
-
By default, broker management of the configuration's databases is enabled in the
TRANSPORT-ON
state with redo transport services turned on at the primary database andAPPLY-ON
with log apply services started at the standby databases. Far sync instances will be enabled such that they receive redo data and send redo data. You can change the state of a database using the EDIT DATABASE (State) command, but not when the database or the entire configuration is disabled. You cannot change the state of a far sync instance. -
Use this command to update the roles stored in the broker configuration if a failover or switchover was performed using SQL*Plus instead of DGMGRL or Cloud Control.
-
Use the SHOW CONFIGURATION command to display information about the configuration.
-
Include the
ALL
keyword to enable all configurations. Use this to start redo transport between the source database to the target database after you create a DB PDB configuration.
Command Example
The following example enables management of a broker configuration.
DGMGRL> ENABLE CONFIGURATION; Enabled.
The following command enables management of all configured broker configurations that contain one or more PDBs. It begins redo transport from the source database to the target database.
DGMGRL> ENABLE CONFIGURATION ALL;
Enabled “MyConfig1” with primary database “boston”.
Enabled “MyConfig2” with primary database “newyork”.
ENABLE DATABASE
The ENABLE DATABASE
command enables broker management of the specified standby database.
Caution:
Do not issue the ENABLE DATABASE
command on a standby database that needs to be reinstated. See Reenabling Disabled Databases After a Role Change for more details.
Format
ENABLE DATABASE database-name;
Command Parameters
Usage Notes
-
You must connect to the primary database or to an already enabled standby database to issue this command.
-
A standby database may have been disabled by the broker as a consequence of a prior failover or switchover operation. See Reenabling Disabled Databases After a Role Change to understand how the database can be reinstated or re-created.
-
By default, broker management of the physical or logical standby database is enabled in the
APPLY-ON
state with log apply services enabled. You can change the state of the standby database using the EDIT DATABASE (State) command, but only when the database is enabled. -
Use the SHOW DATABASE command to display information about the database.
-
For an Oracle RAC database, only one instance is required to be started and mounted for this command to succeed.
Command Example
The following example shows how to enable a database named South_Sales
.
DGMGRL> ENABLE DATABASE 'South_Sales'; Enabled.
ENABLE FAR_SYNC
The ENABLE FAR_SYNC
command enables broker management of the specified far sync instance.
Format
ENABLE FAR_SYNC far_sync_instance_name ;
Command Parameters
Command Example
The following example enables broker management of a far sync instance named dallas
.
DGMGRL> ENABLE FAR_SYNC 'dallas';
ENABLE FAST_START FAILOVER
The ENABLE FAST_START FAILOVER
command enables the broker to fail over to a specifically-chosen standby database in the event of loss of the primary database, without requiring any manual steps.
See Enabling Fast-Start Failover for complete information.
Format
ENABLE FAST_START FAILOVER [OBSERVE ONLY];
Command Parameters
OBSERVE ONLY:
All observers started before or after this command is issued will run in observe-only mode.
Usage Notes
-
The prerequisites described in Prerequisites for Enabling Fast-Start Failover must be met before you issue this command to enable fast-start failover.
-
Issuing the
ENABLE FAST_START FAILOVER
command does not trigger a failover, it only allows the observer that is monitoring the configuration to initiate a fast-start failover if conditions warrant a failover. -
You can enable fast-start failover while connected to any database in the broker configuration.
-
If you do not start the observer after you have enabled fast-start failover, the
ORA-16819
warning is displayed for the primary and target standby databases. For example:DGMGRL> SHOW DATABASE 'South_Sales'; Database - South_Sales Role: PRIMARY Intended State: TRANSPORT-ON Instance(s): south_sales1 Database Warning(s): ORA-16819: fast-start failover observer not started Database Status: WARNING
-
To enable fast-start failover for a broker configuration with multiple standby databases, the
FastStartFailoverTarget
configuration property on the primary database must specify one or more viable target standby databases. Both the primary database and the target standby databases must have:-
Standby redo logs configured
-
Redo transport must be properly configured at both databases for the configured protection mode
Oracle also recommends Flashback Database be enabled on both the primary and standby databases to allow for reinstatement of the old primary database after a failover. If it is not enabled, then you will receive a warning when you enable fast-start failover:
DGMGRL> ENABLE FAST_START FAILOVER; Warning: ORA-16827: Flashback Database is disabled
Task 2 in Enabling Fast-Start Failover, and FastStartFailoverTarget provide more information about the
FastStartFailoverTarget
configuration property. -
-
Once you have enabled fast-start failover, you must comply with the restrictions described in Restrictions When Fast-Start Failover is Enabled.
Command Examples
Example 1: Enabling a Fast-Start Failover
The following example enables fast-start failover.
DGMGRL> ENABLE FAST_START FAILOVER; Enabled in Zero Data Loss Mode.
Example 2: Successful Enabling of Fast-Start Failover
The following example shows that fast-start failover was successfully enabled when the configuration is operating in maximum performance mode.
DGMGRL> SHOW FAST_START FAILOVER;
Fast-Start Failover: Enabled in Zero Data Loss Mode
Protection Mode: MaxAvailability
Lag Limit: 0 seconds
Threshold: 180 seconds
Ping Interval: 3000 milliseconds
Ping Retry: 0
Active Target: South_Sales
Potential Targets: "South_Sales"
South_Sales valid
Observer: (none)
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: (none)
Observer Override: FALSE
Configurable Failover Conditions
Health Conditions:
Corrupted Controlfile YES
Corrupted Dictionary YES
Inaccessible Logfile NO
Stuck Archiver NO
Datafile Write Errors YES
Oracle Error Conditions:
(none)
ENABLE FAST_START FAILOVER CONDITION
The ENABLE FAST_START FAILOVER CONDITION
command specifies additional conditions for which a fast-start failover should be performed.
Format
ENABLE FAST_START FAILOVER CONDITION value;
Command Parameters
Usage Notes
-
Table 10-2 lists some examples of health conditions maintained by the database health-check facility.
-
An error is raised if the specified value is not recognized or if the condition has already been set.
-
Table 10-2 Examples of Health Conditions
Health Condition Description Datafile Write Errors If fast-start failover is enabled and the Datafile Write Errors condition is specified, then a fast-start failover is initiated if write errors are encountered in any data files, including temp files, system data files, and undo files. "Corrupted Controlfile"
Corrupted controlfile. This condition is enabled by default.
"Corrupted Dictionary"
Dictionary corruption of a critical database object. This condition is enabled by default.
"Inaccessible Logfile"
LGWR is unable to write to any member of a log group due to an I/O error.
"Stuck Archiver"
Archiver is unable to archive a redo log because device is full or unavailable.
-
You can display these configurable conditions with the
SHOW FAST_START FAILOVER
command.
Command Examples
Example 1
The following example specifies that a fast-start failover should be done if a corrupted controlfile is detected.
ENABLE FAST_START FAILOVER CONDITION "Corrupted Controlfile";
Example 2
The following example specifies that a fast-start failover should be done if an ORA-00240 error is raised.
ENABLE FAST_START FAILOVER CONDITION 240;
Example 3
The following example displays output that shows the condition Datafile Write Errors.
DGMGRL> SHOW FAST_START FAILOVER; Fast-Start Failover: DISABLED Threshold: 180 seconds Ping Interval: 3000 milliseconds Ping Retry: 0 Active Target: (none) Potential Targets: "South_Sales" South_Sales valid Observer: (none) Lag Limit: 300 seconds Shutdown Primary: TRUE Auto-reinstate: TRUE Observer Reconnect: (none) Observer Override: FALSE Configurable Failover Conditions Health Conditions: Corrupted Controlfile YES Corrupted Dictionary YES Inaccessible Logfile NO Stuck Archiver NO Datafile Write Errors YES Oracle Error Conditions: (none)
ENABLE RECOVERY_APPLIANCE
The ENABLE RECOVERY_APPLIANCE
command enables broker management of the specified Zero Data Loss Recovery Appliance (Recovery Appliance).
Format
ENABLE RECOVERY_APPLIANCE object name ;
Command Parameters
Usage Notes
-
You must connect to the primary database or to an already enabled standby database to issue this command.
-
Use the
SHOW RECOVERY_APPLIANCE
command to display information about the Recovery Appliance.
Command Example
The following example shows how to enable a Recovery Appliance named EnterpriseRecoveryAppliance
.
DGMGRL> ENABLE RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance';Enabled.
EXIT
The EXIT
command exits (quits) the broker’s command-line interface.
Format
EXIT;
Command Parameters
None.
Usage Notes
-
This command has the same effect as the QUIT command.
-
A database connection is not required to execute this command. However, if you are connected, this command breaks the connection.
Command Example
The following example demonstrates how to exit (quit) the command-line interface.
DGMGRL> EXIT;
EXPORT CONFIGURATION
The EXPORT CONFIGURATION
command enables you to save the metadata contained in the broker configuration file to a text file. Use this command to maintain an up-to-date copy of the broker configuration metadata.
Format
EXPORT CONFIGURATION [TO file-name];
Command Parameters
- file-name
-
The name of the file in which the Data Guard broker configuration is saved.
If you omit the
TO file-name
clause, the broker stores the exported configuration using a default file name. The convention used to name the file isSID_dmon_processID-of-DMON_brkmeta_serial-number.trc
.For example, if the SID is
orcl
and the process ID of the PMON process is 1234, and theTO
file-name clause is omitted, the file created when the broker configuration is first exported is namedorcl_dmon_1234_brkmeta_1.trc
. When the broker configuration is next exported, it is stored in a file namedorcl_dmon_1234_brkmeta_2.trc
.
Usage Notes
-
The broker stores the exported configuration in the
trace
directory. You cannot specify the directory in which the configuration must be stored. -
When you need to downgrade to an earlier version of the database software, you can export the broker configuration to a file before you downgrade the database software. Subsequently, instead of manually recreating the configuration from scratch, you can import this exported file to recreate the broker configuration after the downgrade is complete.
Command Example
The following example exports the metadata in the broker configuration file to a file named dg_config.txt
in the trace
directory.
EXPORT CONFIGURATION TO 'dg_config.txt';
FAILOVER
The FAILOVER
command invokes a failover that transitions the named (target) standby database into the role of a primary database.
This type of failover is referred to as a manual failover. See Manual Failover for more information.
Note:
Because a failover results in a transition of a standby database to the primary role, it should be performed when the primary database has failed or is unreachable and cannot be recovered in a timely manner. Failover may or may not result in data loss depending on the protection mode in effect at the time of the failover and whether the target standby database was synchronized with the primary database.
Use the SWITCHOVER
command if the primary database has not failed and you want the current primary database and a standby database to switch roles with no data loss.
Format
FAILOVER TO database-name [IMMEDIATE];
Command Parameters
Usage Notes
-
Always try to perform a complete failover first unless Redo Apply has stopped at the failover target due to an
ORA-752
orORA-600
[3020]
error. If one of these errors has occurred, then before proceeding follow the guidelines in "Resolving ORA-752 or ORA-600 [3020] During Standby Recovery" in My Oracle Support Note 1265884.1 athttp://support.oracle.com
. An immediate failover should only be performed when a complete failover is unsuccessful or in the error case just noted. -
The specified standby database must be enabled before the primary database fails. However, an enabled standby database that was shut down can be a candidate for the failover operation. In this case, restart the standby database using DGMGRL
STARTUP
command, then issue theFAILOVER
command. -
The failover operates on the specified standby database and changes its role to a primary database. Bystander standby databases (those not involved in the failover) remain in the standby role.
-
Before you issue the
FAILOVER
command, verify that you are connected to the standby database that will become the new primary database. If necessary, issue a CONNECT command to connect to the standby database to which you want to failover. -
If the
FAILOVER
command is issued without any options, the standby database chosen as the failover target applies all unapplied redo it has received before changing to the primary role. This is referred to as a complete failover. -
If the broker configuration is operating in maximum protection mode, a manual failover operation will force the protection mode to be maximum performance. The redo transport service settings are unaffected. You need to restore the desired protection mode for the resulting configuration after the failover operation.
Note:
With fast-start failover, the broker preserves the protection mode that was in effect prior to the failover.
-
If the
FAILOVER
command is issued with theIMMEDIATE
option, no attempt is made to apply any unapplied redo that has been received. This option more likely results in lost application data even when standby redo log files are configured on the standby database. Additionally, any remaining standby databases in the configuration cannot function as such until they are reinstated or re-created. See Reenabling Disabled Databases After a Role Change for more information. -
You can perform a manual failover or set up the broker to perform a fast-start failover. See the ENABLE FAST_START FAILOVER command for information about allowing the broker to automatically invoke failover, when conditions warrant a failover.
-
If fast-start failover is enabled, you can perform a complete manual failover only to the fast-start failover target standby database and only if the fast-start failover target standby database is synchronized with, or within the lag limit of, the primary database, and only when the observer is started. You cannot perform an immediate manual failover when fast-start failover is enabled.
-
If Flashback Database was enabled on the former (failed) primary database prior to the failover, the former primary database can be reinstated using the broker's
REINSTATE
command (see the REINSTATE DATABASE command).If failover was performed to a physical standby database, any other physical standby databases that were disabled by the failover can be reinstated if Flashback Database was enabled on the standby database and there are sufficient flashback logs available. See Reenabling Disabled Databases After a Role Change for step-by-step instructions.
-
The original primary database can only participate in the configuration as a standby database after it is reinstated or re-created.
Caution:
You should shut down the original primary database if it still has any active instances running prior to failing over.
See Also:
Reenabling Disabled Databases After a Role Change about reenabling the original primary database so that it could serve as a standby database to the primary database
Command Example
The following example performs a failover in which the standby database, South_Sales
, transitions to the primary role:
DGMGRL> FAILOVER TO 'South_Sales'; Performing failover NOW, please wait... Failover succeeded, new primary is "South_Sales" DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxPerformance Members: South_Sales - Primary database North_Sales - Physical standby database (disabled) ORA-16661: the standby database needs to be reinstated Fast-Start Failover: DISABLED Configuration Status: WARNING
FAILOVER TO PLUGGABLE DATABASE
The FAILOVER TO PLUGGABLE DATABASE
command invokes a
failover that transitions the named target PDB into the role of a source PDB.
Syntax
FAILOVER TO PLUGGABLE DATABASE pdb-name AT database-name [IMMEDIATE];
Parameters
Parameter | Description |
---|---|
pdb-name |
Name of the target PDB to that you want to fail over
to the source PDB role. This must be the same PDB that was used
when setting up the source PDB with the |
database-name |
Name of the target database that contains the target PDB. |
Usage Notes
-
When there are problems with the source PDB, but the source database is available, perform a manual failover to a target PDB. The target PDB applies all the unapplied redo that it has received and then changes over to a source PDB role. This is referred to as a complete PDB failover.
-
When the source database is not accessible, perform immediate failover by using the
FAILOVER PLUGGABLE DATABASE
command with theIMMEDIATE
option. No attempt is made to apply any unapplied redo that has been received. This option more likely results in lost application data. -
The original source PDB must be manually re-enabled so that it can serve as a target PDB for the new source PDB.
Example 10-8 Performing Failover of a PDB
The following example performs a PDB failover in which the target PDB
sales
, contained in the target database
newyork
, transitions to the source PDB.
DGMGRL> FAILOVER TO PLUGGABLE DATABASE sales AT newyork;
Verifying conditions for Failover...
Source pluggable database is 'SALESB' at database 'boston'
Performing FAILOVER now, please wait...
Converting 'SALESB' to standby role...
Waiting for 'SALES' to recover all redo data...
Stopping recovery at 'SALES'...
Converting 'SALES' to primary role...
Opening new primary 'SALES'...
Failover succeeded, new primary is “sales”.
HELP
The DISPLAY
command displays online help for the Data Guard command-line interface.
Format
HELP [command_name];
Command Parameters
- command_name
-
The command for which you want to display help information. If you do not specify a command, then all commands are listed. The following commands are available:
@ Execute DGMGRL script file ! Host operating system command / Repeat the last command -- Comment to be ignored by DGMGRL add Adds a member to the broker configuration connect Connects to an Oracle database instance convert Converts a database from one type to another create Creates a broker configuration disable Disables a configuration, a member, or fast-start failover edit Edits a configuration or a member enable Enables a configuration, a member, or fast-start failover exit Exits the program failover Changes a standby database to be the primary database help Displays description and syntax for a command host Host operating system command migrate Migrate a pluggable database from one configuration to another. quit Exits the program reinstate Changes a database marked for reinstatement into a viable standby rem Comment to be ignored by DGMGRL remove Removes a configuration or a member set Set a property to a specified value show Displays information about a configuration or a member shutdown Shuts down a currently running Oracle database instance spool store input and output of DGMGRL CLI in a file sql Executes a SQL statement start Starts the fast-start failover observer startup Starts an Oracle database instance stop Stops the fast-start failover observer switchover Switches roles between a primary and standby database validate Performs an exhaustive set of validations for a database
Enter
help
command_name
to see syntax for individual commands.
Usage Notes
-
A database connection is not required to execute this command.
Command Example
The following example gets help on the EDIT
commands.
DGMGRL> HELP EDIT
HOST or ! (exclamation point)
The DGMGRL HOST
and ! commands allow you to execute operating system command(s) directly through the DGMGRL console without leaving DGMGRL.
The HOST
command and the ! command have the same functionality. They allow you to submit operating system commands while you are logged in to DGMGRL. The DGMGRL prompt becomes a shell prompt which accepts operating system commands. You can also directly submit individual operating system commands to DGMGRL through the Host or ! command.
Format
HOST [command]
Or alternatively,
! [command]
Usage Notes
-
If you simply enter
HOST
without specifying a command, then the DGMGRL console becomes an operating system shell prompt until you issue theEXIT
command to return to the DGMGRL console. -
The HOST and ! commands take all the content entered on the command line after them as input for the operating system shell prompt. See Command Example 2 below.
Command Examples
Example 1
The following example shows the HOST
and ! commands being used to execute an individual operating system command in the DGMGRL console.
DGMGRL> HOST DATE
Executing operating system command(s):" date"
Fri Oct 23 14:08:42 EDT 2015
DGMGRL>
DGMGRL> ! DATE
Executing operating system command(s):" date"
Fri Oct 23 14:09:20 EDT 2015
DGMGRL>
Example 2
In the following example, both of the DATE
commands are executed in the operating system shell before control is returned to DGMGRL.
DGMGRL> ! DATE;DATE;
Executing operating system command(s):" date;date;"
Fri Oct 23 14:11:40 EDT 2015
Fri Oct 23 14:11:40 EDT 2015
DGMGRL>
IMPORT CONFIGURATION
The IMPORT CONFIGURATION
command enables you to import the broker configuration metadata that was previously exported using the EXPORT CONFIGURATION
command.
Format
IMPORT CONFIGURATION FROM file-name;
Command Parameters
Usage Notes
-
The imported metadata is stored in the in-memory metadata and to either of the broker metadata files specified by
DG_BROKER_CONFIG_FILE1
orDG_BROKER_CONFIG_FILE2
. -
The specified file name must exist in the
trace
directory.
Command Example
The following command imports configuration metadata stored in the file named dg_config.txt
in the trace
directory into the memory and to the broker metadata file.
DGMGRL> IMPORT CONFIGURATION FROM 'dg_config.txt';
MIGRATE PLUGGABLE DATABASE
The MIGRATE PLUGGABLE DATABASE
command lets you migrate a
pluggable database (PDB) from one multitenant container database (CDB) to another on the
same host. You can migrate a PDB from a primary CDB to another primary CDB or failover a PDB
from a standby CDB to a primary CDB.
Format
MIGRATE PLUGGABLE DATABASE [VERIFY][IMMEDIATE] pdb-name
TO CONTAINER dest-cdb-name
USING XML-description-file
[CONNECT AS { /@dest-cdb-connect-identifer | dest-cdb-user/dest-cdb-pass@dest-cdb-connect-identifer} ]
[ SECRET secret KEYSTORE IDENTIFIED BY ( EXTERNAL STORE | wallet-password) ];
Prerequisites
The MIGRATE PLUGGABLE DATABASE
command has the following
prerequisites:
-
The destination CDB must be created and started in such a way that it can access the PDB data files at the same file path as the source CDB.
-
The source and destination CDBs must each be in a different Data Guard broker configuration.
-
The source CDB can either be a primary database or a physical standby database.
-
If the source PDB uses Transparent Data Encryption (TDE), the encryption keys associated with the source PDB must also be migrated. Connect to the database root and use the
ADMINISTER KEY MANAGEMENT
command to export the master encryption keys. The clauses used with this command depend on the PDB mode (isolated mode or united mode) and the type of keystore (software-based keystore or password keystore).The file containing the exported keys must be accessible to the destination CDB either using Secure File Copy (SCP) or Oracle Automatic Storage Management Cluster File System (Oracle ACFS).
-
If the source CDB is a physical standby database:
-
source CDB and destination CDB must be running the same Oracle version and patches.
-
source CDB and destination CDB must have the same setting for the
COMPATIBLE
initialization parameter. -
PDB to be migrated must be closed on its primary CDB.
-
execute the failover
if a PDB failover will result in lost data, then you must specifically choose to execute the failover by using the
IMMEDIATE
option.
-
-
If the source CDB is a primary database, then
-
the destination CDB cannot be running a lower version of Oracle.
-
the setting of the
COMPATIBLE
initialization parameter cannot be set to a lower value on the destination CDB than on the source CDB.
-
-
The services for the PDB must be stopped and removed from the Oracle Clusterware repository of the source database to be migrated. This should be done for all databases in the Data Guard broker configuration of the source database.
-
The destination CDB must be open.
-
You must have
SYSDBA
privilege for both the source and destination CDBs.
Command Parameters
- pdb-name
- The name of the PDB to be migrated.
- dest-cdb-name
- The database unique name of the CDB to receive the PDB to be migrated.
- XML-description-file
- An XML file that contains the description of the PDB to be migrated. This file is automatically created by the SQL statements executed by the
MIGRATE PLUGGABLE DATABASE
command. - dest-cdb-user
- The user name of the user that has
SYSDBA
access to the destination CDB. - dest-cdb-pass
- The password associated with the user name specified for
dest-cdb-user
. - dest-cdb-connect-identifier
- An Oracle Net connect identifier used to reach the destination CDB.
- secret
- The password that was used to encrypt the export file
containing the exported encryption keys of the source PDB. This password
would have been specified as part of the
ADMINISTER KEY MANAGEMENT
command, when exporting the PDB encryption keys. - wallet-password
- The password of the keystore containing the encryption keys. This is required if the source PDB was encrypted using a password keystore.
Usage Notes
-
By default, when this command is used for PDB failover, the failover attempt is rejected if there is a possibility of data loss. You can override this default behavior by using the
IMMEDIATE
option. -
The
IMMEDIATE
option is ignored if the source database is a primary database. -
The
VERIFY
option performs a pre-check to determine if the PDB can be migrated successfully. -
If a connect identifier is specified, then database credentials are used to authenticate the user on the destination CDB.
-
Operating system credentials cannot be used to authenticate the user on the destination CDB. A connect identifier must be specified; a slash (/) is not supported.
-
For cases in which a slash (/) is used to specify a connect identifier (for example,
/@boston
), the credentials are fetched from the wallet. -
The following options are available if you want to specify a connect string:
-
/@dest-cdb-connect-identifier
(credentials are fetched from the wallet) -
dest-cdb-user/dest-cdb-pass@dest-cdb-connect-identifier
(uses database credentials)
-
-
To prevent the password from being visible on the command line, specify only a user name with a connect identifier. You will then be prompted for a password. The following options are supported when you supply only a user name and connect identifier:
-
dest-cdb-user@dest-cdb-connect-identifier
(uses database credentials) -
dest-cdb-user/@dest-cdb-connect-identifier
(uses database credentials)
-
-
If you omit the connect string entirely from the command line, then you will be prompted for a user name and password. The following options are supported:
-
/@dest-cdb-connect-identifier
(no prompt for password, credentials are fetched from the wallet) -
dest-cdb-user@dest-cdb-connect-identifier
(uses database credentials) -
dest-cdb-user/@dest-cdb-connect-identifier
(uses database credentials)
-
Command Examples
Example 1: Migrating a PDB From a Primary CDB
DGMGRL> MIGRATE PLUGGABLE DATABASE REGION1 TO CONTAINER NORTH_SALES_NEW USING REGION1.xml
CONNECT AS sys@NORTH_SALES_NEW;
Connected to "NORTH_SALES_NEW"
Connected.
Beginning migration of pluggable database REGION1.
Source multitenant container database is NORTH_SALES.
Destination multitenant container database is NORTH_SALES_NEW.
Closing pluggable database REGION1 on all instances of multitenant container database NORTH_SALES.
Unplugging pluggable database REGION1 from multitenant container database NORTH_SALES.
Pluggable database description will be written to REGION1.xml.
Dropping pluggable database REGION1 from multitenant container database NORTH_SALES.
Creating pluggable database REGION1 on multitenant container database NORTH_SALES_NEW.
Opening pluggable database REGION1 on all instances of multitenant container database NORTH_SALES_NEW.
Succeeded.
Example 2: Failing over a PDB from a Physical Standby
DGMGRL> MIGRATE PLUGGABLE DATABASE REGION1 TO CONTAINER SOUTH_SALES_NEW
USING REGION1.xml CONNECT AS sys@SOUTH_SALES_NEW;
Connected to "SOUTH_SALES_NEW"
Connected.
Beginning migration of pluggable database REGION1.
Source multitenant container database is SOUTH_SALES.
Destination multitenant container database is SOUTH_SALES_NEW.
Continuing with migration of pluggable database REGION1 to multitenant container database SOUTH_SALES_NEW.
Stopping Redo Apply services on source multitenant container database SOUTH_SALES.
Succeeded.
Opening database SOUTH_SALES.
Opening pluggable database REGION1 on source multitenant container database SOUTH_SALES to prepare for migration.
Pluggable database description will be written to REGION1.xml.
Closing pluggable database REGION1 on all instances of multitenant container database SOUTH_SALES.
Disabling media recovery for pluggable database REGION1.
Closing database SOUTH_SALES.
Restarting redo apply services on source multitenant container database SOUTH_SALES.
Succeeded.
Creating pluggable database REGION1 on multitenant container database SOUTH_SALES_NEW.
Opening pluggable database REGION1 on all instances of multitenant container database SOUTH_SALES_NEW.
Unplugging pluggable database REGION1 from multitenant container database NORTH_SALES.
Dropping pluggable database REGION1 from multitenant container database NORTH_SALES.
Succeeded.
Example 10-9 Performing a Pre-Migration Verification of a Source PDB
DGMGRL> MIGRATE PLUGGABLE DATABASE VERIFY IMMEDIATE MYPDB TO CONTAINER tgt_cdb USING mypdb.xml CONNECT AS sys@tgtcdb_tns ;
Connected.
Beginning verification of migration of pluggable database MYPDB.
Source multitenant container database is src_cdb.
Destination multitenant container database is tgt_cdb.
Potential data loss is possible for pluggable database MYPDB.
Opening database in restricted mode on this instance of database src_cdb.
Opening pluggable database MYPDB on this instance of multitenant container database src_cdb.
Pluggable database description will be written to mypdb.xml.
No plug-in violations found.
Closing database src_cdb.
Verification of pluggable database MYPDB complete, no incompatibilities found.
PREPARE DATABASE FOR DATA GUARD
The PREPARE DATABASE FOR DATA GUARD
command configures a database for use as a primary database in a Data Guard broker configuration. Database initialization parameters are set to recommended values.
Format
PREPARE DATABASE FOR DATA GUARD [WITH DB_UNIQUE_NAME IS db-unique-name] [DB_RECOVERY_FILE_DEST IS directory-location] [DB_RECOVERY_FILE_DEST_SIZE is size] [BROKER_CONFIG_FILE_1 IS broker-config-file-1-location] [BROKER_CONFIG_FILE_2 IS broker-config-file-2-location];
Command Parameters
- db_unique_name
-
The value for the
DB_UNIQUE_NAME
initialization parameter. If the initialization parameter has been set to a different value, the existing value is replaced with the value specified bydb_unique_name
. If this parameter is not specified, theDB_UNIQUE_NAME
parameter is set to the value of theDBNAME
parameter. - directory-location
-
The directory name for the
DB_RECOVERY_FILE_DEST
initialization parameter, which represents the fast recovery area location. The specified directory must be accessible by all instances of a RAC database.This parameter can be omitted if a local archive destination is set. However, if the
DB_RECOVERY_FILE_DEST
initialization parameter has not been set and no local archive destination has been set, specifying this parameter is mandatory.If
directory_location
is specified, alog_archive_dest_n
initialization parameter is set to the valueUSE_DB_RECOVERY_FILE_DEST
. This is done whether or not there is a local archive destination already set. - size
-
A size value for the
DB_RECOVERY_FILE_DEST
initialization parameter. This parameter is mandatory if theDB_RECOVERY_FILE_DEST
is specified. - broker-config-file-1-location
-
A file location that is used to set the
DG_BROKER_CONFIG_FILE1
initialization parameter. The file location specified must be accessible by all instances of a RAC database.This is an optional command parameter.
- broker-config-file-2-location
-
A file location that is used to set the
DG_BROKER_CONFIG_FILE2
initialization parameter. The file location specified must be accessible by all instances of a RAC database.This is an optional command parameter.
Prerequisites
You must connect to the primary database as a user with the SYSDG
or SYSDBA
privilege.
Usage Notes
- Database versions starting from Oracle Database 12c Release 2 are supported.
-
For a single-instance database, if a server parameter file does not exist, it is created using the current in-memory parameter settings and stored in the default location.
-
This command sets the following initialization parameters, as per the values recommended for the Maximum Availability Architecture (MAA):
DB_FILES=1024
LOG_BUFFER=256M
DB_BLOCK_CHECKSUM=TYPICAL
If this value is already set to
FULL
, the value is left unchanged.DB_LOST_WRITE_PROTECT=TYPICAL
If this value is already set to
FULL
, the value is left unchanged.DB_FLASHBACK_RETENTION_TARGET=120
If this parameter is already set to a non-default value, it is left unchanged.
PARALLEL_THREADS_PER_CPU=1
DG_BROKER_START=TRUE
-
This command enables archivelog mode, enables force logging, enables Flashback Database, and sets the RMAN archive log deletion policy to
SHIPPED TO ALL STANDBY
. -
If standby redo logs do not exist in the primary database, they are added. If the logs exist and are misconfigured, they are deleted and recreated.
Command Example
The following example prepares a database with the name boston
for use as a primary database. The recovery destination is $ORACLE_BASE_HOME/dbs
.
DGMGRL> PREPARE DATABASE FOR DATA GUARD
WITH DB_UNIQUE_NAME IS boston
DB_RECOVERY_FILE_DEST IS "$ORACLE_BASE_HOME/dbs/"
DB_RECOVERY_FILE_DEST_SIZE is "400G"
DG_BROKER_CONFIG_FILE1 IS "$ORACLE_HOME/dbs/file1.dat"
DG_BROKER_CONFIG_FILE2 IS "$ORACLE_HOME/dbs/file2.dat";
Preparing database "boston" for Data Guard.
Creating server parameter file (SPFILE) from initialization parameter memory values.
Database must be restarted after creating the server parameter (SPFILE).
Shutting down database "boston".
Database closed.
Database dismounted.
ORACLE instance shut down.
Starting database "boston" to mounted mode.
ORACLE instance started.
Database mounted.
Server parameter file (SPFILE) is "ORACLE_BASE_HOME/dbs/spboston.ora".
Initialization parameter DB_UNIQUE_NAME set to 'boston'.
Initialization parameter DB_FILES set to 1024.
Initialization parameter LOG_BUFFER set to 268435456.
Primary database must be restarted after setting static initialization parameters.
Primary database must be restarted to enable archivelog mode.
Shutting down database "boston".
Database dismounted.
ORACLE instance shut down.
Starting database "boston" to mounted mode.
ORACLE instance started.
Database mounted.
Initialization parameter DB_FLASHBACK_RETENTION_TARGET set to 120.
Initialization parameter DB_BLOCK_CHECKSUM set to 'TYPICAL'.
Initialization parameter DB_LOST_WRITE_PROTECT set to 'TYPICAL'.
Initialization parameter PARALLEL_THREADS_PER_CPU set to 1.
Removing RMAN archivelog deletion policy 1.
Removing RMAN archivelog deletion policy 2.
RMAN configuration archivelog deletion policy set to SHIPPED TO ALL STANDBY.
Initialization parameter DB_RECOVERY_FILE_DEST_SIZE set to '400G'.
Initialization parameter DB_RECOVERY_FILE_DEST set to 'ORACLE_BASE_HOME/dbs/'.
Initialization parameter DG_BROKER_START set to FALSE.
Initialization parameter DG_BROKER_CONFIG_FILE1 set to 'ORACLE_HOME/dbs/file1.dat'.
Initialization parameter DG_BROKER_CONFIG_FILE2 set to 'ORACLE_HOME/dbs/file2.dat'.
LOG_ARCHIVE_DEST_n initialization parameter already set for local archival.
Initialization parameter LOG_ARCHIVE_DEST_2 set to 'location=use_db_recovery_file_dest valid_for=(all_logfiles, all_roles)'.
Initialization parameter LOG_ARCHIVE_DEST_STATE_2 set to 'Enable'.
Initialization parameter STANDBY_FILE_MANAGEMENT set to 'MANUAL'.
Standby log group 4 will be dropped because it was not configured correctly.
Standby log group 3 will be dropped because it was not configured correctly.
Adding standby log group size 26214400 and assigning it to thread 1.
Initialization parameter STANDBY_FILE_MANAGEMENT set to 'AUTO'.
Initialization parameter DG_BROKER_START set to TRUE.
Database set to FORCE LOGGING.
Database set to ARCHIVELOG.
Database set to FLASHBACK ON.
Database opened.
QUIT
The QUIT
command quits (exits) the Data Guard command-line interface.
Format
QUIT;
Command Parameters
None.
Usage Notes
-
This command has the same effect as the EXIT command.
-
A database connection is not required to execute this command. However, if you are connected, this command breaks the connection.
Command Example
The following example shows how to quit (exit) the command-line interface.
DGMGRL> QUIT;
REINSTATE DATABASE
The REINSTATE DATABASE
command reinstates a database as a new standby database in the broker configuration for the current primary database.
Format
REINSTATE DATABASE database-name;
Command Parameters
Usage Notes
-
If the conditions for reinstatement described in Reinstating the Former Primary Database in the Broker Configuration are not satisfied, the reinstatement will fail with an appropriate error status and the specified database will remain disabled.
-
If the
database-name
specified is that of the old primary and fast-start failover is enabled, the old primary database will be reinstated as a standby to the new primary, and the fast-start failover environment will be updated to reflect the availability of the new standby database. It will accept redo data from the new primary database and be the target of a fast-start failover should the new primary database fail. Reinstatement occurs automatically if the observer is running unless theFastStartFailoverAutoReinstate
configuration property is set toFALSE
. -
This command does not require that fast-start failover be enabled. It can be used to reinstate an old primary database after a complete manual failover has been performed. It can also be used to reinstate a bystander standby database that had been disabled after either a complete or immediate failover.
-
Issue this command while connected to any database in the broker configuration, except the database that is to be reinstated.
Command Example
The following example reinstates the North_Sales
database as a standby database in the broker configuration.
DGMGRL> REINSTATE DATABASE 'North_Sales'; Reinstating database "North_Sales", please wait... Reinstatement of database "North_Sales" succeeded
REMOVE CONFIGURATION
The REMOVE CONFIGURATION
command removes the Oracle Data Guard broker configuration and ends broker management of all members in the configuration.
Format
REMOVE CONFIGURATION [ PRESERVE DESTINATIONS ];
Command Parameters
None.
Usage Notes
-
When you remove a broker configuration, management of all of the members associated with that configuration is disabled.
-
By default, the command removes the corresponding broker settings of the
LOG_ARCHIVE_DEST_
n
initialization parameter on the primary database and theLOG_ARCHIVE_CONFIG
initialization parameters on all members of the configuration. To preserve these settings, use thePRESERVE DESTINATIONS
option. -
This command does not remove or affect the actual primary or standby database instances, databases, far sync instances, data files, control files, initialization parameter files, server parameter files, or log files of the underlying Oracle Data Guard configuration.
-
You cannot remove the configuration when fast-start failover is enabled.
Command Examples
The following examples show a successful and an unsuccessful REMOVE CONFIGURATION
command.
Example 1
The following command shows how to remove configuration information from the configuration file.
DGMGRL> REMOVE CONFIGURATION; Removed configuration DGMGRL> SHOW CONFIGURATION; Error: ORA-16532: Data Guard broker configuration does not exist Configuration details cannot be determined by DGMGRL
Example 2
The following command is unsuccessful because fast-start failover is enabled.
DGMGRL> REMOVE CONFIGURATION; Error: ORA-16654: fast-start failover is enabled Failed. DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxAvailability Members: North_Sales - Primary database South_Sales - (*) Physical standby database Fast-Start Failover: Enabled in Zero Data Loss Mode Configuration status: SUCCESS
REMOVE DATABASE
The REMOVE DATABASE
command removes the specified standby database from the broker configuration and terminates broker management of that standby database.
Format
REMOVE DATABASE database-name [ PRESERVE DESTINATIONS ];
Command Parameters
Usage Notes
-
An error is returned if you specify the name of the primary database in the broker configuration.
-
By default, this command removes all references to the specified database from all redo transport initialization parameters at each member of the configuration. To preserve these settings, use the
PRESERVE DESTINATIONS
option. -
This command cannot be executed if fast-start failover is enabled and database-name specifies the name of the target standby database.
Command Example
The following example shows how to remove a database from the Oracle Data Guard broker configuration.
DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxPerformance Members: North_Sales - Primary database South_Sales - Physical standby database Fast-Start Failover: DISABLED Configuration status: SUCCESS DGMGRL> REMOVE DATABASE 'South_Sales'; Removed database "South_Sales" from the configuration. Configuration - DRSolution Protection Mode: MaxPerformance Members: North_Sales - Primary database Fast-Start Failover: DISABLED Configuration status: SUCCESS
REMOVE FAR_SYNC
The REMOVE FAR SYNC
command removes a far sync instance from an Oracle Data Guard broker configuration.
Format
REMOVE FAR_SYNC far_sync_instance_name;
Command Parameters
Usage Notes
-
A far sync instance that has its
RedoRoutes
property set cannot be removed.
Command Example
The following example removes a far sync instance named dallas
from the broker configuration.
DGMGRL> REMOVE FAR_SYNC 'dallas';
REMOVE INSTANCE
The REMOVE INSTANCE
command removes the specified instance from the broker configuration.
Format
REMOVE INSTANCE instance-name [ON { DATABASE | FAR_SYNC } object-name];
Command Parameters
Usage Notes
-
The broker automatically adds started instances to the broker configuration. However, the broker does not automatically remove instances from the database. The
REMOVE
INSTANCE
command can be used to manually remove any instance that no longer exists from the configuration. -
If the
instance-name
is not unique within the configuration, then you must specify both the database-name or far sync-name, and the instance-name to fully identify the instance. -
This command is rejected for an instance that is currently active in the broker configuration.
-
This command is rejected if this is the only instance currently associated with a database or far sync.
Command Example
The following example shows how to remove an instance of the database.
DGMGRL> REMOVE INSTANCE 'south_sales3' ON DATABASE 'South_Sales'; Removed instance "south_sales3" from the database "South_Sales"
REMOVE PLUGGABLE DATABASE
This command stops recovery at a target PDB and then drops the target PDB. Dropping the target PDB ends data protection for the source PDB in a DG PDB environment.
Format
REMOVE PLUGGABLE DATABASE pdb-name AT database-name;
Parameters
Parameter | Description |
---|---|
pdb-name |
Name of the target PDB that must be removed from target database. |
database-name |
Name of the target database that contains the specified target PDB. |
Usage Notes
-
The specified target PDB must have been configured using the
ADD PLUGGABLE DATABASE
command.
Examples
Example 10-10
This example removes the target PDB named dgpdb_sales
from the
target database cdb_newyork
. This stops the recovery process at the
target PDB and removes it from the target database.
DGMGRL> REMOVE PLUGGABLE DATABASE dgpdb_sales AT cdb_newyork;
Removed.
REMOVE RECOVERY_APPLIANCE
The REMOVE RECOVERY_APPLIANCE
command removes the specified Zero Data Loss Recovery Appliance (Recovery Appliance) from the broker configuration and terminates broker management of the Recovery Appliance.
Caution:
When you use the REMOVE RECOVERY_APPLIANCE
command, the Recovery Appliance profile information is deleted from the broker configuration file and cannot be recovered.
Format
REMOVE RECOVERY_APPLIANCE object-name [ PRESERVE DESTINATIONS ];
Command Parameters
Usage Notes
-
By default, this command removes the corresponding broker settings of the
LOG_ARCHIVE_DEST_n
initialization parameter on the database that was shipping redo data to the Recovery Appliance and theLOG_ARCHIVE_CONFIG
initialization parameter on all databases in the configuration. To preserve these settings, use thePRESERVE DESTINATIONS
option.
Command Example
The following example shows how to remove a Recovery Appliance from a Data Guard broker configuration.
DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxPerformance Members: North_Sales - Primary database South_Sales - Physical standby database EnterpriseRecoveryAppliance - Oracle Backup Appliance Fast-Start Failover: DISABLED Configuration status: SUCCESS DGMGRL> REMOVE RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance'; Removed Oracle Backup Appliance "EnterpriseRecoveryAppliance" from the configuration. DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxPerformance Members: North_Sales - Primary database South_Sales - Physical standby database Fast-Start Failover: DISABLED Configuration status: SUCCESS
SET ECHO
The SET ECHO command controls whether or not to echo commands that are issued either at the command-line prompt or from a DGMGRL script.
Format
SET ECHO [ON | OFF];
Usage Notes
-
None
Command Example
DGMGRL> SET ECHO ON;
DGMGRL> SHOW CONFIGURATION;
SHOW CONFIGURATION;
Configuration - DRSolution
Protection Mode: MaxPerformance
Members:
North_Sales - Primary database
South_Sales - Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
SET FAST_START FAILOVER TARGET
The SET FAST_START FAILOVER TARGET
command enables you to set the fast-start failover target to the named standby database without disabling fast-start failover or modifying the fast start failover list.
Format
SET FAST_START FAILOVER TARGET TO database-name [NOWAIT];
Command Parameters
- database-name
-
The name of the standby database that must be the new fast-start failover target.
The specified fast-start failover target must be one of the databases specified in the
FastStartFailoverTarget
property of the primary database. - NOWAIT
-
Sets the named standby database as the fast-start failover target immediately.
Command Example
Example 1: Setting the Fast-start Failover to a Specific Standby
The following example shows how to set the fast-start failover target to the standby database named Boston
.
DGMGRL> SET FAST_START FAILOVER TARGET TO Boston;
Changing fast-start failover target to ‘Boston’…
Succeeded.
DGMGRL> SHOW FAST_START FAILOVER;
Fast-Start Failover: Enabled in Zero Data Loss Mode
Protection Mode: MaxAvailability
Lag Limit: 0 seconds
Threshold: 180 seconds
Ping Interval: 3000 milliseconds
Ping Retry: 0
Active Target: Boston
Potential Targets: "Nashua, Boston"
Nashua valid
Boston valid
Observer: observer-node
Lag Limit: 30 seconds (not in use)
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: (none)
Observer Override: FALSE
Configurable Failover Conditions
Health Conditions:
Corrupted Controlfile YES
Corrupted Dictionary YES
Inaccessible Logfile NO
Stuck Archiver NO
Datafile Write Errors YES
Oracle Error Conditions:
(none)
Example 2: Using the NOWAIT Mode with Setting a Fast Start Failover Target
The following command sets the fast start failover mode to the standby database named Boston. The NOWAIT
clause specifies that the fast-start failover target setting must be updated immediately.
DGMGRL> SET FAST_START FAILOVER TARGET TO Boston NOWAIT;
Fast-start failover target switch to “Boston” requested.
DGMGRL> SHOW FAST_START FAILOVER;
Fast-Start Failover: Enabled in Zero Data Loss Mode
Protection Mode: MaxAvailability
Lag Limit: 0 seconds
Threshold: 180 seconds
Active Target: Nashua
Potential Targets: "Nashua, Boston"
Nashua valid
Boston valid
Observer: observer-node
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: (none)
Observer Override: FALSE
Configurable Failover Conditions
Health Conditions:
Corrupted Controlfile YES
Corrupted Dictionary YES
Inaccessible Logfile NO
Stuck Archiver NO
Datafile Write Errors YES
Oracle Error Conditions:
(none)
DGMGRL> SHOW FAST_START FAILOVER;
Fast-Start Failover: Enabled in Zero Data Loss Mode
Protection Mode: MaxAvailability
Lag Limit: 0 seconds
Threshold: 180 seconds
Active Target: Boston
Potential Targets: "Nashua, Boston"
Nashua valid
Boston valid
Observer: observer-node
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: (none)
Observer Override: FALSE
Configurable Failover Conditions
Health Conditions:
Corrupted Controlfile YES
Corrupted Dictionary YES
Inaccessible Logfile NO
Stuck Archiver NO
Datafile Write Errors YES
Oracle Error Conditions:
(none)
SET MASTEROBSERVER TO
The SET MASTEROBSERVER TO
command lets you manually change which observer is recognized as the master observer.
Use the SET MASTEROBSERVER TO
command to manually designate which observer is to be used as the master.
Format
SET MASTEROBSERVER TO observer_name
Usage Notes
-
If the specified observer name does not exist, an error message is returned and the master observer is not changed
-
When this command is issued, the actual switch does not happen until the next time the primary contacts the target standby, usually within three seconds if fast-start failover is enabled. You should use the
SHOW OBSERVER
command to verify that the switch took place. -
For the manual setting to succeed, the following conditions must be met during the next fast-start failover ping:
-
The target standby is enabled and does not require reinstatement.
-
There is no role change, reinstating, or fast-start failover target switch in progress
-
Command Example
The following is an example of designating a new observer to be the master.
DGMGRL> SET MASTEROBSERVER TO boston-obsever;
Succeeded.
SET MASTEROBSERVERHOSTS
The SET MASTEROBSERVERHOSTS
command sets the master observer of a broker configuration to the observer on the target host.
For each broker configuration in a specified group, if it has a backup observer running on the target host, then set the master observer of this broker configuration to the observer on the target host.
Format
SET MASTEROBSERVERHOSTS {FOR cfg_group_name} TO host-name;
Command Parameters
Usage Notes
-
If no cfg_group_name is specified, then this command attempts to switch the master observer to the specified host for all broker configurations defined in the observer configuration file.
-
The cfg_group_name cannot be the keyword
ALL
. -
The actual switch does not happen until the next time the primary contacts the target standby in each broker configuration, usually within three seconds if fast-start failover is enabled. You should use the
SHOW OBSERVERS
command to verify that the switch took place. -
Information about the DGMGRL commands run and execution details are written to the log file,
superobserver.log
. This file is located in the$DG_ADMIN/admin/
directory. If theDG_ADMIN
environment variable is not defined, this file is located in the current working directory.
Command Example
DGMGRL> SET MASTEROBSERVERHOSTS FOR GRP_A TO dgnet0;
SET ObserverConfigFile
The SET ObserverConfigFile
command sets the full path and file name of an observer configuration file.
An observer configuration file stores information about managed configurations. The commands START OBSERVING
, STOP OBSERVING
, and SHOW OBSERVERS
read the information about broker configuration groups from the file specified on this command.
Format
SET ObserverConfigFile = filename
Usage Notes
-
ObserverConfigFile
is a DGMGRL runtime property. It neither resides in broker configuration metadata nor is persisted to disk. If the observer configuration file name is not observer.ora or it does not exist in the current working directory, then you must specify the name every time you start a new DGMGRL client. -
The default value of the property
ObserverConfigFile
isobserver.ora
. - You can specify an absolute path for the observer configuration file. If you
specify only a file name, the default path is the
DG_ADMIN
directory. IfDG_ADMIN
is not defined, the default path is the current working directory. -
When you issue this command, the name of the configuration file is changed even if the file you specify does not exist or the content of the file is invalid.
Command Example
DGMGRL> SET ObserverConfigFile = /usr/oracle/observer.ora
SET TIME
The DGMGRL SET TIME
command turns timestamp printing on and off.
The timestamp printing feature records the timestamp as you input each command at the DGMGRL prompt. This information can be helpful with analysis of DGMGRL console input and output.
Format
SET TIME [ON | OFF];
Usage Notes
-
None
Command Example
DGMGRL> SET TIME ON;
07/11/2017 09:28:21 DGMGRL> SHOW CONFIGURATION;
Configuration - DRSolution
Protection Mode: MaxPerformance
Members:
North_Sales - Primary database
South_Sales - Physical standby database
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS
07/11/2017 09:28:24 DGMGRL> SET TIME OFF;
DGMGRL>
SET TRACE_LEVEL
The SET TRACE_LEVEL
command sets the amount of tracing done by DGMGRL. This is a client-side setting and does not impact the tracing set for the broker within the Oracle Database.
Format
SET TRACE_LEVEL [ SUPPORT | USER | NONE];
Usage Notes
-
Set trace level to USER to limit the amount of tracing information stored. This is the default setting and includes information about fast-start failover, status changes of the primary and target standby database, and error or warning messages.
-
Set trace level to SUPPORT to increase the amount of tracing information to include lower-level information needed by Oracle Support Services.
Example 10-11 Setting the DGMGRL and Observer Tracing Levels
The following example starts DGMGRL with the TRACE_LEVEL
set to the default setting of USER. The SET TRACE_LEVEL
command is used to modify the trace level for DGMGRL to SUPPORT.
When you subsequently start the observer, use the TRACE_LEVEL
clause to set the observer's trace level to USER. If you omit the TRACE_LEVEL
clause in the START OBSERVER
command, the observer is started using the same trace level setting as DGMGRL, SUPPORT.
$ dgmgrl
DGMGRL> SET TRACE_LEVEL SUPPORT;
DGMGRL> START OBSERVER TRACE_LEVEL is USER;
Example 10-12 Setting the DGMGRL and Database Tracing Levels to Different Values
The following example sets the DGMGRL trace level to SUPPORT. The EDIT CONFIGURATION
command is used to set the trace level of the Oracle Database to USER. Therefore, DGMGRL and the database use different tracing levels.
$ dgmgrl
DGMGRL> SET TRACE_LEVEL support;
DGMGRL> EDIT CONFIGURATION SET PROPERTY TraceLevel = USER;
=> Server-side trace level changes to USER while DGMGRL's trace level is still SUPPORT.
SHOW ALL
The SHOW ALL
command shows the values of DGMGRL CLI properties.
Format
SHOW ALL;
Usage Notes
-
None
Command Example
DGMGRL> SHOW ALL;
debug ON
echo OFF
time OFF
observerconfigfile = observer.ora
SHOW CONFIGURATION
The SHOW CONFIGURATION
command displays a summary and status of the broker configuration.
The summary lists all members included in the broker configuration and other information pertaining to the broker configuration itself, including the fast-start failover status and the transport lag and apply lag of all standby databases.
Format
SHOW CONFIGURATION LAG [VERBOSE | property-name];
Command Parameters
- LAG
-
Displays the following information about the broker configuration:
-
transport lag and apply lag for every standby member
-
transport lag for every far sync instance
-
- property-name
-
The name of the property for which you want to display summary information.
See Oracle Data Guard Broker Properties for complete information about properties.
Usage Notes
-
Use the
SHOW CONFIGURATION VERBOSE
command (or theSHOW FAST_START FAILOVER
command) to show the properties related to fast-start failover. -
You can optionally specify either
VERBOSE
orproperty-name
, but not both. -
The
SHOW
CONFIGURATION
command displays the status of the configuration and its members as of the last time the health was evaluated. (The health of the configuration and its members is evaluated once a minute.)Specifying the
VERBOSE
keyword forces an immediate health evaluation of the configuration and its members before the health information is displayed. -
During a rolling upgrade done using the PL/SQL package
DBMS_ROLLING
, theSHOW CONFIGURATION
command showsTransient logical standby database
as the role of the upgrade target, andROLLING DATABASE MAINTENANCE IN PROGRESS
as the configuration status. See Example 3. -
The display highlights the current fast-start failover target with an asterisk (*) when fast-start failover is enabled
Command Examples
Example 1: Showing a Summary of the DRSolution Configuration
The following example provides a summary of the DRSolution
configuration for which fast-start failover is disabled. The output shows a far sync instance named FS
in the broker configuration. The North_Sales
database is shipping to FS
, and FS
is shipping to South_Sales
.
DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxAvailability Members: North_Sales - Primary database FS- Far sync instance South_Sales- Physical standby database Fast-Start Failover: DISABLED Configuration Status: SUCCESS (status updated 20 seconds ago)
Example 2: Showing Detailed Description of the DRSolution Configuration
The following example provides detailed information about the DRSolution configuration, including configuration properties, and fast-start failover-related information:
DGMGRL> SHOW CONFIGURATION VERBOSE; Configuration - DRSolution Protection Mode: MaxAvailability Members: North_Sales - Primary database FS- Far sync instance South_Sales- (*) Physical standby database (*) Fast-Start Failover target Properties: FastStartFailoverThreshold = '30' OperationTimeout = '30' TraceLevel = 'USER' FastStartFailoverLagLimit = '30' CommunicationTimeout = '180' ObserverReconnect = '0' FastStartFailoverAutoReinstate = 'TRUE' FastStartFailoverPmyShutdown = 'TRUE' BystandersFollowRoleChange = 'ALL' ObserverOverride = 'FALSE' ExternalDestination1 = '' ExternalDestination2 = '' PrimaryLostWriteAction = 'CONTINUE' ConfigurationWideServiceName = 'North_Sales_CFG' Fast-Start Failover: Enabled in Zero Data Loss Mode Lag Limit: 0 seconds Threshold: 30 seconds Active Target: South_Sales Potential Targets: “South_Sales” South_Sales valid Observer: observer.example.com Shutdown Primary: TRUE Auto-reinstate: TRUE Observer Reconnect: (none) Observer Override: FALSE Configuration Status: WARNING
Example 3: Sample Output During a Rolling Upgrade Performed with the DBMS_ROLLING Package
Configuration - DRSolution
Protection Mode: MaxPerformance
Members:
North_Sales - Primary database
South_Sales - Transient logical standby database
Fast-Start Failover: DISABLED
Configuration Status:
ROLLING DATABASE MAINTENANCE IN PROGRESS
Example 4: Showing Detailed Transport and Apply Lag Information
DGMGRL> SHOW CONFIGURATION LAG VERBOSE ;
Configuration - The SUPER cluster
Protection Mode: MaxPerformance
Members:
dgb6 - Primary database
dgb6c - Physical standby database
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
dgb6e - Far sync instance
Transport Lag: 0 seconds (computed 1 second ago)
dgb6b - Snapshot standby database
Transport Lag: 48 seconds (computed 2 seconds ago)
Apply Lag: 53 seconds (computed 1 second ago)
dgb6d - Logical standby database
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
Properties:
FastStartFailoverThreshold = '180'
OperationTimeout = '30'
TraceLevel = 'USER'
FastStartFailoverLagLimit = '300'
CommunicationTimeout = '180'
ObserverReconnect = '0'
FastStartFailoverAutoReinstate = 'TRUE'
FastStartFailoverPmyShutdown = 'TRUE'
BystandersFollowRoleChange = 'ALL'
ObserverOverride = 'FALSE'
ExternalDestination1 = ''
ExternalDestination2 = ''
PrimaryLostWriteAction = 'CONTINUE'
ConfigurationWideServiceName = 'b6_CFG'
Fast-Start Failover: DISABLED
SHOW CONFIGURATION WHEN PRIMARY IS
The SHOW CONFIGURATION WHEN PRIMARY IS
command displays the redo transport configuration that would be in effect if the specified database were the primary database.
The display lists all members, but unlike SHOW
CONFIGURATION
, it does not provide status or any other configuration information.
Format
SHOW CONFIGURATION WHEN PRIMARY IS database-name;
Command Parameters
Usage Notes
-
Use the
SHOW
CONFIGURATION
WHEN
PRIMARY
IS
command to show the redo transport configuration that would be in effect if the specified database were the primary database. You can use this information to identify ahead of time any redo transport configurations that would be incorrect after a role change.
Command Example
The following example provides a summary of the DRSolution
configuration before and after a role change to the South_Sales
database.
DGMGRL> SHOW CONFIGURATION; Configuration - DRSolution Protection Mode: MaxAvailability Members: North_Sales - Primary database North_FS - Far Sync South_Sales - Physical standby database Members Not Receiving Redo: South_FS - Far Sync Fast-Start Failover: DISABLED Configuration Status: SUCCESS DGMGRL> SHOW CONFIGURATION WHEN PRIMARY IS 'South_Sales'; Configuration when South_Sales is primary - DRSolution Members: South_Sales - Primary database South_FS - Far Sync North_Sales - Physical standby database Members Not Receiving Redo: North_FS - Far Sync
These displays are based upon the RedoRoutes
property being set as follows for each member:
DGMGRL> SHOW DATABASE 'North_Sales' RedoRoutes; RedoRoutes = '(LOCAL : North_FS)' DGMGRL> SHOW FAR_SYNC 'North_FS' RedoRoutes; RedoRoutes = '(North_Sales : South_Sales)' DGMGRL> SHOW DATABASE 'South_Sales' RedoRoutes; RedoRoutes = '(LOCAL : South_FS)' DGMGRL> SHOW FAR_SYNC 'South_FS' RedoRoutes; RedoRoutes = '(South_Sales : North_Sales)'
SHOW DATABASE
The SHOW DATABASE
command displays information, property values, or initialization parameter values of the specified database and its instances.
Format
SHOW DATABASE [VERBOSE] database-name [property-name] [initialization-parameter-name];
Command Parameters
- database-name
-
The name of the database for which you want to display information. The
VERBOSE
keyword, if used, must come before thedatabase-name
or an error is returned. - property-name
-
The name of the property for which you want to display a value. If a property name is specified, the output shows only the specified property (not all properties of the database), regardless of whether or not the
VERBOSE
keyword is specified.See Also:
Managing the Members of a Broker Configuration and Oracle Data Guard Broker Properties for information about properties.
- initialization-parameter-name
-
The name of the database initialization parameter for which you want to display a value. If a parameter name is specified, the output shows only the specified parameter (not all parameters), regardless of whether or not the
VERBOSE
keyword is specified.
Usage Notes
- The database whose properties are being set must be active.
- You must connect to the database whose property is being set by using any technique other than operating system authentication.
-
The
SHOW DATABASE
command shows a brief summary of the database. TheSHOW DATABASE VERBOSE
command shows properties of the database in addition to the brief summary. They both show the status of the database. -
The
SHOW DATABASE VERBOSE
command shows the locations of the Oracle alert log file and of the broker log file. The broker log file is created in the same directory as the alert log and is nameddrc<$ORACLE_SID>.log
. -
The
SHOW DATABASE VERBOSE
command shows database-specific properties and instance-specific properties. For a non-Oracle RAC database, the values of the instance-specific properties are those of the only instance of the database. For an Oracle RAC database, the values of the instance-specific properties will not be shown, although the property names are still listed. To see the instance-specific values of these properties, use theSHOW INSTANCE
command. -
The properties that the
SHOW DATABASE VERBOSE
command shows depend on the database role and the configuration composition:-
For the primary database, properties specific to physical or snapshot standby databases are shown only if there is at least one physical or snapshot standby database in the configuration. The properties specific to logical standby databases are shown only if there is at least one logical standby database in the configuration.
-
For physical and snapshot standby databases, properties specific to logical standby databases are not shown.
-
For logical standby databases, properties specific to physical and snapshot standby databases are not shown.
-
-
This command is rejected if you use the
SHOW DATABASE
database-name property-name
command to show an instance-specific property in an Oracle RAC database. -
During a rolling upgrade done using the PL/SQL package
DBMS_ROLLING
, theSHOW DATABASE
command shows aWARNING
with an appropriateORA
error for the upgrade target and the trailing or leading standbys, depending on the current rolling upgrade progress. See Example 3.
Command Examples
Example 1: Showing Database Information in Abbreviated Format
This example shows database information in an abbreviated format.
DGMGRL> SHOW DATABASE South_Sales;
Database - South_Sales
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: (unknown)
Apply Lag: 0 seconds (computed 0 seconds ago)
Apply Rate: 1.73 MByte/s
Real Time Query: OFF
Instance(s):
south_sales1
Database Status:
SUCCESS
Example 2: Showing Database Information in Extended Format
This example shows database information in an extended format.
DGMGRL> SHOW DATABASE VERBOSE 'North_Sales';
Database - North_Sales
Role: PRIMARY
Intended State: TRANSPORT-ON
Instance(s):
North_Sales1
Properties:
DGConnectIdentifier = 'North_Sales.example.com'
ObserverConnectIdentifier = ''
FastStartFailoverTarget = ''
PreferredObserverHosts = ''
LogShipping = 'ON'
RedoRoutes = ''
LogXptMode = 'ASYNC'
DelayMins = '0'
Binding = 'optional'
MaxFailure = '0'
ReopenSecs = '300'
NetTimeout = '30'
RedoCompression = 'DISABLE'
PreferredApplyInstance = ''
ApplyInstanceTimeout = '0'
ApplyLagThreshold = '0'
TransportLagThreshold = '0'
TransportDisconnectedThreshold = '0'
ApplyParallel = 'AUTO'
ApplyInstances = '0'
ArchiveLocation = ''
AlternateLocation = ''
StandbyArchiveLocation = 'USE_DB_RECOVERY_FILE_DEST'
StandbyAlternateLocation = ''
InconsistentProperties = '(monitor)'
InconsistentLogXptProps = '(monitor)'
LogXptStatus = '(monitor)'
SendQEntries = '(monitor)'
RecvQEntries = '(monitor)'
HostName = ’North_Sales.example.com'
StaticConnectIdentifier = '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)
(HOST=North_Sales.example.com)(PORT=2840))
(CONNECT_DATA=(SERVICE_NAME=North_Sales_DGMGRL.example.com)
(INSTANCE_NAME=north_sales1)(SERVER=DEDICATED)))'
TopWaitEvents = '(monitor)'
SidName = '(monitor)’
Log file locations:
Alert log : /dev/oracle/log/diag/rdbms/North_Sales/north_sales1/trace/alert_north_sales1.log
Data Guard Broker log : /dev/oracle/log/diag/rdbms/North_Sales/north_sales1/trace/drcnorth_sales1.log
Database Status:
SUCCESS
Example 3: Sample Output for the Target Database During a Rolling Upgrade Performed With the DBMS_ROLLING Package
DGMGRL> SHOW DATABASE South_Sales;
Database - South_Sales
Role: Physical standby database
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 1 second ago)
Apply Lag: 0 seconds (computed 1 second ago)
Average Apply Rate: 6.00 KByte/s
Real Time Query: OFF
Instance(s):
South
Database Warning(s):
ORA-16866: database converted to transient logical standby database for rolling database maintenance
Database Status:
WARNING
Example 4: Sample Output For the Leading Standby During a Rolling Upgrade Performed With the DBMS_ROLLING Package
DGMGRL> SHOW DATABASE South_Sales;
Database - South_Sales
Role: Physical standby database
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 0 seconds ago)
Apply Lag: 0 seconds (computed 0 seconds ago)
Average Apply Rate: 510.00 KByte/s
Real Time Query: OFF
Instance(s):
South
Database Warning(s):
ORA-16881: standby database is not protecting the current primary database during rolling database maintenance
Database Status:
WARNING
SHOW FAR_SYNC
The SHOW FAR_SYNC
command shows information about a far sync instance.
Format
SHOW FAR_SYNC [VERBOSE] far_sync_instance_name [property-name] [initialization-parameter-name];
Command Parameters
- far_sync_instance_name
-
The name of the far sync instance for which the broker will show information. It must match (case-insensitive) the value of the corresponding database
DB_UNIQUE_NAME
initialization parameter. - property-name
-
The name of the property for which you want to display a value. If a property name is specified, the output shows only the specified property (not all properties of the far sync), regardless of whether or not the
VERBOSE
keyword is specified.See Also:
Managing the Members of a Broker Configuration and Oracle Data Guard Broker Properties for information about properties.
- initialization-parameter-name
-
The name of the database initialization parameter for which you want to display a value. If an initialization parameter name is specified, the output shows only the specified initialization parameter (not all initialization parameters of the far sync), regardless of whether or not the
VERBOSE
keyword is specified.
Command Examples
Example 1: Sample SHOW FAR_SYNC Output Without VERBOSE
The following example shows sample output from this command:
DGMGRL> SHOW FAR_SYNC FS; Far Sync - FS Transport Lag: 0 seconds (computed 1 second ago) Instance(s): fs1 Far Sync Status: SUCCESS
Example 2: Sample SHOW FAR SYNC Output With VERBOSE
The following example shows sample output from this command when the VERBOSE
option is used:
DGMGRL> SHOW FAR_SYNC VERBOSE FS; Far Sync - FS Transport Lag: 0 seconds (computed 0 seconds ago) Instance(s): b02 Properties: DGConnectIdentifier = 'fs.example.com' LogXptMode = 'sync' RedoRoutes = '(North_Sales : South_Sales) (South_Sales : North_Sales)' Binding = 'optional' MaxFailure = '0' ReopenSecs = '300' NetTimeout = '30' RedoCompression = 'DISABLE' LogShipping = 'ON' TransportLagThreshold = '0' TransportDisconnectedThreshold = '0' InconsistentProperties = '(monitor)' InconsistentLogXptProps = '(monitor)' LogXptStatus = '(monitor)' HostName = 'fs.example.com' StandbyArchiveLocation = 'USE_DB_RECOVERY_FILE_DEST' StandbyAlternateLocation = '' TopWaitEvents = '(monitor)' SidName = = '(monitor)' Far Sync Status: SUCCESS
SHOW FAST_START FAILOVER
The SHOW FAST_START FAILOVER
command displays all fast-start failover related information.
If there is more than one registered observer running, then the output of this command shows all registered observers and indicates, with an asterisk, which one is the master observer. To see information in addition to host names of observers, use the SHOW OBSERVER
command.
Format
SHOW FAST_START FAILOVER;
Command Parameters
None.
Usage Notes
-
The
SHOW FAST_START FAILOVER
command shows a summary of the fast-start failover configuration. - The display shows the current fast-start failover target as well as candidate fast-start failover targets. If the
FastStartFailoverTarget
property of the primary database is set toANY
, then the candidate targets would include the standby databases that are properly configured for the prevailing protection mode.
Command Examples
Example 1: This example shows the output when there is only one registered observer running and there are multiple candidate targets.
DGMGRL> SHOW FAST_START FAILOVER;
Fast-Start Failover: Enabled in Zero Data Loss Mode
Protection Mode: MaxAvailability
Lag Limit: 0 seconds
Threshold: 180 seconds
Ping Interval: 3000 milliseconds
Ping Retry: 0
Active Target: South_Sales
Potential Targets: East_Sales, West_Sales
East_Sales valid
West_Sales valid
Observer: observer.example.com
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: (none)
Observer Override: FALSE
Configurable Failover Conditions
Health Conditions:
Corrupted Controlfile YES
Corrupted Dictionary YES
Inaccessible Logfile NO
Stuck Archiver NO
Datafile Write Errors YES
Oracle Error Conditions:
(none)
Example 2: This example shows the output when there are multiple registered observers running. The asterisk symbol (*) indicates which observer is the master.
DGMGRL> SHOW FAST_START FAILOVER;
Fast-Start Failover: Enabled in Zero Data Loss Mode
Protection Mode: MaxAvailability
Lag Limit: 0 seconds
Threshold: 180 seconds
Ping Interval: 3000 milliseconds
Ping Retry: 0
Active Target: South_Sales
Potential Targets: "East_Sales, West_Sales"
East_Sales valid
West_Sales valid
Observer: observer.example.com
Shutdown Primary: TRUE
Auto-reinstate: TRUE
Observer Reconnect: (none)
Observer Override: FALSE
Configurable Failover Conditions
Health Conditions:
Corrupted Controlfile YES
Corrupted Dictionary YES
Inaccessible Logfile NO
Stuck Archiver NO
Datafile Write Errors YES
Oracle Error Conditions:
(none)
SHOW INSTANCE
The SHOW INSTANCE
command displays information or property values for the specified instance.
Format
SHOW INSTANCE [VERBOSE] instance-name [property-name] [ON {DATABASE database-name | FAR_SYNC far-sync-name} ];
Command Parameters
- instance-name
-
The name of the instance for which you want to display information. The
VERBOSE
keyword, if used, must come before the instance name. - property-name
-
The name of the property for which you want to display a value. If a property name is specified, the output shows only the specified property (not all properties), regardless of whether or not the
VERBOSE
keyword is specified.See Also:
Managing the Members of a Broker Configuration and Oracle Data Guard Broker Properties for information about properties.
- database-name | far-sync-name
-
The name of the database or far sync associated with the instance for which you want to show information.
Usage Notes
-
The
SHOW INSTANCE
command shows a brief summary of the instance. TheSHOW INSTANCE VERBOSE
command shows properties of the instance in addition to the brief summary. They both show the status of the instance. -
The
SHOW INSTANCE VERBOSE
command shows the locations of the Oracle alert log file and of the broker log file. The broker log file is created in the same directory as the alert log and is nameddrc<$ORACLE_SID>.log
. -
The
SHOW INSTANCE VERBOSE
command only shows instance-specific properties. -
The properties that the
SHOW INSTANCE VERBOSE
command shows depend on the database role and the configuration composition:-
For instances of the primary database, properties specific to physical or snapshot standby instances are shown only if there is at least one physical or snapshot standby database in the configuration. The properties specific to logical standby instances are shown only if there is at least one logical standby database in the configuration.
-
For instances of physical or snapshot standby databases, properties specific to logical standby instances are not shown.
-
For instances of logical standby databases, properties specific to physical and snapshot standby instances are not shown.
-
-
The
instance-name
can be unique across the configuration. Ifinstance-name
is not unique, you must specify both thedatabase-name
and theinstance-name
to fully identify the instance.
Command Examples
Example 1: Showing Instance Information in Abbreviated Format
The following example shows information about a specific instance of a database.
DGMGRL> SHOW INSTANCE 'north_sales1'; Instance 'north_sales1' of database 'North_Sales' Instance Status: SUCCESS
Example 2: Showing Instance Information in Extended Format
The following example shows instance information in an extended format.
DGMGRL> SHOW INSTANCE VERBOSE 'north_sales1'; Instance 'north_sales1' of database 'North_Sales' PFILE: Properties: HostName = 'north.example.com' StaticConnectIdentifier = '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp) (HOST=north.example.com)(PORT=2094)) (CONNECT_DATA=(SERVICE_NAME=North_Sales_DGMGRL.example.com) (INSTANCE_NAME=north_sales1)(SERVER=DEDICATED)))' TopWaitEvents = '(monitor)' SidName = '(monitor)' Log file locations: Alert log : /db/oracle/log/diag/rdbms/North_Sales/north_sales1/trace/alert_north_sales1.log Data Guard Broker log : /db/oracle/log/diag/rdbms/North_Sales/north_sales1/trace/drcnorth_sales1.log Instance Status: SUCCESS
SHOW OBSERVER
The SHOW OBSERVER
command shows information about all registered observers in a Data Guard broker configuration.
The SHOW OBSERVER
command displays the observer name, the host name where the observer is running, whether the observer is the master observer, and the last time the observer pinged the primary and standby. It shows this information for all the observers (up to 3) in this single configuration.
FORMAT
SHOW OBSERVER;
Command Parameters
None
Usage Notes
-
This command requires a DGMGRL session, which submits this command, to be connected to a single configuration.
Command Example
The following example SHOW OBSERVER
command displays information about all registered observers in the DRSolution
broker configuration.
DGMGRL> SHOW OBSERVER; Configuration - DRSolution Primary: North_Sales Active Target Standby: South_Sales Observer "ob2" - Master Host Name: observer2.example.com Last Ping to Primary: 1 second ago Last Ping to Target: 2 seconds ago Observer "ob1" - Backup Host Name: observer1.example.com Last Ping to Primary: 1 second ago Last Ping to Target: 3 seconds ago Observer "ob3" - Backup Host Name: observer3.example.com Last Ping to Primary: 4 seconds ago Last Ping to Target: 5 seconds ago
SHOW ObserverConfigFile
The SHOW ObserverConfigFile
command shows the value of the ObserverConfigFile
property.
Format
SHOW ObserverConfigFile;
Command Parameters
None.
Usage Notes
-
If the value of the
ObserverConfigFile
property is an empty string, then the output iscurrent_working_directory/observer.ora
. -
The
SHOW ObserverConfigFile
command attempts to parse the file pointed by theObserverConfigFile
property. If the file does not exist or parsing fails, then a message is returned that the file is not usable.
Command Example
DGMGRL> SHOW ObserverConfigFile;
ObserverConfigFile=/usr/oracle/observer
observer configuration file parsing succeeded
SHOW OBSERVERS
The SHOW OBSERVERS
command shows information about all observers for all broker configurations in a specific configuration group.
The SHOW OBSERVERS
command displays the observer name, the host name where the observer is running, whether the observer is the master observer, and the last time the observer pinged the primary and standby.
Format
SHOW OBSERVERS [FOR cfg_group_name ];
Command Parameters
- cfg_group_name
- The name of a valid broker configuration group file for which you want to show information about all running observers. Specifying this parameter results in information being shown about observers for all configurations in the specified group. The information shown by this command is the same as that shown by a
SHOW OBSERVER
command on an individual configuration.If a group name is not specified, then
SHOW OBSERVERS
alone is also a valid command. It shows observer information for all broker configuration groups defined in the observer configuration file.The configuration group name cannot be
ALL
.
Usage Notes
-
This command can be used to verify that a manually performed switch to a new master observer was successful.
Command Example
DGMGRL> SHOW OBSERVERS;
ObserverConfigFile=observer.ora
observer configuration file parsing succeeded
Submit command SHOW OBSERVER using the connect identifier 'North_Sales'.
Connected to "North_Sales"
Configuration - DrSolution1
Primary: North_Sales
Target: South_Sales
Observer DRSolution1_Observer - Master
Host Name: observer1.example.com
Last Ping to Primary: 3 seconds ago
Last Ping to Target: 3 seconds ago
Submit command SHOW OBSERVER using the connect identifier 'East_Sales'.
Connected to "East_Sales"
Configuration - DRSolution2
Primary: East_Sales
Target: West_Sales
Observer DRSolution2_Observer - Master
Host Name: observer2.example.com
Last Ping to Primary: 3 seconds ago
Last Ping to Target: 3 seconds ago
SHOW PLUGGABLE DATABASE
This command displays the information or property values of the specified pluggable database (PDB).
Prerequisites
-
Connect to the source PDB or target PDB as the
DGPDB_INT
user.
Format
SHOW PLUGGABLE DATABASE pdb-name AT database-name [ALL];
Parameters
Parameter | Description |
---|---|
pdb-name |
Name of the PDB whose details must be displayed. |
database-name |
Name of the database that contains the PDB specified
in pdb-name . Include the ALL
keyword to display information about all source PDBs and target PDBs
at the database specified by database-name .
|
Examples
Example 10-13 Displaying Details of a PDB
This example shows details about the PDB sales
in an
abbreviated format.
DGMGRL> SHOW PLUGGABLE DATABASE 'sales' AT boston;
Pluggable database 'sales' at database 'boston'
Data Guard Role: Physical Standby
Con_ID: 7
Source: con_id 6 at newyork
Transport Lag: +00 00:00:00 seconds
Intended State: APPLY-ON
Apply State: Running
Apply Instance: boston
Average Apply Rate: 16 KByte/s
Real Time Query: OFF
SHOW RECOVERY_APPLIANCE
The SHOW RECOVERY_APPLIANCE
command displays information, property values, or initialization parameter values of the specified Zero Data Loss Recovery Appliance (Recovery Appliance).
Format
SHOW RECOVERY_APPLIANCE [VERBOSE] object name [property name] [initialization parameter name];
Command Parameters
- object name
-
The name of the Recovery Appliance for which you want to display information. The
VERBOSE
keyword, if used, must come before the Recovery Appliance name or an error is returned. - property name
-
The name of the property for which you want to display a value. If a property name is specified, the output shows only the specified property (not all properties of the Recovery Appliance), regardless of whether or not the
VERBOSE
keyword is specified. - initialization parameter name
-
The name of the database initialization parameter for which you want to display a value. If a initialization parameter name is specified, the output shows only the specified initialization parameter (not all initialization parameter of the Recovery Appliance), regardless of whether or not the
VERBOSE
keyword is specified.
Usage Notes
-
The
SHOW RECOVERY_APPLIANCE
command shows a brief summary of the Recovery Appliance. TheSHOW RECOVERY_APPLIANCE VERBOSE
command shows properties of the Recovery Appliance in addition to the brief summary. They both show the status of the database. -
The
SHOW RECOVERY_APPLIANCE VERBOSE
command shows Recovery Appliance-specific properties.
Command Examples
Example 1: Recovery Appliance Information in Abbreviated Format
The following example shows Recovery Appliance information in an abbreviated format.
DGMGRL> SHOW RECOVERY_APPLIANCE 'EnterpriseRecoveryAppliance'; Oracle Recovery Appliance - EnterpriseRecoveryAppliance Transport Lag: 0 seconds Redo Source: South_Sales Oracle Backup Appliance Status: SUCCESS
Example 2: Recovery Appliance Information in Extended Format
The following example uses the VERBOSE
parameter to show Recovery Appliance information in an extended format.
DGMGRL> SHOW RECOVERY_APPLIANCE VERBOSE 'EnterpriseRecoveryAppliance'; Oracle Backup Appliance - EnterpriseRecoveryAppliance Transport Lag: 0 Redo Source: South_Sales Properties: DGConnectIdentifier = 'South_Sales.example.com' LogXptMode = 'ASYNC' DelayMins = '0' Binding = 'optional' MaxFailure = '0' ReopenSecs = '300' NetTimeout = '30' RedoCompression = 'DISABLE' LogShipping = 'ON' InconsistentProperties = '(monitor)' InconsistentLogXptProps = '(monitor)' StandbyAlternateLocation = '' RedoSource = 'South_Sales' Database Status: SUCCESS
SHUTDOWN
Shuts down a currently running Oracle instance.
Format
SHUTDOWN [ ABORT | IMMEDIATE | NORMAL ];
Command Parameters
None.
Usage Notes
-
Using the
SHUTDOWN
command with no arguments is equivalent to using theSHUTDOWN NORMAL
command. -
The following list describes the options to the
SHUTDOWN
command:-
ABORT
Proceeds with the fastest possible shutdown of the database without waiting for calls to complete or for users to disconnect from the database. Uncommitted transactions are not rolled back. Client SQL statements being processed are terminated. All users connected to the database are implicitly disconnected, and the next database startup will require instance recovery. You must use this option if a background process terminates abnormally.
Caution:
If you use the
ABORT
option on the primary database when fast-start failover is enabled and the observer is running, a fast-start failover may ensue. Use theIMMEDIATE
orNORMAL
option to prevent an unexpected fast-start failover from occurring. -
IMMEDIATE
Does not wait for current calls to complete or users to disconnect from the database. Further connections are prohibited. The database is closed and dismounted. The instance is shut down, and no instance recovery is required on the next database startup.
-
NORMAL
This is the default option. The process waits for users to disconnect from the database. Further connections are prohibited. The database is closed and dismounted. The instance is shut down, and no instance recovery is required on the next database startup.
-
Command Example
The following command shuts down the primary database in normal mode.
DGMGRL> SHUTDOWN; Database closed. Database dismounted. Oracle instance shut down.
SPOOL
The SPOOL
command records the input and output of DGMGRL to a file.
Format
The SPOOL
command has three possible formats:
SPOOL;
SPOOL spool-file-name [CREATE | REPLACE | APPEND];
SPOOL OFF;
If you simply enter SPOOL
at the DGMGRL command prompt, then the current spool file name is displayed.
Otherwise, the available spooling options are defined as follows:
-
CREATE
—Create a new log file. If a spool file with the specified name already exists, the SPOOL command fails. -
REPLACE
—Replace the existing spool file of the name specified. This is the default behavior if no option is specified. -
APPEND
—Append the new log into the specified log file, if it exists. Otherwise create a new one. -
OFF
—Turns spooling off.
Command Parameters
Usage Notes
-
None
Command Example
The following example shows the output of the SPOOL
command before and after spooling is started.
DGMGRL> SPOOL; not spooling currently DGMGRL> SPOOL mysession; DGMGRL> SPOOL; currently spooling to "mysession" DGMGRL>
SQL
The SQL command executes a SQL statement or a PL/SQL stored procedure.
Format
SQL "sql_statmement"
Usage Notes
-
The SQL statement or PL/SQL stored procedure to be executed must be enclosed in double quotation marks.
-
Do not include a semi-colon (;) after the SQL statement to be executed.
-
If the string that DGMGRL passes to PL/SQL contains a filename, then the filename must be enclosed in single quotation marks and the entire string following the SQL command must be enclosed in double quotation marks. For example, use the following syntax:
SQL "CREATE TABLESPACE temp1 DATAFILE '?/oradata/trgt/temp1.dbf' SIZE 10M TEMPORARY"
-
You cannot execute
SELECT
statements.
Command Example
The following command opens the database.
DGMGRL> SQL "alter database open"
START OBSERVER
The START OBSERVER
command starts a fast-start failover observer on this host (where the DGMGRL session is running), if there is no registered observer running on this host for this configuration.
Before using this command, you must first issue a CONNECT
command to log into a specific broker configuration. Otherwise, an error message is returned stating that you are not logged on.
Format
START OBSERVER [observer-name] [FILE IS observer-file] [LOGFILE IS logfile] [TRACE LEVEL IS USER | SUPPORT];
Command Parameters
- observer-name
- A name to identify observers within the same Data Guard broker configuration.
-
No two observers on the same Data Guard broker configuration can have the same name.
-
If no name is specified for the observer then a default observer name, the host name of machine where the
START OBSERVER
command is issued, is used. -
An observer name is case-insensitive.
-
The strings "NONAME" and "ALL" cannot be used as an observer name.
-
- observer-file
- Specifies the path and name of the
runtime data file. If you specify only a file name, the path used is
$DG_ADMIN/config_ConfigurationSimpleName/dat
. If you omit both the path and file name, the file name defaults tofsfo_hostname.dat
and the path is$DG_ADMIN/config_ConfigurationSimpleName/dat
. If theDG_ADMIN
environment variable is not defined, the default path is the current working directory. - log-file
- The full path name of the observer log file. Each observer has its own log file.
Usage Notes
-
You can register up to four observers to monitor a single Data Guard broker configuration. Each observer is identified by a name that you supply when you issue the
START OBSERVER
command. See Installing and Starting the Observer. -
The optional clause
TRACE_LEVEL IS
lets you control the amount of tracing done and written to the observer log file. The default value isUSER
, which limits the observer log contents to tracing information about fast-start failover, status changes of the primary and target standby database, and error/warning messages. SettingTRACE_LEVEL
toSUPPORT
increases the amount of tracing information to include lower-level information needed by Oracle Support Services. -
The Oracle Client Administrator kit, or the full Oracle Database Enterprise Edition or Oracle Personal Edition kit must be installed on the observer computer to monitor a broker configuration for which fast-start failover is to be enabled. See Prerequisites for Enabling Fast-Start Failover for more information.
-
The
START OBSERVER
command must be issued on the observer computer. Once the observer is successfully started, control is not returned to the user until the observer is stopped (for example, by issuing the STOP OBSERVER command from a different client connection). If you want to perform further interaction with the broker configuration, you must connect through another client.For information about how to start the observer in the background, see START OBSERVER IN BACKGROUND.
-
If the
LOGFILE IS
clause is used, then all observer output is recorded in the specified file. Observer output is useful for troubleshooting problems with the observer and with fast-start failover in general.If a complete path, with file name, is provided, the file is stored in the specified path.
If only a file name is provided and the
DG_ADMIN
environment variable is defined, the specified file is stored in the$DG_ADMIN/config_ConfigurationSimpleName/log
directory. If theDG_ADMIN
environment variable is not defined, the file is stored in the current working directory.If
LOGFILE IS
clause is omitted, the log file is stored in the$DG_ADMIN/config_ConfigurationSimpleName/log
directory using the nameobserver_hostname.log
. If theDG_ADMIN
environment variable is not defined, the log file is stored asobserver_hostname.log
in the current working directory.ConfigurationSimpleName
is the name of the broker configuration.If the specified log file is not accessible, the observer output is sent to standard output.
-
If a complete directory path and file name is specified with the
FILE IS
clause, the observer runtime data file is created in this directory. If a relative path and file name is specified, the file is created in the specified path under the current working directory.If only a file name is specified, the file is stored in the
$DG_ADMIN/config_ConfigurationSimpleName/dat/
directory. If theDG_ADMIN
environment variable is not defined, the file is stored in the current working directory.ConfigurationSimpleName
, which is a configuration property, is the name of the broker configuration.If this clause is omitted, the file is stored as
$DG_ADMIN/config_ConfigurationSimpleName/dat/FSFO_hostname.dat
. If theDG_ADMIN
environment variable is not defined, the file is stored in the current working directory asfsfo.dat
. -
The primary and target standby database
DB_UNIQUE_NAME
initialization parameter and connect identifiers are stored in thefsfo.dat
configuration file. Oracle recommends you ensure this file is protected from unauthorized access. -
The order of the
FILE IS
,LOGFILE IS
, andTRACE LEVEL IS
clauses is interchangeable. -
Fast-start failover does not need to be enabled before you issue this command.
-
If fast-start failover is enabled, the observer will retrieve primary and target standby connect identifiers from the broker configuration and begin monitoring the configuration.
-
If fast-start failover is not enabled, the observer continually monitors for when fast-start failover is enabled.
-
-
Only the primary database needs to be running when you issue this command; the standby database that will be the target of a fast-start failover does not need to be running in order for this command to complete successfully.
-
Use the
SHOW OBSERVER
command or theSHOW CONFIGURATION VERBOSE
command, or query theV$FS_FAILOVER_OBSERVERS
view on the primary database to see the status of the observer and its host computer. -
If the primary and target standby databases stay connected but they lose the connection to the observer, then the primary database goes into an unobserved state. This state is reported by the broker's health check capability.
-
The
SHOW OBSERVER
command indicates whether one or more observers have already been started.If the
SHOW OBSERVER
command shows one or more registered observers, but some of them are no longer running for some reason, then you can do either of the following:-
Issue the
START OBSERVER
command on the same observer computer where it was started originally, with the observer configuration file used when the observer was first started. -
Issue the
STOP OBSERVER
command and then theSTART OBSERVER
command on any computer to start the observer.
If the
SHOW OBSERVER
command shows one or more observers and one observer is already running at one location, then an attempt to start an observer at that location again will fail with the following error:Unable to open the observer file
If the
SHOW OBSERVER
command shows four registered observers and you attempt to start an observer at a different location, then the command will fail with the following error:ORA-16647: could not start more than four observers
-
Command Examples
Example 1: Starting the Observer
The following example shows how to start the observer.
DGMGRL> CONNECT sysdg@North_Sales.example.com;
Password: password
Connected to "North_Sales"
Connected as SYSDG.
DGMGRL> START OBSERVER;
Observer started
Example 2: Starting the Observer Without Showing Credentials
The following example shows how to start the observer using CONNECT '/'
so that connection credentials are not visible on the command line:
DGMGRL> CONNECT /@North_Sales.example.com; Connected to "North_Sales" DGMGRL> START OBSERVER; Observer started.
You must set up Oracle Wallet or SSL to use CONNECT '/'
. By setting up Oracle Wallet or SSL, you can write a script to securely start and run the observer as a background job without specifying database credentials in the script. When using Oracle Wallet as a secure external password store, be sure to add credentials for both the primary and fast-start failover target standby databases. The database connect string that you specify when adding the credentials for each database must match the ObserverConnectIdentifer
or DGConnectIdentifier
database property.
START OBSERVER IN BACKGROUND
The START OBSERVER IN BACKGROUND
command starts a fast-start failover observer on this host (where this DGMGRL session is running) as a background process.
After this command is issued, DGMGRL reports whether the START OBSERVER IN BACKGROUND
command submitted successfully. If yes, then control returns to the user. (This is different behavior from the START OBSERVER
command, in which control does not return to the user after the observer is started.)
This command uses Oracle wallet to obtain credentials to log into the database server and register observers. Even if you have successfully connected to a database server in the broker configuration using the CONNECT
command, this command ignores the existing connection and uses the credentials stored in Oracle wallet. If the wallet is not configured, then the command will fail to start the Observer.
Format
START OBSERVER [observer-name] IN BACKGROUND CONNECT IDENTIFIER IS connect-identifier [FILE IS observer-file] [LOGFILE IS log-file] [TRACE_LEVEL IS USER | SUPPORT];
Command Parameters
- observer-name
- The name to identify observers within the same data guard broker configuration.
-
No two observers on the same Data Guard Broker configuration can have the same name.
-
If no name is specified for the observer then a default observer name, the host name of machine where the
START OBSERVER
command is issued, is used. -
An observer name is case-insensitive.
-
The string "NONAME" cannot be used as an observer name.
-
- connect-identifier
- The connect identifier for a database in the broker configuration that the fast-start failover observer will monitor. Oracle wallet uses this identifier as the key to search oracle wallet.
- observer-file
- Specifies the path and name of the runtime data file. If not specified, then the file name defaults to
fsfo.dat
and the path is the current working directory. - log-file
- The full path of the observer log file. Each observer has its own log file.
Usage Notes
-
Even if the
START OBSERVER
command is submitted successfully, the observer might fail to start due to credential problems, intermittent network connections, or failure on observer registration. To verify that the observer started successfully, use theSHOW OBSERVERS
command or check the observer log file. -
This command ignores any connections you have made to a specific configuration member using the
CONNECT
command. In other words, even if you have not connected to a specific member in the broker configuration, you can still start an observer by using theSTART OBSERVER IN BACKGROUND
command. -
If you have connected to a specific configuration member before issuing the
START OBSERVER IN BACKGROUND
command, then you can continue to use the connection after the control is returned. -
If the observer-file parameter is not specified with the
FILE IS
parameter, then the observer searches the current working directory for thefsfo.dat
file. If it is not found, then the observer creates afsfo.dat
file. -
For the
LOGIFLE IS
clause, if a complete path, with file name, is provided, the file is stored in the specified path.If only a file name is provided and the
DG_ADMIN
environment variable is defined, the specified file is stored in the$DG_ADMIN/config_ConfigurationSimpleName/log
directory. If theDG_ADMIN
environment variable is not defined, the file is stored in the current working directory.If
LOGFILE IS
clause is omitted, the log file is stored in the$DG_ADMIN/config_ConfigurationSimpleName/log
directory using the nameobserver_hostname.log
. If theDG_ADMIN
environment variable is not defined, the log file is stored asobserver_hostname.log
in the current working directory.ConfigurationSimpleName
is the name of the broker configuration. -
If a complete directory path and file name is specified with the
FILE IS
clause, the observer runtime data file is created in this directory. If a relative path and file name is specified, the file is created in the specified path under the current working directory.If only a file name is specified, the file is stored in the
$DG_ADMIN/config_ConfigurationSimpleName/dat/
directory. If theDG_ADMIN
environment variable is not defined, the file is stored in the current working directory.ConfigurationSimpleName
, which is a configuration property, is the name of the broker configuration.If this clause is omitted, the file is stored as
$DG_ADMIN/config_ConfigurationSimpleName/dat/FSFO_hostname.dat
. If theDG_ADMIN
environment variable is not defined, the file is stored in the current working directory asfsfo.dat
. -
The optional clause
TRACE_LEVEL IS
lets you control the amount of tracing done and written to the observer log file. The default value isUSER
, which limits the observer log contents to tracing information about fast-start failover, status changes of the primary and target standby database, and error/warning messages. SettingTRACE_LEVEL
toSUPPORT
increases the amount of tracing information to include lower-level information needed by Oracle Support Services. -
The order of the optional clauses in the
START OBSERVER IN BACKGROUND
command is interchangeable.
Command Example
DGMGRL> START OBSERVER observer1 IN BACKGROUND
FILE IS /net/sales/dat/oracle/broker/fsfo.dat
LOGFILE IS /net/sales/dat/oracle/broker/observer.log
CONNECT IDENTIFIER IS sales_p;
Submitted command "START OBSERVER" using connect identifier "sales_p"
START OBSERVING
The START OBSERVING
command starts a new observer for each broker configuration in the specified group.
The effect of the START OBSERVING
command is equivalent to submitting a START OBSERVER
command on each individual configuration.
Format
START OBSERVING [cfg_group_name];
Command Parameters
Usage Notes
-
If no
cfg_group_name
is specified, then this command will start a new observer for each configuration defined in the observer configuration file. -
The
cfg_group_name
cannot be the keywordALL
. -
Information about the DGMGRL commands run and execution details are written to the log file,
superobserver.log
. This file is located in the$DG_ADMIN/admin/
directory. If theDG_ADMIN
environment variable is not defined, this file is located in the current working directory.
Command Example
DGMGRL> START OBSERVING;
ObserverConfigFile=/net/oracle/dataguard/observer.ora
observer configuration file parsing succeeded
Submitted command “START OBSERVER” using connect identifier "cfg1_cid".
Submitted command “START OBSERVER” using connect identifier "cfg2_cid".
Submitted command “START OBSERVER” using connect identifier "cfg3_cid".
Check superobserver.log and individual observer logs for execution details.
DGMGRL> START OBSERVING GRP_A;
ObserverConfigFile=/net/oracle/dataguard/observer.ora
observer configuration file parsing succeeded
Submitted command “START OBSERVER” using connect identifier "cfg1_cid".
Submitted command “START OBSERVER” using connect identifier "cfg2_cid".
Check superobserver.log and individual observer logs for execution details.
STARTUP
The STARTUP
command starts an Oracle database instance, and allows you to specify a number of options.
The options you can specify are as follows:
-
FORCE
: shuts down the current Oracle instance in theSHUTDOWN
ABORT
mode before restarting it. -
RESTRICT
: allows only Oracle users with theRESTRICTED SESSION
system privilege to connect to the instance. -
PFILE
: specifies thePFILE
initialization parameter file to be used when the database instance is started. -
MOUNT
: mounts the specified database without opening it. -
OPEN
: mounts and opens the specified database. -
NOMOUNT
: starts the specified database instance without mounting the database.
Format
STARTUP [FORCE] [RESTRICT] [PFILE=filename] [MOUNT | OPEN [open_options] | NOMOUNT];
Command Parameters
- filename
-
The name of the initialization parameter file to be used when starting the database instance. If you do not specify the
PFILE
parameter option, then the default server parameter file (specific to your operating system) is used. - open-options
-
The mode of access in which you want the specified database to start. The possible modes are:
READ ONLY
READ WRITE
Usage Notes
-
Using the
STARTUP
command with no arguments is equivalent to using theSTARTUP OPEN
command. -
If you do not use the
FORCE
clause when you use theSTARTUP
command and the current database instance is running, an error results. TheFORCE
clause is useful when you are debugging or when error conditions are occurring. Otherwise, it should not be used. -
Use the
RESTRICT
clause to allow only Oracle users with theRESTRICTED SESSION
system privilege to connect to the instance. Later, you can use theALTER SYSTEM
command through SQL*Plus to disable the restricted session feature. -
If you do not use the
PFILE
clause to specify the initialization parameter file, theSTARTUP
command uses the default server parameter file, if it exists. Otherwise, theSTARTUP
command uses the default initialization parameter file. The default files are platform specific.See your operating system-specific documentation for more information about the default parameter files.
-
Use the
OPEN
clause to mount and open the specified database. -
The
NOMOUNT
clause starts the database instance without mounting the database. You cannot use theNOMOUNT
clause with theMOUNT
orOPEN
options. -
The order of the optional clauses in the
STARTUP
command is interchangeable.
Command Examples
Example 1: Two Methods for Starting a Database Instance
The following examples show two different methods for starting a database instance. Each command starts a database instance using the standard parameter file, mounts the default database in exclusive mode, and opens the database.
DGMGRL> STARTUP; DGMGRL> STARTUP OPEN;
Example 2: Shutting Down the Current Instance and Restarting Without Mounting or Opening It
The following command shuts down the current instance, immediately restarts it without mounting or opening the database, and allows only users with restricted session privileges to connect to it.
DGMGRL> STARTUP FORCE RESTRICT NOMOUNT;
Example 3: Starting (But Not Mounting) an Instance Using a Parameter File
The following command starts an instance using the parameter file testparm
without mounting the database.
DGMGRL> STARTUP PFILE=testparm NOMOUNT;
Example 4: Starting and Mounting an Instance Without Opening It
The following example starts and mounts a database instance, but does not open it.
DGMGRL> STARTUP MOUNT;
STOP OBSERVER
The STOP OBSERVER
command stops the fast-start failover observer.
Format
STOP OBSERVER [observer-name | ALL];
Command Parameters
- observer-name
- The name of the observer you want to stop. If a name is not specified and there is only one registered observer for the configuration, then it will be stopped; if there is more than one registered observer in the configuration, then an error message is returned.
The ALL
keyword stops all observers registered in this broker configuration.
Usage Notes
-
You can issue this command while connected to any database in the broker configuration.
-
This command does not disable fast-start failover, but a fast-start failover cannot be initiated in the absence of an observer.
-
Fast-start failover does not need to be enabled when you issue this command.
-
If fast-start failover is enabled when you issue the
STOP OBSERVER
command, then the primary and standby databases must be connected and communicating with each other. Otherwise the following error is returned:ORA-16636 fast-start failover target standby in error state, cannot stop observer
If connectivity does not exist between the primary and standby databases, you can issue the
DISABLE FAST_START FAILOVER FORCE
command on the primary database and then issue theSTOP OBSERVER
command. Note that disabling fast-start failover with theFORCE
option on a primary database that is disconnected from the observer and the target standby database does not prevent the observer from initiating a fast-start failover to the target standby database. -
If fast-start failover is not enabled when you issue the
STOP OBSERVER
command, then only the primary database must be running when you stop the observer. -
The observer does not stop immediately when the
STOP OBSERVER
command is issued. The observer does not discover it has been stopped until the next time the observer contacts the broker.As soon as you have issued the
STOP OBSERVER
command, you may enter theSTART OBSERVER
command again on any computer. You can start a new observer right away, even if the old observer has not yet discovered it was stopped. Any attempt to restart the old observer will fail, because a new observer has been started for the broker configuration. -
The
STOP OBSERVER
command fails if a switch to a new fast-start failover target or new master observer is underway. -
The
STOP OBSERVER
command fails if there are two or more registered observers and you attempt to stop only the master.
Command Example
The following example stops all observers running in the broker configuration .
DGMGRL> STOP OBSERVER ALL;
STOP OBSERVING
The STOP OBSERVING
command stops all local observers running on this host (where this DGMGRL session is running) for all broker configurations in a specific group.
Format
STOP OBSERVING [cfg_group_name] [TRACE_LEVEL= USER | SUPPORT];
Command Parameters
- cfg_group_name
- The name of a broker configuration group, on which you want to stop local observers running on this host (where DGMGRL is running).
- TRACE_LEVEL
- The optional clause
TRACE_LEVEL IS
lets you control the amount of tracing done and written to the observer log file. The default value isUSER
, which limits the observer log contents to tracing information about fast-start failover, status changes of the primary and target standby database, and error/warning messages. SettingTRACE_LEVEL
toSUPPORT
increases the amount of tracing information to include lower-level information needed by Oracle Support Services.
Usage Notes
-
If no cfg_group_name is specified, then this command stops all LOCAL observers running on this host (where this DGMGRL session is running) for all broker configurations defined in the observer configuration file.
-
The
cfg_group_name
cannot be the keywordALL
. -
Information about the DGMGRL commands run and execution details are written to the log file,
superobserver.log
. This file is located in the$DG_ADMIN/admin/
directory. If theDG_ADMIN
environment variable is not defined, this file is located in the current working directory.
Command Example
DGMGRL> STOP OBSERVING;
ObserverConfigFile=/net/oracle/dataguard/observer.ora
observer configuration file parsing succeeded
Submitted command "STOP OBSERVER HOST IS OBM1" using connect identifier cfg1_cid.
Submitted command "STOP OBSERVER HOST IS OBM1" using connect identifier cfg2_cid.
Submitted command "STOP OBSERVER HOST IS OBM1" using connect identifier cfg3_cid.
Check superobserver.log and individual observer logs for execution details.
DGMGRL> STOP OBSERVING GRP_A;
ObserverConfigFile=/net/oracle/dataguard/observer.ora
observer configuration file parsing succeeded
Submitted command "STOP OBSERVER HOST IS OBM1" using connect identifier cfg1_cid.
Submitted command "STOP OBSERVER HOST IS OBM1" using connect identifier cfg2_cid.
Check superobserver.log and individual observer logs for execution details.
SWITCHOVER
When you issue the SWITCHOVER
command, the current primary
database becomes a standby database, and the specified standby database becomes the
primary database. This is known as a switchover operation.
Format
SWITCHOVER TO database_name [WAIT [timeout_in_seconds]];
The WAIT
option specifies that you want to wait for sessions to
drain before proceeding with the switchover. Use the
timeout_in_seconds
option to
specify the wait time. The broker waits for the number of seconds
specified, for sessions to drain, and then proceeds with the
switchover. Any sessions that have not drained will be killed during
the switchover process.
If you include the WAIT
option, but omit
timeout_in_seconds
, the
broker determines the maximum drain-timeout
value
for all currently active services, waits for up to that amount of
time for all current client requests to be processed, and then
proceeds with the switchover. The drain-timeout
value is an option that is specified on the SRVCTL utility's
add service
or modify
service
commands.
The value specified for
timeout_in_seconds
overrides
the value set using the drain_timeout
option.
The WAIT
option is valid only when services
are configured with attributes related to Application Continuity in
Oracle Clusterware.
Command Parameters
- database-name
-
The name of the standby database you want to change to the primary database role.
- timeout-in-seconds
- The time allowed for resource draining to be completed, in seconds, before the
switchover operation proceeds.
Permitted values are 0 (zero) or any positive integer. The default value is an empty string indicating that this option is not set. If the value is zero, then draining occurs immediately and broker proceeds with the switchover. During the draining period, all current client requests are processed, but new requests are not accepted.
Usage Notes
-
If fast-start failover is enabled, you may switch over only to the fast-start failover target standby database.
-
The broker verifies that the primary and standby databases are in the following states before starting the switchover:
-
The primary database must be enabled and in the
TRANSPORT-ON
state so redo transport services are started. -
The standby database must be enabled and in the
APPLY-ON
state, with log apply services started.
-
-
The broker allows the switchover to proceed as long as there are no redo transport services errors for the standby database that you selected to participate in the switchover. However, errors occurring for any other bystander standby database will not prevent the switchover from proceeding.
-
Switchover to a logical standby database is not allowed when the configuration is operating in maximum protection mode.
-
If the broker configuration is operating in either maximum protection mode or maximum availability mode, the switchover maintains the protection mode even after the operation (described in Before You Perform a Switchover Operation). The switchover will not be allowed if the mode cannot be maintained because the target standby database of the switchover was the only standby that satisfied the protection mode requirement.
-
If the standby database that is assuming the primary role is a physical standby database, then the old primary database will be restarted after the switchover completes. Any client connections to the old primary are redirected to the physical standby database as shown in Example 10-16. If the standby database is a logical standby database, then neither the primary database nor the logical standby database is restarted.
-
If the standby database that is assuming the primary role is a physical standby database, then the original primary becomes a physical standby database.
-
If the standby database that is assuming the primary role is a logical standby database, then the original primary becomes a logical standby database.
-
You cannot switchover to a snapshot standby database.
-
If the standby database that is assuming the primary role is a logical standby database and there are physical standby databases in the configuration, after the switchover, the physical standby databases will be disabled.
Caution:
For this reason, Oracle generally recommends that you specify your physical standby database for switchover instead of your logical standby database. If you must switch over to your logical standby database, see Reenabling Disabled Databases After a Role Change to re-create your physical standby database.
If you intend to switch back to the original primary database relatively soon, you may allow the physical and snapshot standbys to remain disabled. Once you have completed the switchover back to the original primary, you may then reenable the physical and snapshot standby databases since they are still viable standbys for the original primary database.
-
If the database is managed by Oracle Clusterware, the broker does not open any PDBs on any of the instances. Instead, the broker notifies the Clusterware agent after the switchover completes, and the Clusterware agent opens PDBs on particular instances based on the service configuration.
Command Examples
Example 10-14 Successful Switchover From Primary to Physical Standby
This example shows a successful switchover in which the
physical standby database, South_Sales
, transitions
into the primary role.
DGMGRL> SWITCHOVER TO 'South_Sales';
2021-03-08T18:46:18.576-05:00
Performing switchover NOW, please wait...
2021-03-08T18:46:31.899-05:00
New primary database "South_Sales" is opening...
2021-03-08T18:46:31.901-05:00
Operation requires start up of instance "north_sales1" on database "North_Sales"
Starting instance "north_sales1"...
Connected to an idle instance.
ORACLE instance started.
Connected to "north_sales1"
Database mounted.
Connected to "South_Sales"
2021-03-08T18:47:12.754-05:00
Switchover succeeded, new primary is "South_Sales"
2021-03-08T18:47:12.780-05:00
Switchover processing complete, broker ready.
Example 10-15 Unsuccessful Switchover Due to Use of O/S Authentication
If you connect to the database using operating system authentication, you can use any username and password to connect. However, DGMGRL may not be able to shut down and start up the primary and standby database automatically because it cannot remotely authenticate itself.
The following example shows a switchover that succeeded but returns an error because DGMGRL cannot shut down and start up the primary and standby databases.
DGMGRL> SWITCHOVER TO 'South_Sales'; Performing switchover NOW, please wait... New primary database "South_Sales" is opening... Operation requires shutdown of instance "north_sales1" on database "North_Sales" Shutting down instance "north_sales1"... ORA-01031: insufficient privileges Warning: You are no longer connected to ORACLE. Please complete the following steps to finish switchover: shut down instance "north_sales1" of database "North_Sales" start up and mount instance "north_sales1" of database "North_Sales"
Note:
For DGMGRL to restart instances automatically, you
must connect to the database using the same credentials
given in the last CONNECT
command, even if
the last CONNECT
command was used to
connect to another database.
You must manually issue the SHUTDOWN
and
STARTUP
commands to restart the new primary
and any standby instances that may have been shut down.
Example 10-16 Redirecting Client Connections to a Target Physical Standby Database
This example performs a successful switchover in which the
physical standby database South_Sales
transitions
into the primary role. Connections to the old primary are
automatically reconnected to the new primary database,
South_Sales
.
DGMGRL> SWITCHOVER TO South_Sales;
2021-03-08T18:42:38.906-05:00
Performing switchover NOW, please wait...
2021-03-08T18:42:39.704-05:00
Operation requires a connection to database "South_Sales"
Connecting ...
Connected to "South_Sales"
Connected as SYSDG.
2021-03-08T18:42:39.908-05:00
Continuing with the switchover...
2021-03-08T18:42:50.022-05:00
New primary database "South_Sales" is opening...
2021-03-08T18:42:50.023-05:00
Operation requires start up of instance "north_sales2" on database "North_Sales"
Starting instance "north_sales2"...
Connected to an idle instance.
ORACLE instance started.
Connected to "North_Sales"
Database mounted.
Connected to "South_Sales"
2021-03-08T18:43:31.457-05:00
Switchover succeeded, new primary is "South_Sales"
2021-03-08T18:43:31.486-05:00
Switchover processing complete, broker ready.
Example 10-17 Specifying a Zero Wait Time During Switchover
This example includes the WAIT
option in the
SWITCHOVER
command and sets the wait time
to zero seconds. Therefore, the broker does not wait for sessions to
drain and proceeds with the switchover operation.
DGMGRL> SWITCHOVER TO 'South_Sales' WAIT 0;
2021-03-08T18:29:17.674-05:00
WAIT 0 does not wait for sessions to drain; proceeding with switchover...
2021-03-08T18:29:27.995-05:00
New primary database "South_Sales" is opening...
2021-03-08T18:29:27.995-05:00
Oracle Clusterware is restarting database "North_Sales" ...
Connected to "South_Sales"
2021-03-08T18:30:09.375-05:00
Switchover succeeded, new primary is "South_Sales"
2021-03-08T18:30:09.421-05:00
Switchover processing complete, broker ready.
Example 10-18 Using the WAIT Clause to Specify a Wait Time During Switchover
This example includes the WAIT
option in the
SWITCHOVER
command and sets the wait time
to 23 seconds. Therefore, the broker waits for 23 seconds for
sessions to drain and then proceeds with the switchover.
DGMGRL> SWITCHOVER TO 'South_Sales' WAIT 23;
2021-03-08T18:26:29.412-05:00
Stopping services and waiting up to 23 seconds for sessions to drain...
2021-03-08T18:26:40.209-05:00
Done waiting for sessions to drain; proceeding with switchover now...
2021-03-08T18:26:54.411-05:00
New primary database "South_Sales" is opening...
2021-03-08T18:26:54.412-05:00
Oracle Clusterware is restarting database "North_Sales" ...
Connected to "South_Sales"
2021-03-08T18:27:39.045-05:00
Switchover succeeded, new primary is "South_Sales"
2021-03-08T18:27:39.084-05:00
Switchover processing complete, broker ready.
SWITCHOVER PLUGGABLE DATABASE
This command switches the role of a source PDB with its designated target PDB.
Prerequisites
-
Connect to the target database.
-
The specified target PDB must exist in the target database and must be configured as a DG PDB.
Syntax
SWITCHOVER TO PLUGGABLE DATABASE pdb-name AT database-name;
Parameters
Parameter | Description |
---|---|
pdb-name |
Name of the target PDB to which source PDB operations must be switched. The name
specified must the same as that used when you raN the ADD
PLUGGABLE DATABASE command to set up the source
PDB.
|
database-name |
Name of the target database that contains the target PDB. |
Usage Notes
-
The broker verifies that source PDB is open and that redo apply services are running on the target database.
- The broker verifies the named PDB is a DG PDB at the specified database, redo apply is running, and the source for this DGPDB is up and running.
Examples
Example 10-19 Switching Over to a Target PDB
This example switches operations of the source PDB with the target PDB named
dgpdb_sales
that is contained in the target database
cdb_newyork
.
DGMGRL> SWITCHOVER TO PLUGGABLE DATABASE dgpdb_sales AT newyork;
VALIDATE DATABASE
The VALIDATE DATABASE
command performs a comprehensive set of database checks prior to a role change.
The checks use information available in various Oracle Data Guard views as well as the Automatic Diagnostic Repository.
Format
VALIDATE DATABASE [VERBOSE] database-name [ STRICT
{ TEMP_FILES | FLASHBACK | LOG_FILES_CLEARED | LOG_FILE_CONFIGURATION | APPLY_PROPERTY |
TRANSPORT_PROPERTY | ALL } [ <strict_option> ... <strict_option> ] ];
Command Parameters
Usage Notes
The VALIDATE DATABASE
command shows a brief summary of the database,
and reports any errors or warnings that were detected. VALIDATE DATABASE
VERBOSE
shows everything in the brief summary plus all items that were
validated.
Command Examples
The examples in this section show what the VALIDATE DATABASE
command output might look like in both the brief and verbose forms for primary and standby
databases.
Example 10-20 VALIDATE DATABASE Output in Brief Format for a Primary
The following example shows brief output for a primary database:
DGMGRL> VALIDATE DATABASE South_Sales;
Database Role: Primary database
Ready for Switchover: Yes
Managed by Clusterware:
South_Sales: YES
Example 10-21 VALIDATE DATABASE Output in Brief Format for a Physical Standby
The following example shows brief output for a physical standby database:
DGMGRL> VALIDATE DATABASE North_Sales;
Database Role: Physical standby database
Primary Database: South_Sales
Ready for Switchover: Yes
Ready for Failover: Yes (Primary Running)
Managed by Clusterware:
South_Sales : NO
North_Sales: NO
The static connect identifier allows for a connection to database "South_Sales".
Parameter Settings:
Parameter South_Sales Value North_Sales Value
DB_BLOCK_CHECKING true true
DB_BLOCK_CHECKSUM true true
DB_LOST_WRITE_PROTECT NONE NONE
Example 10-22 VALIDATE DATABASE Output in Verbose Format for a Primary
The following example shows verbose output for a primary database:
DGMGRL> VALIDATE DATABASE VERBOSE South_Sales;
Database Role: Primary database
Ready for Switchover: Yes
Flashback Database Status:
Database Status Retention Target
South_Sales On 1440
Capacity Information:
Database Instances Threads
South_Sales 1 1
Managed by Clusterware:
South_Sales: NO
The static connect identifier allows for a connection to database "South_Sales".
Temporary Tablespace File Information:
South_Sales TEMP Files: 1
Data file Online Move in Progress:
South_Sales: No
Transport-Related Information:
Transport On: Yes
Log Files Cleared:
South_Sales Standby Redo Log Files: Cleared
Example 10-23 VALIDATE DATABASE Output in Verbose Format for a Physical Standby
The following command shows verbose output for a physical standby database:
DGMGRL> validate database verbose North_Sales
Database Role: Physical standby database
Primary Database: South_Sales
Ready for Switchover: Yes
Ready for Failover: Yes (Primary Running)
Flashback Database Status:
Database Status Retention Target
South_Sales On 1440
North_Sales On 1440
Capacity Information:
Database Instances Threads
South_Sales 1 1
North_Sales 1 1
Managed by Clusterware:
South_Sales : NO
North_Sales: NO
The static connect identifier allows for a connection to database "South_Sales".
Temporary Tablespace File Information:
South_Sales TEMP Files: 1
North_Sales TEMP Files: 1
Data file Online Move in Progress:
South_Sales: No
North_Sales: No
Standby Apply-Related Information:
Apply State: Running
Apply Lag: 0 seconds (computed 0 seconds ago)
Apply Delay: 0 minutes
Transport-Related Information:
Transport On: Yes
Gap Status: No Gap
Transport Lag: 0 seconds (computed 0 seconds ago)
Transport Status: Success
Log Files Cleared:
South_Sales Standby Redo Log Files: Cleared
North_Sales Online Redo Log Files: Cleared
North_Sales Standby Redo Log Files: Available
Current Log File Groups Configuration:
Thread # Online Redo Log Groups Standby Redo Log Groups
(South_Sales) (North_Sales)
1 4 5
Future Log File Groups Configuration:
Thread # Online Redo Log Groups Standby Redo Log Groups
(North_Sales) (South_Sales)
1 4 5
Current Configuration Log File Sizes:
Thread # Smallest Online Redo Smallest Standby Redo
Log File Size Log File Size
(South_Sales) (North_Sales)
1 25 MBytes 25 MBytes
Future Configuration Log File Sizes:
Thread # Smallest Online Redo Smallest Standby Redo
Log File Size Log File Size
(North_Sales) (South_Sales)
1 25 MBytes 25 MBytes
Apply-Related Property Settings:
Property South_Sales Value North_Sales Value
DelayMins 0 0
ApplyParallel AUTO AUTO
ApplyInstances 0 0
Transport-Related Property Settings:
Property South_Sales Value North_Sales Value
LogShipping ON ON
LogXptMode ASYNC ASYNC
Dependency <empty> <empty>
DelayMins 0 0
Binding optional optional
MaxFailure 0 0
ReopenSecs 30 30
NetTimeout 300 300
RedoCompression DISABLE DISABLE
Parameter Settings:
Parameter South_Sales Value North_Sales Value
DB_BLOCK_CHECKING true true
DB_BLOCK_CHECKSUM true true
DB_LOST_WRITE_PROTECT NONE NONE
VALIDATE DATABASE DATAFILE
The VALIDATE DATABASE DATAFILE
command performs validation of data files across the primary database and standby databases.
The validation of data files detects lost writes at either database.
Format
VALIDATE DATABASE [database-name | ALL] DATAFILE [datafile-name | datafile-number | ALL] OUTPUT="output-file-name";
Command Parameters
- database-name
-
The name of the database for which you want to display information. The
VERBOSE
keyword, if used, must come before thedatabase-name
or an error is returned.If the database to be validated is either the primary or
ALL
, then the data files for all standby databases are compared with data files of the primary.If the database to be validated is a standby database, then its data files are compared with the data files of the primary.
- datafile-name | datafile-number
- You can specify a data file to be compared by name (datafile-name) or by number (datafile-number).
The datafile-name is the name of a specific date file that you want validated.
The datafile-number is the file identification number of a data file (as shown in the
FILE#
column of theV$DATAFILE
view). - output-file-name
- A file generated on the server that you must check to determine if block comparison is completed and whether there were any lost writes. Output files are created in the diagnostics
trace
directory of the database being compared.
Usage Notes
-
The
VALIDATE
DATABASE
command shows a brief summary of the database, and reports any errors or warnings that were detected. -
When the
VALIDATE
DATABASE
command is issued, it immediately returns a message that data file comparison has started on a database, but this does not mean that data file comparison completed or that there were no lost-writes between data files. You must check the output files that are generated to determine whether data file comparison was completed, or if there were lost writes.
Command Example
Example: Using VALIDATE DATABASE DATAFILE to Compare Data Files
The following command would compare the data files on the standby to those on the primary. Output would be sent to a file named dbcomp1.out
.
DGMGRL> VALIDATE DATABASE boston DATAFILE ALL OUTPUT=dbcomp1.out;
Operation requires a connection to database "boston"
Connecting ...
Output files are created in /path/to/trace on host "standby-host"
The following shows sample output from the command:
Client is connected to database: boston. Role: physical standby.
******************************
Remote database chicago.
remote db role: primary database
Slave Id 0
Summary:
Different data block pairs: 66617
Details:
***************************************************
ID: Block Type Id
TOTAL: Total number of blocks found
DIFFV: Number of block pairs with different version
LWLOC: Lost Writes at Local
LWRMT: Lost Writes at Remote
SAMEV: Number of block pairs with same version
SAMEV&C: Number of block pairs with same version and checksum
DIFFPAIR: Number of block pairs with same version but different contents
ENCERR: Undecided blocks related to encryption/decrytion error.
e.g. Wallet is not open.
SKIPPED: Skipped blocks due to data corruption, direct load, etc
ID TOTAL DIFFV LWLOC LWRMT SAMEV SAMEV&C DIFFPAIR ENCERR SKIPPED
02 0067698 0001032 0000000 0000000 0066666 0000049 0066617 0000000 0000000
29 0000001 0000001 0000000 0000000 0000000 0000000 0000000 0000000 0000000
30 0000125 0000001 0000000 0000000 0000124 0000124 0000000 0000000 0000000
38 0000014 0000014 0000000 0000000 0000000 0000000 0000000 0000000 0000000
VALIDATE DATABASE SPFILE
The VALIDATE DATABASE SPFILE
command performs a comparison of server parameter file (SPFILE) entries between the primary database and a specified standby database.
The validation of the server parameter file detects parameter value discrepancies between the primary and the specified standby database so that they can be rectified before a role change, thus ensuring that after a role change the databases perform at the same level they did prior to the role change. Additionally, using this command frees you from having to restart a database to correct improperly set parameters.
Format
VALIDATE DATABASE {database-name} SPFILE;
Command Parameters
- database-name
-
The name of the standby database for which you want to display information. The
VERBOSE
keyword, if used, must come before the database-name or an error is returned.If the database to be validated is the primary database, then a message is returned saying the command cannot be issued on a primary database.
If the database to be validated is a standby database, then the server parameter file values on the primary database are compared with the server parameter file values on the standby database.
Usage Notes
-
The
VALIDATE DATABASE SPFILE
command reportsNo parameter differences found
if there are no differences and a list of the parameters with their differing values on the primary and the specified standby databases. -
When the
VALIDATE DATABASE SPFILE
command is issued, it makes a connection to the primary database and the specified standby database based on the respective values of theDGConnectIdentifier
property. The command fails if a connection attempt cannot complete successfully.
Command Example
Example: Using VALIDATE DATABASE SPFILE to Compare Server Parameter File Values
The following is sample output from the VALIDATE DATABASE SPFILE
command when there are no differences between the server parameter file values on the specified standby database and the primary database:
DGMGRL> VALIDATE DATABASE chicago SPFILE;
Connecting to "boston".
Connecting to "chicago".
No parameter differences found.
The following is sample output from the VALIDATE DATABASE SPFILE
command when there are differences (different values, or specified on one and not on the other) between the server parameter file values on the specified standby database and the primary database:
DGMGRL> VALIDATE DATABASE chicago SPFILE;
Connecting to "boston".
Connecting to "chicago".
Parameter settings with different values:
aq_tm_processes:
boston (PRIMARY) : 8
chicago : 9
commit_point_strength:
boston (PRIMARY) : NOT SPECIFIED
chicago : 255
sec_max_failed_login_attempts:
boston (PRIMARY) : 2
chicago : NOT SPECIFIED
use_large_pages:
boston (PRIMARY) : TRUE
chicago : NOT SPECIFIED
DGMGRL>
VALIDATE DGConnectIdentifier
The VALIDATE DGConnectIdentifier
command enables users to
check to see whether a connection string is valid for the DGConnectidentifier
property.
The connect identifier for each connectivity check is generated based on the DGConnectIdentifier
property of the associated database.
Format
VALIDATE DGConnectIdentifier <connect_string> ;
Usage Notes
The DGMGRL new command "VALIDATE DGConnectIdentfier" enables users to check to see whether a connection string is valid for the DGConnectidentifier property or not. The command checks if it is able to be translated to something useful and makes a connection using it on all configuration members. This can also be used prior to adding a member to the configuration. If no config exists, the command checks a connection string at the database DGMGRL is connected to. If a config exists, all members use the specified connection string to see that the connection works.
This command performs the following for each instance of all members:
-
Print a translated network of the connection string at the instance
- Print environment variables related to network configuration at the instance
- Make a new connection using the translated network address at the instance
- If a connection test succeeds, the instance name and db_unique_name of the connected database will be printed
Command Examples
Example 1: When a configuration exists:
DGMGRL> validate DGConnectIdentifier 'tkdg2_tns' ;
Connecting to instance "tkdg1_sid" on database "tkdg1_db_uniq" ...
Translated Network Address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)(PORT=<num>)))(CONNECT_DATA=(SERVICE_NAME=tkdg2_db_uniq.regress.rdbms.dev.us.oracle.com)(SERVER=DEDICATED)))
Environment Variables:
TNS_ADMIN: /opt/oracle/admin
ORACLE_HOME: /opt/oracle
GRID_HOME:
Connection Test Result: Connected to instance 'tkdg2_sid' of database 'tkdg2_db_uniq'.
DGConnectIdentifier 'tkdg2_tns' is valid at instance 'tkdg1_sid' of database'tkdg1_db_uniq'
Connecting to instance "tkdg2_sid" on database "tkdg2_db_uniq" ...
Translated Network Address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)(PORT=<num>)))(CONNECT_DATA=(SERVICE_NAME=tkdg2_db_uniq.regress.rdbms.dev.us.oracle.com)(SERVER=DEDICATED)))
Environment Variables:
TNS_ADMIN: /opt/oracle/admin
ORACLE_HOME: /opt/oracle
GRID_HOME:
Connection Test Result: Connected to instance 'tkdg2_sid' of database 'tkdg2_db_uniq'.
DGConnectIdentifier 'tkdg2_tns' is valid at instance 'tkdg2_sid' of database'tkdg2_db_uniq'
Example 2: When no configuration exists:
DGMGRL> validate DGConnectIdentifier 'tkdg2_tns' ;
Validating DGConnectIdentifier at instance 'tkdg1_sid' of database 'tkdg1_db_uniq'
Translated Network Address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)(PORT=<num>)))(CONNECT_DATA=(SERVICE_NAME=tkdg2_db_uniq.regress.rdbms.dev.us.oracle.com)(SERVER=DEDICATED)))
Environment Variables:
TNS_ADMIN: /opt/oracle/admin
ORACLE_HOME: /opt/oracle
GRID_HOME:
Connection Test Result: Connected to instance 'tkdg2_sid' of database 'tkdg2_db_uniq'.
DGConnectIdentifier 'tkdg2_tns' is valid at instance 'tkdg1_sid' of database'tkdg1_db_uniq'
Example 3: With an invalid connection string:
DGMGRL> validate DGConnectIdentifier 'tkdg2_tns' ;
Validating DGConnectIdentifier at instance 'tkdg1_sid' of database 'tkdg1_db_uniq'
Translated Network Address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)(PORT=<num>)))(CONNECT_DATA=(SERVICE_NAME=tkdg2_db_uniq.regress.rdbms.dev.us.oracle.com)(SERVER=DEDICATED)))
Environment Variables:
TNS_ADMIN: /opt/oracle/admin
ORACLE_HOME: /opt/oracle
GRID_HOME:
Connection Test Result: Connected to instance 'tkdg2_sid' of database 'tkdg2_db_uniq'.
DGConnectIdentifier 'tkdg2_tns' is valid at instance 'tkdg1_sid' of database'tkdg1_db_uniq'
Example 4: When a connection test fails:
DGMGRL> validate DGConnectIdentifier 'tkdg2_tns' ;
Validating DGConnectIdentifier at instance 'tkdg1_sid' of database 'tkdg1_db_uniq'
Translated Network Address: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)(PORT=<num>)))(CONNECT_DATA=(SERVICE_NAME=tkdg2_db_uniq.regress.rdbms.dev.us.oracle.com)(SERVER=DEDICATED)))
Environment Variables:
TNS_ADMIN: t_work
ORACLE_HOME: ORACLE_HOME
GRID_HOME:
Connection Test Result: Failed - ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
VALIDATE FAR_SYNC
The VALIDATE FAR_SYNC
command performs a comprehensive set of checks for a far sync instance.
The checks use information available in various Oracle Data Guard views.
Format
VALIDATE FAR_SYNC [VERBOSE] far_sync_instance_name [WHEN PRIMARY IS database-name];
Command Parameters
- far_sync_instance_name
-
The name of the far sync instance for which you want to display information. The
VERBOSE
keyword, if used, must come before thefar_sync_instance_name
or an error is returned. - database-name
-
The validation of the far sync instance is performed based on the specified database being the primary database.
Usage Notes
The VALIDATE
FAR_SYNC
command shows a brief summary of the far sync instance and reports any errors or warnings that were detected. The VALIDATE
FAR_SYNC
VERBOSE
command shows everything in the brief summary plus redo transport-related information.
Command Examples
The examples in this section show what the VALIDATE
FAR_SYNC
command output might look like in various scenarios.
Example 1: Brief VALIDATE FAR_SYNC Output
The following example shows brief output for a far sync instance:
DGMGRL> VALIDATE FAR_SYNC FS; Member Role: Far Sync Instance When Primary Is: North_Sales Active Redo Source: North_Sales Redo Destinations: South_Sales Thread # Online Redo Log Groups Standby Redo Log Groups Status North_Sales FS 1 4 5 Sufficient SRLs
Example 2: Verbose VALIDATE FAR_SYNC Output
The following example shows verbose output for a far sync instance:
DGMGRL> VALIDATE FAR_SYNC VERBOSE FS; Member Role: Far Sync Instance When Primary Is: North_Sales Active Redo Source: North_Sales Redo Destinations: South_Sales Thread # Online Redo Log Groups Standby Redo Log Groups Status North_Sales FS 1 4 5 Sufficient SRLs Transport-Related Information: Transport On: Yes Gap Status: No Gap Transport Lag: 0 seconds (computed 0 seconds ago) Transport Status: Success
Example 3: VALIDATE FAR_SYNC Output When South_Sales Is the Primary
The following example shows the output when the South_Sales
database is specified as the primary database:
DGMGRL> VALIDATE FAR_SYNC FS WHEN PRIMARY IS 'South_Sales'; Member Role: Far Sync Instance When Primary Is: South_Sales Redo Destinations: North_Sales Thread # Online Redo Log Groups Standby Redo Log Groups Status South_Sales FS 1 4 5 Sufficient SRLs
VALIDATE FAST_START FAILOVER
The VALIDATE FAST_START FAILOVER
command enables you to validate a fast-start failover configuration. It identifies misconfiguration, either while setting up or initiating fast-start failover.
Format
VALIDATE FAST_START FAILOVER;
Command Parameters
None.
Usage Notes
-
This command validates the fast-start failover configuration and reports the following information:
- Incorrectly set up fast-start failover parameters
For example, the fast-start failover threshold is not set appropriately.
-
Issues that prevent the enabling or initiating of fast-start failover
This includes issues that prevent the usage of fast-start failover even when the conditions required for fast-start failover are met (for example, fast-start failover is enabled in Observe-Only mode).
- Issues that affect actions taken after fast-start failover is initiated
- Issues that could impact the stability of the broker configuration
-
Issues with fast-start failover callout configuration scripts
Displays if the syntax of the fast-start failover configuration file
fsfocallout.ora
is correct and if the pre-callout and post-callout scripts are accessible.
- Incorrectly set up fast-start failover parameters
Command Examples
Example 10-24 Validating a Broker Configuration
The following example validates the broker configuration that is in maximum performance mode and identifies issues that prevent fast-start failover from being enabled for the configuration.
DGMGRL> VALIDATE FAST_START FAILOVER;
Fast-Start Failover: Enabled in Potential Data Loss Mode
Protection Mode: MaxPerformance
Primary: North_Sales
Active Target: South_Sales
Fast-Start Failover Not Possible:
Fast-Start Failover observer not started
Post Fast-Start Failover Issues:
Flashback database disabled for database ‘dgv1’
Other issues:
FastStartFailoverThreshold may be too low for RAC databases.
Fast-start failover callout configuration file "fsfocallout.ora" has the following issues:
Invalid lines
foo=foo
The specified file "./precallout" contains a path.
Example 10-25 Validating an Unsynchronized Fast-start Failover Configuration
This example validates a fast-start failover configuration that is enabled in regular mode. The callout scripts exist and are syntactically accurate. The only problem is that the configuration is unsynchronized.
DGMGRL> VALIDATE FAST_START FAILOVER;
Fast-Start Failover: Enabled in Observe-Only mode
Protection Mode: MaxPerformance
Primary: North_Sales
Active Target: South_Sales
Fast-Start Failover not possible:
Fast-start failover configuration is unsynchronized
VALIDATE NETWORK CONFIGURATION
The VALIDATE NETWORK CONFIGURATION
command performs network connectivity checks between members of a configuration.
The connect identifier for each connectivity check is generated based on the DGConnectIdentifier
property of the associated database.
Format
VALIDATE NETWORK CONFIGURATION FOR { ALL | member name };
Usage Notes
-
This command also performs a check for the static connect identifier.
Command Examples
Example 1: Validating Network Configuration for a Specific Database
DGMGRL> VALIDATE NETWORK CONFIGURATION FOR North_Sales;
Connecting to instance "north_sales1" on database "North_Sales" ...
Checking connectivity from instance "north_sales1" on database "North_Sales to instance "south_sales1" on database "South_Sales"...
Succeeded.
Connecting to instance "north_sales6" on database "North_Sales" ...
Checking connectivity from instance "north_sales6" on database "North_Sales to instance "south_sales1" on database "South_Sales"...
Succeeded.
Connecting to instance "south_sales1" on database "South_Sales" ...
Checking connectivity from instance "south_sales1" on database "South_Sales to instance "north_sales1" on database "North_Sales"...
Succeeded.
Checking connectivity from instance "south_sales1" on database "South_Sales to instance "north_sales6" on database "North_Sales"...
Succeeded.
Oracle Clusterware on database "North_Sales" is available for database restart.
Example 2: Validating Network Configuration For All Members
DGMGRL> VALIDATE NETWORK CONFIGURATION FOR ALL;
Connecting to instance "north_sales1" on database "North_Sales" ...
Checking connectivity from instance "north_sales1" on database "North_Sales to instance "south_sales1" on database "South_Sales"...
Succeeded.
Connecting to instance "north_sales6" on database "North_Sales" ...
Checking connectivity from instance "north_sales6" on database "North_Sales to instance "south_sales1" on database "South_Sales"...
Succeeded.
Connecting to instance "south_sales1" on database "South_Sales" ...
Checking connectivity from instance "south_sales1" on database "South_Sales to instance "north_sales1" on database "North_Sales"...
Succeeded.
Checking connectivity from instance "south_sales1" on database "South_Sales to instance "north_sales6" on database "North_Sales"...
Succeeded.
Oracle Clusterware on database "North_Sales" is available for database restart.
Oracle Clusterware is not configured on database "South_Sales".
Connecting to database "South_Sales" using static connect identifier "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)((PORT=.*))))(CONNECT_DATA=(SERVICE_NAME=South_Sales_DGMGRL.example.com)(INSTANCE_NAME=south_sales1)(SERVER=DEDICATED)(STATIC_SERVICE=TRUE)))" ...
Succeeded.
The static connect identifier allows for a connection to database "South_Sales".
VALIDATE STATIC CONNECT IDENTIFIER
The VALIDATE STATIC CONNECT IDENTIFIER
command validates the static connect identifier of a database.
To perform this validation, the broker makes a new connection to the database using a static connect identifier based on the StaticConnectIdentifer
property of the database. A new attribute, STATIC_SERVICE=TRUE
is added to the connect identifier to ensure that a connection to the database is established using only a static service, not a dynamic service.
Format
VALIDATE STATIC CONNECT IDENTIFIER FOR { ALL | database name };
Usage Notes
-
None
Command Examples
Example 1: Validation of Static Connect Identifier For a Database on Which Oracle Clusterware Is Configured
DGMGRL> VALIDATE STATIC CONNECT IDENTIFIER FOR North_Sales;
Oracle Clusterware on database "North_Sales" is available for database restart.
Example 2: Validation of Static Connect Identifier For a Database on Which Oracle Clusterware Is Not Configured
DGMGRL> VALIDATE STATIC CONNECT IDENTIFIER FOR South_Sales;
Oracle Clusterware is not configured on database "South_Sales".
Connecting to database "South_Sales" using static connect identifier "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)((PORT=.*))))(CONNECT_DATA=(SERVICE_NAME=South_Sales_DGMGRL.example.com)(INSTANCE_NAME=tkdg2_sid)(SERVER=DEDICATED)(STATIC_SERVICE=TRUE)))" ...
Succeeded.
The static connect identifier allows for a connection to database "South_Sales".
Example1: Validation of Static Connect Identifier For all Databases
DGMGRL> VALIDATE STATIC CONNECT IDENTIFIER FOR all;
Oracle Clusterware on database "North_Sales" is available for database restart.
Oracle Clusterware is not configured on database "South_Sales".
Connecting to database "South_Sales" using static connect identifier "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<nodename>)((PORT=.*))))(CONNECT_DATA=(SERVICE_NAME=South_Sales_DGMGRL.example.com)(INSTANCE_NAME=tkdg2_sid)(SERVER=DEDICATED)(STATIC_SERVICE=TRUE)))" ...
Succeeded.
The static connect identifier allows for a connection to database "South_Sales".