DESIGNER_WAIT_FOR_DESIGN

Waits for completion of operations that are populating and deploying the design. Ctrl+C cancels this operation and returns control to the user.

Behavior Type

Immutable

Syntax

DESIGNER_WAIT_FOR_DESIGN ( 'design‑name' )

Parameters

design‑name

Name of the running design.

Privileges

Privileges

One of the following:

  • Superuser
  • DBDUSER role with USAGE privilege on the design schema.

Examples

The following example requests to wait for the currently running design of VMART_DESIGN to complete:

=> SELECT DESIGNER_WAIT_FOR_DESIGN ('VMART_DESIGN');

See Also