pdb_quiesce

Description

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

Syntax

pdb_quiesce hold [, for_dump [, manifest_file]]
pdb_quiesce release

Parameters

hold

The keyword for the quiesce database hold action.

release

The keyword for the quiesce database release action.

for_dump

The optional keyword for the quiesce database hold for external dump action.

manifest_file

The name of the manifest file created by quiesce database.

Examples

Example 1

pdb_quiesce hold

This command tells Mirror Replication Agent to invoke the quiesce database hold command for the primary database.

Example 2

pdb_quiesce hold, for_dump

This command tells Mirror Replication Agent to invoke the quiesce database hold for external dump command for the primary database.

Example 3

pdb_quiesce hold, for_dump, "%TEMP%\mypubs_file"

This command tells Mirror Replication Agent to invoke the quiesce database hold for external dump command, with the extension for creating for a manifest file.

Example 4

pdb_quiesce release

This command tells Mirror Replication Agent to invoke the quiesce database release command for the primary database.

Usage

See also

pdb_init, ra_init