About deploying Storage Foundation for Databases (SFDB) tools with Oracle Data Guard

The SFDB tools functionality is extended to support standby databases in an Oracle Data Guard environment.

Oracle Data Guard terminology:

The following point-in-time copy methods can be used on a Physical Standby database:

For cloning a standby read-write access database with Oracle Data Guard:

In environments where the Oracle Active Data Guard feature is used, the redo log application must be stopped explicitly on standby database before taking a database snapshot.

To use Database FlashSnap in an Active Data Guard environment

  1. Stop redo log apply.

    For example:

    SQL>ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;
  2. Run dbed_update.
  3. Create a snapplan and validate it.
  4. Take a snapshot.
  5. Start redo log apply.

    For example:

    SQL>ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT;
  6. Clone the snapshot.