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
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
目 录1 目的与范围... 12 术语和定义... 13 角色和职责... 24 使用RMAN备份数据库... 24.1.1 检查数据库模式... 24.1.2 连接到target数据库... 34.1.3 查看备份信...
分类:
数据库 时间:
2015-10-12 19:07:33
阅读次数:
257
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
运维的过程是不断产生新的问题,需要不断研究和前进的过程。十一假期刚过客户就电话告知之前的oracle同步数据不一致需要处理,然而又不能停业务。这里研究使用RMAN初始化方案--不需要源数据库停机。1.环境介绍:客户三台数据库,三台之间相互同步DDL、DML2.前言:每个高可用的..
分类:
数据库 时间:
2015-10-10 12:43:32
阅读次数:
246
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