Skip to content

Commit c2675bc

Browse files
committed
updated oracle_table_space_for_schema.sql
1 parent 6a24322 commit c2675bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

oracle_table_space_for_schema.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
--
1818
-- for tables 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)