InterviewSolution
Saved Bookmarks
| 1. |
What Is Automatic Segment Space Management (assm)? |
|
Answer» ASSM is a method used by ORACLE to manage SPACE INSIDE data blocks. It eliminates the need to specify parameters, such as PCTUSED, freelist, and freelist groups, for objects created in the tablespace. ASSM is a method used by Oracle to manage space inside data blocks. It eliminates the need to specify parameters, such as PCTUSED, freelist, and freelist groups, for objects created in the tablespace. |
|