pdb_init

Description

Initializes the primary database in preparation for Mirror Replication Agent initialization.

Syntax

pdb_init [move_truncpt]

Parameters

move_truncpt

The optional keyword that sets the secondary truncation point to the end of the primary database transaction log.

Examples

Example 1

pdb_init

This command initializes the primary database, and if the secondary truncation point is not already set, it sets the secondary truncation point to the end of the transaction log.

Example 2

pdb_init move_truncpt

This command initializes the primary database and sets the secondary truncation point to the end of the log.

Usage

See also

pdb_quiesce, ra_init