码迷,mamicode.com
首页 >  
搜索关键字:rman 备份失败 【rman-03002、rman-06059】之后优化备份    ( 1949个结果
ocp-414
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
ocp-405
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
RMAN备份与恢复之数据文件
备份数据文件,模拟磁盘损坏时,还原恢复数据文件. 首先,查询数据文件序号,备份数据文件,可根据数据文件序号指定备份的数据文件.SQL> set linesize 1000SQL> select file_name,file_id from dba_data_files;FILE_NAME ...
分类:其他好文   时间:2015-10-14 18:02:52    阅读次数:158
Creating Physical Standby Using RMAN DUPLICATE...FROM ACTIVE DATABASE执行结果
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
RMAN备份与恢复之参数文件与控制文件
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
ocp-390
QUESTION NO: 390 You executed the following command in the Recovery Manager (RMAN):RMAN> REPORT NEED BACKUP days 3; What is the output of this command? A. A list of files that require a backup with...
分类:其他好文   时间:2015-10-14 00:25:55    阅读次数:228
Oracle RMAN备份恢复指导书
目 录1 目的与范围... 12 术语和定义... 13 角色和职责... 24 使用RMAN备份数据库... 24.1.1 检查数据库模式... 24.1.2 连接到target数据库... 34.1.3 查看备份信...
分类:数据库   时间:2015-10-12 19:07:33    阅读次数:257
RMAN备份数据库与恢复数据库(整库)
1 准备 21.1 检查数据库归档状态 21.2 RMAN登陆目标 22 备份全库 22.1 创建备份数据存储目录 22.2 RMAN备份全库 22.3 试验(备份后,改变数据) 52.4 试验(模拟删除控制文件) 73 恢复数据库 83.1 假定没有设置ORACLE_SID,设置ORACLE_SI...
分类:数据库   时间:2015-10-12 18:58:02    阅读次数:345
Goldengate for oracle 数据一致性初始化方案
运维的过程是不断产生新的问题,需要不断研究和前进的过程。十一假期刚过客户就电话告知之前的oracle同步数据不一致需要处理,然而又不能停业务。这里研究使用RMAN初始化方案--不需要源数据库停机。1.环境介绍:客户三台数据库,三台之间相互同步DDL、DML2.前言:每个高可用的..
分类:数据库   时间:2015-10-10 12:43:32    阅读次数:246
ocp-261
QUESTION NO: 261 When performing a full database disaster recovery with RMAN, in what order would you execute these steps? a. Restore the control file from autobackups. b. Run the RMAN restore an...
分类:其他好文   时间:2015-10-10 10:39:26    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!