Skip to content

Commit d32cf41

Browse files
committed
updated oracle_tablespace_space2.sql
1 parent c2675bc commit d32cf41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

oracle_tablespace_space2.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
-- Oracle - Show Tablespace Size, Space Used GB and Percentage Used
1717
--
18+
-- Calculations assume an 8KB block size, which you should verify like this:
19+
--
20+
-- SELECT value FROM v$parameter WHERE name = 'db_block_size';
21+
--
1822
-- Tested on Oracle 19c
1923

2024
SELECT

0 commit comments

Comments
 (0)