After the standby database materialization and Mirror Replication Agent initialization are complete, release the quiesce to resume update activity on the primary database.
You must not resume update activity on the primary database until all of the following operations are complete:
All standby database data and log devices are materialized.
All mirror log devices are materialized.
The disk replication system is configured for synchronous replication from the primary log devices to the mirror log devices.
The Mirror Replication Agent is initialized, with correct paths defined for all mirror log devices.
To resume update activity on the primary database
Log in to the primary database with a System Administrator user role.
Release the quiesce hold on the primary database:
For ASE:
quiesce database MA_setup release
where MA_setup is a user-defined tag that identifies the suspended database.
For Oracle:
alter system unquiesce
For Microsoft SQL Server: Change the primary database permission to READ_WRITE:
alter database primary set READ_WRITE;
You must have exclusive access to the primary database
to change the state or file group to READ_ONLY or READ_WRITE.