To stop or cancel an SQL scripts run, select one of the following
options from the
Run menu:
- Stop After Current - Stops running the SQL script after the currently
running statement ends.
- Cancel Request - Requests that the system cancel the current SQL
statement. However, as not all SQL statements can be canceled, the SQL statement
might continue to completion even after this option is used.
SQL statements that have already completed host processing before Cancel Request
is pressed will also continue to completion. For example, Select statements
that have already completed query processing but have not yet returned the
results to the client typically cannot be canceled.