RMAN实现数据块恢复试用Rman可以实现数据块级的数据恢复,在传统恢复手段中即某个数据文件的一个数据块被损坏,就造成整个数据文件无法试用,此时必须通过备份恢复整个数据文件。显然这样的方法会会时间较长,而RMAN实现块级恢复,如果某个数据文件的数据损坏,通过数据文件的..
分类:
数据库 时间:
2015-10-16 12:00:17
阅读次数:
224
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
转摘: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
学习转摘: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的不完全恢复,有如下步骤:1)加载数据到mount状态(建议恢复前先做备份)2)为高并发分配多个通道3)还原所有(所需)的数据文件4)使用until time,until sequence,until scn来恢复数据库5)使用resetlogs打开数据库6)全备数据库SQL> c...
分类:
其他好文 时间:
2015-10-15 15:44:17
阅读次数:
357
QUESTION NO: 414
View the Exhibit to examine the error during the database startup.
You open an RMAN session for the database instance. To repair the failure, you executed the following as
the firs...
分类:
其他好文 时间:
2015-10-15 11:22:43
阅读次数:
121
QUESTION NO: 405
You are tuning RMAN to optimize performance. You want tape I/O to be asynchronous when you perform
tape backups. Which action should you take?
A. Set the BACKUP_TAPE_IO_SLAVES para...
分类:
其他好文 时间:
2015-10-15 10:09:59
阅读次数:
152
备份数据文件,模拟磁盘损坏时,还原恢复数据文件. 首先,查询数据文件序号,备份数据文件,可根据数据文件序号指定备份的数据文件.SQL> set linesize 1000SQL> select file_name,file_id from dba_data_files;FILE_NAME ...
分类:
其他好文 时间:
2015-10-14 18:02:52
阅读次数:
158
1> run {2> allocate channel prmy1 type disk;3> allocate channel prmy2 type disk;4> allocate channel prmy3 type disk;5> allocate auxiliary channel stby...
分类:
数据库 时间:
2015-10-14 13:57:28
阅读次数:
304
0 说明 本例是基于备份数据库全库的基础上,还原参数据文件(spfile),控制文件。1准备[oracle@TEST144239 /]$ sqlplus /nologSQL*Plus: Release 11.2.0.3.0 Production on Mon Oct 12 11:58:35 201....
分类:
其他好文 时间:
2015-10-14 12:33:51
阅读次数:
187