nerdexam
Oracle

1Z0-062 · Question #94

View the Exhibit and examine the disk groups created at the time of migrating the database storage to Automatic Storage Management (ASM). Why does the FRA disk group initially have more free space eve

The correct answer is B. Because the FRA disk group is not configured to support mirroring. The FRA disk group shows more usable free space than DATA despite equal raw size because FRA uses EXTERNAL redundancy with no mirroring, while DATA uses NORMAL redundancy which mirrors extents and effectively halves usable capacity.

Managing Database Storage Structures

Question

View the Exhibit and examine the disk groups created at the time of migrating the database storage to Automatic Storage Management (ASM). Why does the FRA disk group initially have more free space even though both DATA and FRA disk groups are provided with the same size?

Options

  • ABecause the FRA disk group will not support dynamic rebalancing
  • BBecause the FRA disk group is not configured to support mirroring
  • CBecause disks in the FRA disk group are not formatted at this stage
  • DBecause the FRA disk group will support only a single size of allocation unit

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    85% (22)
  • C
    4% (1)
  • D
    8% (2)

Why each option

The FRA disk group shows more usable free space than DATA despite equal raw size because FRA uses EXTERNAL redundancy with no mirroring, while DATA uses NORMAL redundancy which mirrors extents and effectively halves usable capacity.

ABecause the FRA disk group will not support dynamic rebalancing

ASM dynamic rebalancing redistributes existing data across disks when the disk group membership changes and has no bearing on the total amount of free space available in a disk group.

BBecause the FRA disk group is not configured to support mirroringCorrect

An ASM disk group configured with EXTERNAL redundancy does not create mirror copies of extents, so 100% of raw disk capacity is reported as usable free space. In contrast, a DATA disk group configured with NORMAL redundancy consumes half the raw capacity to maintain a second mirror copy, resulting in the FRA group showing proportionally more free space even though both groups received the same raw disk allocation.

CBecause disks in the FRA disk group are not formatted at this stage

ASM disks are fully formatted and their headers are written when the disk group is created - all capacity is immediately accounted for and available, not deferred to a later formatting stage.

DBecause the FRA disk group will support only a single size of allocation unit

The allocation unit size governs I/O granularity and extent sizing within a disk group, but a uniform AU size across all disks in a group does not reduce the total reported free space relative to another group of the same raw capacity.

Concept tested: ASM disk group redundancy modes and usable space

Source: https://docs.oracle.com/en/database/oracle/oracle-database/19/ostmg/asm-disk-groups.html

Topics

#ASM diskgroup#Fast Recovery Area#ASM mirroring#storage space

Community Discussion

No community discussion yet for this question.

Full 1Z0-062 Practice