2 Preparing Servers and Network for Database Duplication
Create a standby database by duplicating the active database. RMAN copies the datafiles directly from the primary database to the standby database.
You must mount or open the primary database before running the RMAN DUPLICATE FROM ACTIVE DATABASE
command.
- Prerequisites Specific to Active Database Duplication
When you executeDUPLICATE
withFROM ACTIVE DATABASE
, at least one normal target channel and at least oneAUXILIARY
channel are required. - Checklist for Preparing Active Database Duplication
Ensure that you prepare source and target databases before using RMAN to carry out active database duplication. - Configuring RMAN Channels for Use in Oracle Database Duplication
RMAN channels perform the primary job of database duplication - Configuring Automatic Channels Across File Systems
Configure a set of persistent, automatic channels for use in all RMAN sessions. - Configuring Channels for Active Database Duplication
With active database duplication, you need not change your source database channel configuration or configure auxiliary channels. However, you may want to increase the parallelism setting of the source database disk channels so that RMAN copies files over the network in parallel.