Multiple choice technology databases

What is default Pctused in Oracle?

  1. 20

  2. 30

  3. 40

  4. 50

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Pctused parameter in Oracle determines the minimum percentage of a data block that must be used before it becomes available for new inserts. The default value is 40. This storage parameter works with Pctfree to manage space utilization within data blocks.