码迷,mamicode.com
首页 >  
搜索关键字:rman 坏块修复    ( 1917个结果
【oracle】oracledba24 use the CONFIGURE command to reconfigure the recovery window to 60 days
You set the recovery window to seven days and the backup optimiza tion to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLStablespace to disk was taken o...
分类:数据库   时间:2014-12-25 16:31:34    阅读次数:155
【oracle】oracledba23 change the backup retention policy to retain the backups for a sma ller period o
An RMAN backup job fails, displaying the following error:   ORA-19809: limit exceeded for recovery files   Your analysis shows that the Flash Recovery area is full. Which two a ctions could you tak...
分类:数据库   时间:2014-12-25 10:02:40    阅读次数:183
数据库恢复之丢失联机重做日志文件的恢复
联机重做日志文件用来循环记录ORACLE数据库的所有操作,几乎时刻都在读写,因此单纯备份某个时间点的联机重做日志文件没有意义,恢复时根本用来上。RMAN的备份里根本就没有备份联机重做日志的功能,而且不止RMAN,所有的备份软件都没有备份联机重做日志文件的说法。因此,丢失联机重做日志后的数据库恢复也用...
分类:数据库   时间:2014-12-25 00:07:15    阅读次数:276
MAXPIECESIZE与FORMAT参数设置不合理导致RMAN备份失败
今天去客户那里搭建DG,当创建RMAN备份集的时候,遇到了个问题,导致备份集始终无法生成,由于客户的备份集为10G左右,一次备份就要一个多小时,开始浪费了不少时间,诊断后发现,原来问题出在MAXPIECESIZE上,下面自己做了个测试,来说明这个故障现象和解决方法: [root@ora10g ~]# su - oracle [oracle@ora10g ~]$ sqlp...
分类:其他好文   时间:2014-12-24 16:19:10    阅读次数:244
【oracle】oracledba21 use the RMAN BLOCKRECOVER command
You work as a database administrator at Certkiller .com. Your database is open and  running in ARCHIVELOG mode.  You take RMAN full backups every Sunday night. On Monday morning, while querying the u...
分类:数据库   时间:2014-12-24 14:44:58    阅读次数:189
RMAN还原遭遇ORA-32006&ORA-27102错误
案例环境: 服务器A: 操作系统 : Red Hat Enterprise Linux ES release 4 (Nahant Update 6) 数据库版本: Oracle Database 10g Release 10.2.0.4.0 32bit Production 服务器B: 操作系统 :...
分类:其他好文   时间:2014-12-24 13:17:49    阅读次数:173
【oracle】oracledba20 backup set
You executed the following command to perform a backup of the   USERStablespace:   RMAN > BACKUP TABLESPACE USERS;   Which type of backup would this command perform?   A. backup set   B. image co...
分类:数据库   时间:2014-12-24 11:48:09    阅读次数:162
【oracle】oracledba19 You must ensure that the SALES database is mounted or open.
You are performing a block media recovery on the tools01.dbf data file  in the SALES database using RMAN. Which two statements are correct in this  scenario? (Choose two.)   A. You must ensure that...
分类:数据库   时间:2014-12-24 11:47:06    阅读次数:202
RMAN_学习笔记5_RMAN Duplicate复制
待整理 对于基于生产环境下的数据库的版本升级或者测试新的应用程序的性能及其影响,备份恢复等等,我们可以采取从生产环境以克隆的方式将其克隆到本地而不影响生产数据库的正常使用。实现这个功能我们可以借助rman duplicate方式以及其简单的方式来完成。duplicate方式不同于OS级别的备份,它会...
分类:其他好文   时间:2014-12-23 21:09:41    阅读次数:134
RMAN_学习笔记4_RMAN Catalog Script恢复目录脚本
待整理--==============================-- 基于catalog 创建RMAN存储脚本--============================== 简言之,将rman的备份恢复命令写成脚本并保存在恢复目录内,恢复目录内的脚本可用性及通用性高于基于文件系统的脚本。客户...
分类:其他好文   时间:2014-12-23 21:08:09    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!