nerdexam
Oracle

1Z0-083 · Question #192

Which three are true about RMAN duplexed backup sets or image copies?

The correct answer is A. A backup set may be duplexed with both copies written to disk. B. An image copy on disk can be copied to disk. C. A backup set may be duplexed with both copies written to sbt. RMAN duplexing operates on a same-device-type rule: both copies in a duplexed backup set must target the same media type, so disk→disk (A) and sbt→sbt (C) are both valid, while mixing disk and sbt in a single duplex operation (D) is not supported. Image copies are a disk-only…

Backup and Recovery

Question

Which three are true about RMAN duplexed backup sets or image copies?

Options

  • AA backup set may be duplexed with both copies written to disk.
  • BAn image copy on disk can be copied to disk.
  • CA backup set may be duplexed with both copies written to sbt.
  • DA backup set may be duplexed so that one copy is written to sbt and the other to disk.
  • EAn image copy on disk can be copied to sbt.
  • FAn image copy on sbt can be copied to disk.

How the community answered

(36 responses)
  • A
    83% (30)
  • D
    6% (2)
  • E
    3% (1)
  • F
    8% (3)

Explanation

RMAN duplexing operates on a same-device-type rule: both copies in a duplexed backup set must target the same media type, so disk→disk (A) and sbt→sbt (C) are both valid, while mixing disk and sbt in a single duplex operation (D) is not supported. Image copies are a disk-only construct - they are physical file copies and can only exist on disk, which means copying a disk image copy to another disk location (B) is perfectly valid using the COPY command.

D is wrong because RMAN duplexing cannot split copies across different device types in a single operation - both copies must go to the same type. E is wrong because image copies cannot be sent to sbt (tape/media manager); only backup sets can target sbt. F is wrong because image copies simply cannot exist on sbt at all, making the premise impossible.

Memory tip: Use the phrase "Duplex = Same Device, Image = Disk Only" - duplexed backup sets stay on one device type (disk or sbt, never both), and image copies never leave disk, so any answer involving an image copy on sbt or a mixed-device duplex is always false.

Topics

#RMAN duplexing#backup sets#image copies#backup destinations

Community Discussion

No community discussion yet for this question.

Full 1Z0-083 Practice