Skip to content

Commit

Permalink
updated oracle_tablespace_space.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 12, 2024
1 parent 1334b90 commit 5073166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oracle_tablespace_space.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ GROUP BY
df.tablespace_name,
df.bytes
ORDER BY
"Free Space %"
DESC;
"Free Space (GB)" DESC,
"Used Space (GB)" DESC;

0 comments on commit 5073166

Please sign in to comment.