Purpose
You can use this statement to empty the recycle bin.
Notice This statement 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 (0.03 sec)