Which two statements are true regarding Oracle database space management within blocks managed by Automatic Segment Space Management (ASSM)? (Choose two.)
- PCTFREE defaults to 10% for all blocks in all segments for all compression methods
- ASSM assigns blocks to one of four fullness categories based on what percentage of the block is allocated for rows
- Update operations always attempt to find blocks with free space appropriate to the length of the row being updated
- Insert operations always attempt to find blocks with free space appropriate to the length of the row being inserted
- A block will always be eligible for inserts if the row is short enough to fit into the block
Reveal Solution Next Question