Oracle Database - PCTFREE (Percentage Free)
Table of Contents
1 - About
With a PCTFREE of 0, we make use of all of the space on the data blocks of a table. This is usually use on table with only insert and no update.
PCT = Percentage
With a PCTFREE of 0, we make use of all of the space on the data blocks of a table. This is usually use on table with only insert and no update.
PCT = Percentage
In God we trust, all others must bring data.
A data newsletter full of tips and tricks sharing the making of our data applications.