If an entire row can be inserted into a single data block, then Oracle stores the row as one row piece.
if all of a row's data cannot be inserted into a single data block or if an update to an existing row causes the row to outgrow its data block, then Oracle stores the row using multiple row pieces
A data block usually contains only one row piece for each row.
When Oracle must store a row in more than one row piece, it is chained across multiple blocks.
'Database > Oracle' 카테고리의 다른 글
| 82 - [Oracle 19C] Helpful queries for tablespace (1) | 2023.12.11 |
|---|---|
| 81 - [Oracle 19C] Grant PDB admin - example (0) | 2023.12.09 |
| 78 - [Oracle 19C] Basic information of Tablespace (0) | 2023.12.09 |
| 77 - [Oracle 19C] Password verification - example (0) | 2023.12.09 |
| 76 - [Oracle 19C] Resource Parameters (0) | 2023.12.08 |