While backing up to an SBT channel, you determine that the read phase of your compressed Recovery Manager (RMAN) incremental level 0 backup is a bottleneck.
FORCE LOGGING is enabled for the database.
Which two could improve read performance? (Choose two.)
- A. Increase the size of tape I/O buffers.
- B. Disable FORCE LOGGING for the database.
- C. Increase the size of the database buffer cache.
- D. Enable asynchronous disk I/O.
- E. Increase the level of RMAN multiplexing.
answer is D,E
C is incorrect. RMAN does not use database buffer cache. . Asynchronous I/O (D) and multiplexing (Parallel read - E) improve read performance.
rman doesn't use db buffer cache: RMAN Backup Performance (Doc ID 360443.1) "RMAN uses its own buffer cache separate from the database buffer cache"
博客围绕数据库RMAN增量0级压缩备份时读取阶段成为瓶颈的问题展开。在数据库启用FORCE LOGGING的情况下,探讨提升读取性能的方法,指出启用异步磁盘I/O和提高RMAN多路复用级别可改善性能,同时说明RMAN不使用数据库缓冲区缓存。
550

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



