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
Syntax
DESIGNER_WAIT_FOR_DESIGN ( 'design‑name' )
Parameters
design‑name |
Name of the running design. |
Privileges
Superuser, or DBDUSER 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
');