Skip to content

Instantly share code, notes, and snippets.

@mujahidk
Created June 26, 2014 19:01
Show Gist options
  • Save mujahidk/b6796a8b0abf31ac63e5 to your computer and use it in GitHub Desktop.
Save mujahidk/b6796a8b0abf31ac63e5 to your computer and use it in GitHub Desktop.
Oracle recyclebin on/off and purge
-- Tunring off and on oracle recycle bin
ALTER SYSTEM SET RECYCLEBIN = OFF;
ALTER SYSTEM SET RECYCLEBIN = ON;
-- Purge oracle recycle bin
PURGE RECYCLEBIN;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment