Skip to content

Commit 6a24322

Browse files
committed
updated oracle_table_space.sql
1 parent 5cb9209 commit 6a24322

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

oracle_table_space.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
--
1818
-- where the tables are over 20% utilized
1919
--
20+
-- Calculations assume an 8KB block size, which you should verify like this:
21+
--
22+
-- SELECT value FROM v$parameter WHERE name = 'db_block_size';
23+
--
2024
-- Tested on Oracle 19c
2125

2226
SELECT

0 commit comments

Comments
 (0)