QUESTION 105
Examine the following RMAN script: RMAN>
run {
debug on;
allocate channel c1 type disk;
backup datafile 5;
}
Which statement describes the purpose of the script?
A. The data file is checked for physical corruption and backed up if found clean.
B. The backup of data file 5 is performed and the interactive messages during the backup are
suppressed.
C. The existing backup for the data file is checked and the backup is performed if there are changes in the
data file after the last backup.
D. The backup of data file 5 is performed and all SQL statements that are executed during RMAN
Examine the following RMAN script: RMAN>
run {
debug on;
allocate channel c1 type disk;
backup datafile 5;
}
Which statement describes the purpose of the script?
A. The data file is checked for physical corruption and backed up if found clean.
B. The backup of data file 5 is performed and the interactive messages during the backup are
suppressed.
C. The existing backup for the data file is checked and the backup is performed if there are changes in the
data file after the last backup.
D. The backup of data file 5 is performed and all SQL statements that are executed during RMAN
compilation and their results are displayed
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Explanation:
http://www.cs.bris.ac.uk/maintain/OracleDocs/server.816/a76990/troubler.htm
RMAN debugging output is so highly detailed that you may find yourself unable to distinguish the useful
from the useless information. Execute the following command in debug mode:
run{ allocate channel c1 type disk; backup tablespace TBS_5, TBS_6; }
本文探讨了一个RMAN脚本的功能,该脚本在调试模式下执行数据文件5的备份,并展示所有SQL语句及其结果。文章还介绍了RMAN调试输出的特点。
4874

被折叠的 条评论
为什么被折叠?



