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?()
A:The script is stored only in the control file.
B:The script is stored only in the recover catalog.
C:The script can be executed only by using the RMAN RUN command.
D:The commands of the script can be displayed with the LIST command.
E:The commands of the script can be displayed with the PRINT command.
F:The commands of the script can be displayed with the REPORT command.
出自:Oracle认证