CANCEL RESTORE

Description

The statement is used to cancel an ongoing RESTORE task.

Syntax:

CANCEL RESTORE FROM db_name;

Note:

When the restore is abolished around the COMMIT or later stage, the restored tables may be inaccessible. At this point, only by performing the recovery operation again can you restore the data.

Examples

  1. Cancel the RESTORE task from example_db.

    CANCEL RESTORE FROM example_db;