PURGE RECYCLEBIN

2024-04-19 08:42:50  Updated

Purpose

You can use this statement to purge the recycle bin.

Notice

PURGE RECYCLEBIN clears all database objects from the recycle bin. You can execute this statement only as the root user. Proceed with caution.

Syntax

 PURGE RECYCLEBIN;

Examples

Purge the recycle bin.

obclient> PURGE RECYCLEBIN;
Query OK, 0 rows affected

Contact Us