InterviewSolution
| 1. |
Explain About Oracle Data Blocks? |
|
Answer» At the finest level of granularity, an Oracle database’s data is stored in data blocks. ONE data block corresponds to a SPECIFIC number of BYTES of physical database space on disk. A data block size is SPECIFIED for each Oracle database when the database is CREATED. A database uses and allocates free database space in Oracle data blocks.
At the finest level of granularity, an Oracle database’s data is stored in data blocks. One data block corresponds to a specific number of bytes of physical database space on disk. A data block size is specified for each Oracle database when the database is created. A database uses and allocates free database space in Oracle data blocks.
|
|