码迷,mamicode.com
首页 >  
搜索关键字:rman 备份失败 【rman-03002、rman-06059】之后优化备份    ( 1949个结果
第22章 oracle RMAN备份恢复
2015-10-24目录参考资料[1]林树泽.Oracle 11g R2 DBA操作指南[M].北京:清华大学出版社,2013[2]Oracle备份与恢复介绍(物理备份与逻辑备份)[3]Oracle备份与恢复案例[4]ORACLE 备份与恢复[5]Oracle数据库的备份方法[6]oracle之rm...
分类:数据库   时间:2015-10-24 14:13:31    阅读次数:202
用rman恢复备库;遇到备库起不来一个案例 ORA-01152:ORA-01110
数据从主库恢复到备库;打开备库发现出现异常SQL> alter database open;alter database open*ERROR at line 1:ORA-10458: standby database requires recoveryORA-01152: file 1 was n...
分类:其他好文   时间:2015-10-22 21:11:01    阅读次数:288
一个简单的RMAN自动备份脚本
rman备份脚本:#!/bin/bashsource /home/oracle/.bash_profilerman target / > /home/oracle/backup.log
分类:其他好文   时间:2015-10-21 09:22:42    阅读次数:146
ocp-469
QUESTION NO: 469 You are using Recovery Manager (RMAN) for backup and recovery operations with a recovery catalog. You have been taken database backups every evening. On November 15, 2007, at 11:30 A...
分类:其他好文   时间:2015-10-18 11:31:19    阅读次数:199
ocp-465
QUESTION NO: 465 Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMAN repository can be listed? (Choose two.) A. stored scripts in the recovery catalog B....
分类:其他好文   时间:2015-10-18 11:30:34    阅读次数:215
Oracle Rman修复逻辑坏块
RMAN实现数据块恢复试用Rman可以实现数据块级的数据恢复,在传统恢复手段中即某个数据文件的一个数据块被损坏,就造成整个数据文件无法试用,此时必须通过备份恢复整个数据文件。显然这样的方法会会时间较长,而RMAN实现块级恢复,如果某个数据文件的数据损坏,通过数据文件的..
分类:数据库   时间:2015-10-16 12:00:17    阅读次数:224
ocp-449
QUESTION NO: 449 You want the ability to recovery any time within the last seven days and therefore you configured the recovery window retention policy using the command: RMAN> CONFIGURE RETENTIOH...
分类:其他好文   时间:2015-10-16 08:47:17    阅读次数:250
oracle11gRAC环境使用RMAN备份方案
转摘:http://blog.itpub.net/29819001/viewspace-1320977/[oracle@zx ~]$ rman target /Recovery Manager: Release 11.2.0.1.0 - Production on Thu Oct 16 18:20:...
分类:数据库   时间:2015-10-15 18:17:47    阅读次数:309
如何利用RMAN Debug和10046 Trace来诊断RMAN问题?
学习转摘:https://blogs.oracle.com/Database4CN/entry/%E5%A6%82%E4%BD%95%E5%88%A9%E7%94%A8rman_debug%E5%92%8C10046_trace%E6%9D%A5%E8%AF%8A%E6%96%ADrman%E9.....
分类:其他好文   时间:2015-10-15 16:02:03    阅读次数:219
RMAN备份与恢复之不完全恢复
要点:对于RMAN的不完全恢复,有如下步骤:1)加载数据到mount状态(建议恢复前先做备份)2)为高并发分配多个通道3)还原所有(所需)的数据文件4)使用until time,until sequence,until scn来恢复数据库5)使用resetlogs打开数据库6)全备数据库SQL> c...
分类:其他好文   时间:2015-10-15 15:44:17    阅读次数:357
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!