Quiesce the primary database

You must quiesce the primary database to suspend update activities until the standby database is materialized and the Mirror Replication Agent is initialized.

NoteFor ASE only: You must have a System Administrator user role in the primary Adaptive Server to perform this procedure.

Any activity that would change the schema in the primary database should not be allowed to take place while Replication Agent is initializing. Select a time when there are no users on the system or quiesce the primary database.

StepsTo quiesce the primary database

  1. For Oracle only: Quiesce an Oracle database:

    ALTER SYSTEM QUIESCE RESTRICTED
    

    NoteSteps 2 and 3 are for ASE only.

  2. Log in to the primary database server with a System Administrator user role.

  3. Quiesce the primary database.