RMAN备份策略制定参考内容

php中文网
发布: 2016-06-07 17:27:45
原创
1058人浏览过

在制定rman备份策略前,需对redo日志进行评估。oracle建议使用多个redolog(如图中redo01a.log),保证redo的冗余!,并将冗余的

一:在制定rman备份策略前,需对redo日志进行评估。本文按照官方文档的建议进行设置:

文档建议:

Oracle recommends that you multiplex the online redo log. The loss of log files can be catastrophic if recovery is required. When you multiplex the online redo log, the database must increase the amount of I/O it performs. Depending on your system, this additional I/O may impact overall database performance.

oracle建议使用多个redolog(如图中redo01a.log),保证redo的冗余!,并将冗余的redolog放在不同的磁盘上(图中redo01a.log放在diakA中),以减少I/O开销!

二:归档日志的配置本文参考的是:

To archive to multiple destinations, you can choose to archive to two or more locations using theLOG_ARCHIVE_DEST_n initialization parameters, or to archive only to a primary and secondary destination using theLOG_ARCHIVE_DEST and LOG_ARCHIVE_DUPLEX_DEST initialization parameters.

oracle还是建议使用log_archive_dest_n来配置archivelog的放置路径!而且还是遵循上的冗余策略!

超级简历WonderCV
超级简历WonderCV

免费求职简历模版下载制作,应届生职场人必备简历制作神器

超级简历WonderCV 271
查看详情 超级简历WonderCV


注意:

If you configure a Fast Recovery Area (by setting the DB_RECOVERY_FILE_DEST andDB_RECOVERY_FILE_DEST_SIZE parameters) and do not specify any local archive destinations, the database automatically selects the Fast Recovery Area as a local archive destination and setsLOG_ARCHIVE_DEST_1 to USE_DB_RECOVERY_FILE_DEST.

如果指定了 快速恢复区(Fast Recovery Area),并且没有指定任何本地归档路径时。oracle将默认快速恢复区作为归档路径。

You must ensure that there is sufficient disk space at all times for archive log destinations. If the database encounters a disk full error as it attempts to archive a log file, a fatal error occurs and the database stops responding. You can check the alert log for a disk full message.

要确保指定的归档路径有足够的空间来存放归档日志。如果oracle在归档时发现空间不足的话,就会停止响应(挂起),在alter文件中会有提示磁盘不足的消息!

linux

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号