半个小时候考完了.PASS.
下面这题没见过,我也选择错误了.
8. You execute the following command to perform a backup by using Recovery Manager (RMAN):
RMAN> run
{allocate channel c1 type sbt;
backup datafile 1;
The command errors out. A part of the error message is as follows:
RMAN-03009: failure of allocate command on c1 channel
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
What could explain why the statement failed?
A. sbt is not a valid device type.
B. Media Management Library was not loaded.
C. The sbt device cannot be used for data file backups.
D. No path was defined in the ALLOCATE CHANNEL command.
E. The channel is currently being used by another RMAN session.
Answer:B
在以下URL找到的题目.
http://blog.oracle.com.cn/html/57/t-137257.html