您的位置:首页 > 其它

How to Configure RMAN I/O Block Size to Improve Backup and Recovery Performance [ID 107213.1]

2011-02-17 21:26 741 查看
How to Configure RMAN I/O Block Size to Improve Backup and Recovery Performance [ID 107213.1]
Modified 19-OCT-2010 Type BULLETIN Status PUBLISHED
--------------------------------------------------------------------
This article describes a solution that was used to resolve this
issue for another Oracle customer. As it relates to a third-party
product, Oracle does not guarantee that this resolution will work
for all customers using this or any other third-party product. The
appropriate third-party vendor should be contacted if there are any
questions or problems relating to this resolution or these errors.
--------------------------------------------------------------------

PURPOSE
This document is to show how to configure rman i/o block size to improve
backup/recover performance.

SCOPE & APPLICATION
This is intended for all RMAN users.


How to configure RMAN I/O block size to improve backup/recover performance:
===========================================================================

The I/O block size is the 'unit' RMAN reads and writes to the tape device.
Larger block size can improve backup/recover performance, especially
if the the database is large.

The default I/O block size is operating system and third party backup software
dependent, but can be changed from within RMAN. Use the allocate channel step:

ALLOCATE CHANNEL t1 TYPE 'sbt_tape' PARMS ="BLKSIZE=4194304"

This will allocate a channel for backup/recover with I/O block size 4M.

I/O block size can also be specified from EBU: use parameter tape_io_size in
backup/recover script.


References:
===========

Oracle8i Backup and Recovery Guide


Search Words:
=============

BLKSIZE RMAN TAPE_IO_SIZE






------------------------------------------------------------------------------
Blog: http://blog.csdn.net/tianlesoftware
网上资源: http://tianlesoftware.download.csdn.net
相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx
DBA1 群:62697716(满); DBA2 群:62697977(满)
DBA3 群:62697850 DBA 超级群:63306533;
聊天 群:40132017
--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: