121
Tape streaming is not happening while performing RMAN tape backup. On investigation, you find that it is
not because of the incremental backup or the empty file backup and that RMAN is sending data blocks to
the tape drive fast enough.
What could be a solution to make tape streaming happen during the backup?
A. Configure backup optimization
B. Configure the channel to increase MAXOPENFILES
C. Configure the channel to increase the capacity with the RATE parameter
Section: (none)
Explanation
Explanation/Reference:
Explanation:
In the ALLOCATE or CONFIGURE CHANNEL commands, the RATE parameter specifies the bytes/
second that are read on a channel. You can use this parameter to set an upper limit for bytes read so that
RMAN does not consume excessive disk bandwidth and degrade online performance. Essentially, RATE
serves as a backup throttle. For example, if you set RATE 1500K, and if each disk drive delivers 3 MB/
second, then the channel leaves some disk bandwidth available to the online system.
Tape streaming is not happening while performing RMAN tape backup. On investigation, you find that it is
not because of the incremental backup or the empty file backup and that RMAN is sending data blocks to
the tape drive fast enough.
What could be a solution to make tape streaming happen during the backup?
A. Configure backup optimization
B. Configure the channel to increase MAXOPENFILES
C. Configure the channel to increase the capacity with the RATE parameter
D. Configure the channel to adjust the tape buffer size with the BLKSIZE option
Section: (none)
Explanation
Explanation/Reference:
Explanation:
In the ALLOCATE or CONFIGURE CHANNEL commands, the RATE parameter specifies the bytes/
second that are read on a channel. You can use this parameter to set an upper limit for bytes read so that
RMAN does not consume excessive disk bandwidth and degrade online performance. Essentially, RATE
serves as a backup throttle. For example, if you set RATE 1500K, and if each disk drive delivers 3 MB/
second, then the channel leaves some disk bandwidth available to the online system.
本文探讨了在使用RMAN进行磁带备份时,遇到磁带流传输不畅的问题,并提供了通过配置通道参数来解决此问题的方法。具体而言,通过设置RATE参数限制读取速度,确保在线系统性能不受磁带备份操作的影响。

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



