多选题You issue this RMAN command: RMAN> create script Level0Backup { backup incremental level 0 format ‘/u01/db01/backup/%d_%_Sp’ fileperset 5 (database include current controlfile); sql ‘alter database archive log current’; } Which three s
题目
多选题
You issue this RMAN command: RMAN> create script Level0Backup { backup incremental level 0 format ‘/u01/db01/backup/%d_%_Sp’ fileperset 5 (database include current controlfile); sql ‘alter database archive log current’; } Which three statements are true about the Level0Backup script you just created?()
AThe script is stored only in the control file.
BThe script is stored only in the recover catalog.
CThe script can be executed only by using the RMAN RUN command.
DThe commands of the script can be displayed with the LIST command.
EThe commands of the script can be displayed with the PRINT command.
FThe commands of the script can be displayed with the REPORT command.
相似考题