nerdexam
Oracle

1Z0-063 · Question #211

RMAN is configured to create backupset backups for your database. You issue the command to back up the database: RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT; Which two statements are true…

The correct answer is B. It backs up all the data files and deletes obsolete backups after the backup is complete. D. It backs up all the archived log files and deletes the ones that were just backed up. You can use BACKUP ... DELETE to back up archived redo logs, data file copies, or backup sets and then delete the input files after successfully backing them up. The BACKUP ARCHIVELOG ... DELETE INPUT command deletes archived log files after they are backed up. This command…

Using RMAN for Backup and Recovery

Question

RMAN is configured to create backupset backups for your database. You issue the command to back up the database: RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT; Which two statements are true about the backup performed by the command?

Options

  • AOnly the used blocks in the data files are backed up.
  • BIt backs up all the data files and deletes obsolete backups after the backup is complete.
  • CIt backs up only those archived log files that are not backed up at least once.
  • DIt backs up all the archived log files and deletes the ones that were just backed up.
  • EIt backs up all archived redo log files and online log files and deletes the archived log files after the

How the community answered

(30 responses)
  • A
    17% (5)
  • B
    70% (21)
  • C
    10% (3)
  • E
    3% (1)

Explanation

You can use BACKUP ... DELETE to back up archived redo logs, data file copies, or backup sets and then delete the input files after successfully backing them up. The BACKUP ARCHIVELOG ... DELETE INPUT command deletes archived log files after they are backed up. This command eliminates the separate step of manually deleting archived redo

Topics

#BACKUP DATABASE#archivelog backup#DELETE INPUT#RMAN command

Community Discussion

No community discussion yet for this question.

Full 1Z0-063 Practice