Site icon Bugra Parlayan | Oracle Database Blog

How can I empty the trash in Oracle Database

Question : How can I empty the trash in Database

To remove the entire contents of your recycle bin, issue the following statement:

PURGE RECYCLEBIN ;

To remove the entire contents of all recycle bin, issue the following statement

PURGE DBA_RECYCLEBIN ;
Exit mobile version