Skip to content

Instantly share code, notes, and snippets.

@kennycyb
Created February 13, 2018 02:54
Show Gist options
  • Save kennycyb/6adb7c5cf17af9a2464a2b83bc7bb78e to your computer and use it in GitHub Desktop.
Save kennycyb/6adb7c5cf17af9a2464a2b83bc7bb78e to your computer and use it in GitHub Desktop.
Oracle - PURGE recyclebin
begin
execute immediate 'purge recyclebin';
end;
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment