1.

What Is The Logical Structure Of The Disk Resources?

Answer»

Following is the logical structure of the disk resources:

  •  DATA block :Refers to the SMALLEST logical storage unit. Size of a data block is a MULTIPLE of operating system block size.
  •  Extent :Refers to the contiguous set of data blocks, which is allocated as a unit to a SEGMENT.
  •  TABLESPACE :Refers to the final logical storage unit. It is mapped to physical datafile.
  •  Segment:Allocates a logical structure, such as table. It is a set of extents, which are stored in the same tablespace.

Following is the logical structure of the disk resources:



Discussion

No Comment Found