摘要:
转摘: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 阅读全文
posted @ 2015-10-15 15:40 徐正柱- 阅读(3471) 评论(0) 推荐(0)
|
|||
摘要:
转摘: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 阅读全文
posted @ 2015-10-15 15:40 徐正柱- 阅读(3471) 评论(0) 推荐(0)
摘要:
学习转摘: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... 阅读全文
posted @ 2015-10-15 15:21 徐正柱- 阅读(549) 评论(0) 推荐(0)
摘要:
要点:对于RMAN的不完全恢复,有如下步骤:1)加载数据到mount状态(建议恢复前先做备份)2)为高并发分配多个通道3)还原所有(所需)的数据文件4)使用until time,until sequence,until scn来恢复数据库5)使用resetlogs打开数据库6)全备数据库SQL> c... 阅读全文
posted @ 2015-10-15 14:49 徐正柱- 阅读(485) 评论(0) 推荐(0)
摘要:
通过以下事例来说明表空间的恢复,删除表空间内的数据文件,删除后在针对位于该表空间的表进行插入记录以及实施检查点进程SQL> select a.tablespace_name from dba_tablespaces a;TABLESPACE_NAME-----------------------... 阅读全文
posted @ 2015-10-15 10:11 徐正柱- 阅读(1161) 评论(0) 推荐(0) |
|||