Show TOC

wait for create standbyLocate this document in the navigation structure

A blocking command that allows a client session in the Replication Server to wait for the standby database creation process to complete.

Syntax
wait for create standby
 for <logical_ds>.<logical_db>
Parameters
logical_ds

The data server name for the logical connection.

logical_db

The database name for the logical connection.

Usage
  • After the standby database has been created, wait for create standby displays status information.

  • wait for create standby may be most helpful when used in scripts.

Permissions

wait for create standby requires “sa” permission.