Oracle Architecture
Oracle Architecture
At the finest level of granularity, Oracle Database stores data in data blocks. One
logical data block corresponds to a specific number of bytes of physical disk
space, for example, 2 KB. Data blocks are the smallest units of storage that
Oracle Database can use or allocate.
Each segment belongs to one and only one tablespace. Thus, all extents for a
segment are stored in the same tablespace. Within a tablespace, a segment can
include extents from multiple data files, as shown in Figure 12-2. For example,
one extent for a segment may be stored in users01.dbf, while another is stored
in users02.dbf. A single extent can never span data files.