Disabling the recycle bin in Oracle 10.1

The Oracle recyclebin configuration property was not added until Oracle 10.2. To disable the recycle bin in Oracle 10.1, you must set the Oracle hidden property:

ALTER SYSTEM SET “_recyclebin”=FALSE SCOPE = BOTH;