204.You are tuning RMAN to optimize performance. You want tape I/O to be asynchronous when you
perform tape backups. Which action should you take?
A. Set the BACKUP_TAPE_IO_SLAVES parameter to FALSE.
B. Set the BACKUP_TAPE_IO_SLAVES parameter to TRUE.
C. Use compression when performing tape backups.
D. Configure multiple SBT channels.
Answer: B
答案解析:
参考:http://docs.oracle.com/cd/E11882_01/server.112/e40402/initparams021.htm#REFRN10009
BACKUP_TAPE_IO_SLAVES
specifies whether I/O server processes (also called slaves) are used by Recovery Manager to back up, copy, or restore data to tape. When the value is set to true
, Oracle uses an
I/O server process to write to or read from a tape device. When the value is set to false
(the default), Oracle does not use I/O server process for backups. Instead, the shadow process engaged in the backup accesses the tape device.
Note:
You cannot perform duplexed backups unless you enable this parameter. Otherwise, Oracle returns an error. When this parameter is enabled, Recovery Manager will configure as many server processes as needed for the number of backup copies requested.