Skip to content

Commit

Permalink
updated oracle_show_dba_recyclebin.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 11, 2024
1 parent 2000ffe commit 65fbb9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oracle_show_dba_recyclebin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
-- Oracle - Show All Users Recyclebins via DBA Recyclebin

SELECT
--owner,
--object_name,
username,
original_name,
type,
Expand All @@ -25,5 +27,7 @@ SELECT
FROM
dba_recyclebin
ORDER BY
username, drop_time
--owner,
username,
drop_time
DESC;

0 comments on commit 65fbb9d

Please sign in to comment.