You must quiesce the primary database to suspend update activities until the standby database is materialized and the Mirror Replication Agent is initialized.
You must have a System Administrator user role in the
primary Adaptive Server to perform this procedure.
To quiesce the primary database
Log in to the primary Adaptive Server with a System Administrator user role.
Quiesce the primary database.
If you use snapshot materialization for a standby database in Adaptive Server version 12.5.0.3, use the following command to quiesce the primary database:
quiesce database MA_setup hold pdb
where:
MA_setup is a user-defined tag that identifies the database.
pdb is the name of the primary database.
If you use the snapshot materialization mount database option for a standby database in Adaptive Server version 12.5.1 or later, use the following command to quiesce the primary database:
quiesce database MA_setup hold pdb for external dump to pdb_manifest
where:
MA_setup is a user-defined tag that identifies the database.
pdb is the name of the primary database.
pdb_manifest is the name of the manifest file.