Oracle
1Z0-062 · Question #270
Your database is configured in ARCHIVELOG mode. Examine the RMAN configuration parameters: Examine the command: RMAN>BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT; What is the outcome?
The correct answer is B. It executes successfully and creates a backup set of the database along with archived log files. https://docs.oracle.com/cd/B13789_01/server.101/b10734/rcmbackp.htm
Performing Backup and Recovery
Question
Your database is configured in ARCHIVELOG mode. Examine the RMAN configuration parameters:
Examine the command:
RMAN>BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT; What is the outcome?
Options
- AIt fails because the DELETE INPUT option can be used only with the BACKUP AS
- BIt executes successfully and creates a backup set of the database along with archived log files
- CIt executed successfully and creates a copy of the database along with archive log files and then
- DIt fails because the DELETE INPUT option can be used only with the BACKUP AS COPY
How the community answered
(56 responses)- A7% (4)
- B75% (42)
- C14% (8)
- D4% (2)
Explanation
https://docs.oracle.com/cd/B13789_01/server.101/b10734/rcmbackp.htm
Topics
#RMAN backup#ARCHIVELOG mode#DELETE INPUT#Database backup
Community Discussion
No community discussion yet for this question.