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 »