InterviewSolution
Saved Bookmarks
| 1. |
What Is Pctused? |
|
Answer» PCTUSED is a parameter that is used to SPECIFY the percentage required for a block to be considered as used. The default VALUE for this parameter is 40, which means that a block is considered to be used when it is more than 40% FULL and cannot be ADDED to a freelist. PCTUSED is a parameter that is used to specify the percentage required for a block to be considered as used. The default value for this parameter is 40, which means that a block is considered to be used when it is more than 40% full and cannot be added to a freelist. |
|