Purge The DBA Recycle Bin

June 20th, 2011 No Comments   Posted in Oracle How-To

Need to dump the DBA recycle bin? It’s pretty easy. As a DBA user run:

purge dba_recyclebin;


Tags:

Purge the Recyclebin in Oracle

February 2nd, 2010 No Comments   Posted in Oracle How-To

Did you know Oracle has a recycle bin? When you drop a table it goes into the recycle bin assuming you have the feature turned on. If you are trying to reclaim space simply dropping a table will not do it. You need to also purge the table from the recycle bin.

More »