1Z0-053 争议题目解析330
1Z0-053 争议题目解析330
考试科目:1Z0-053
题库版本:V13.02
题库中原题为:
330.What will be the end result of this set of RMAN commands?
shutdown abort
startup mount
restore datafile 4 until time ,,09/30/2008:15:00:00;
recover datafile 4 until time ,,09/29/2008:15:00:00;
alter database open resetlogs;
A. Datafile 4 will be recovered until 9/30/2008 at 15:00 and the database will open.
B. The restore command will fail.
C. The recover command will fail.
D. The alter database open resetlogs command will fail.
E. All these commands will fail because they must be in the confines of a run block.
Answer: D
争议点:
题库答案是D。网上答案很多说是B。
实验验证:
[oracle@JY-DB01 ~]$ rman target /
Recovery Manager: Release 11.2.0.4.0 - Production on Fri Mar 11 16:35:13 2016
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: JINGYU (DBID=3598773503)
RMAN> shutdown abort;
using target database control file instead of recovery catalog
Oracle instance shut down
RMAN> startup mount;
connected to target database (not started)
Oracle instance started
database mounted
Total System Global Area 1068937216 bytes
Fixed Size 2260088 bytes
Variable Size 1015022472 bytes
Database Buffers 46137344 bytes
Redo Buffers 5517312 bytes
RMAN> sql "alter session set nls_date_format=''yyyy-mm-dd hh24:mi:ss''";
sql statement: alter session set nls_date_format=''yyyy-mm-dd hh24:mi:ss''
RMAN> restore datafile 4 until time '2016-03-11 16:00:00';
Starting restore at 2016-03-11 16:39:11
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=11 device type=DISK
channel ORA_DISK_1: starting datafile backup set restore
channel ORA_DISK_1: specifying datafile(s) to restore from backup set
channel ORA_DISK_1: restoring datafile 00004 to +DATA1/jingyu/datafile/users.261.897474169
channel ORA_DISK_1: reading from backup piece /u02/app/oracle/fast_recovery_area/JINGYU/backupset/2016_03_10/o1_mf_nnndf_TAG20160310T122535_cg1xtz1g_.bkp
channel ORA_DISK_1: piece handle=/u02/app/oracle/fast_recovery_area/JINGYU/backupset/2016_03_10/o1_mf_nnndf_TAG20160310T122535_cg1xtz1g_.bkp tag=TAG20160310T122535
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:02
Finished restore at 2016-03-11 16:39:14
RMAN> recover datafile 4 until time '2016-03-11 16:00:00';
Starting recover at 2016-03-11 16:39:33
using channel ORA_DISK_1
starting media recovery
archived log for thread 1 with sequence 262 is already on disk as file /u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_10/o1_mf_1_262_cg22lcgo_.arc
archived log for thread 1 with sequence 263 is already on disk as file /u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_10/o1_mf_1_263_cg2zjv8r_.arc
archived log for thread 1 with sequence 264 is already on disk as file /u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_10/o1_mf_1_264_cg30dffw_.arc
archived log for thread 1 with sequence 265 is already on disk as file /u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_11/o1_mf_1_265_cg42osms_.arc
channel ORA_DISK_1: starting archived log restore to default destination
channel ORA_DISK_1: restoring archived log
archived log thread=1 sequence=261
channel ORA_DISK_1: reading from backup piece /u02/app/oracle/fast_recovery_area/JINGYU/backupset/2016_03_10/o1_mf_annnn_TAG20160310T122613_cg1xv62c_.bkp
channel ORA_DISK_1: piece handle=/u02/app/oracle/fast_recovery_area/JINGYU/backupset/2016_03_10/o1_mf_annnn_TAG20160310T122613_cg1xv62c_.bkp tag=TAG20160310T122613
channel ORA_DISK_1: restored backup piece 1
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
archived log file name=/u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_11/o1_mf_1_261_cg5126br_.arc thread=1 sequence=261
channel default: deleting archived log(s)
archived log file name=/u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_11/o1_mf_1_261_cg5126br_.arc RECID=90 STAMP=906223174
archived log file name=/u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_10/o1_mf_1_262_cg22lcgo_.arc thread=1 sequence=262
archived log file name=/u02/app/oracle/fast_recovery_area/JINGYU/archivelog/2016_03_10/o1_mf_1_263_cg2zjv8r_.arc thread=1 sequence=263
media recovery complete, elapsed time: 00:00:02
Finished recover at 2016-03-11 16:39:37
RMAN> alter database open resetlogs;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of alter db command at 03/11/2016 16:40:08
ORA-01139: RESETLOGS option only valid after an incomplete database recovery
RMAN>
初步结论:
选择D。
1Z0-053 争议题目解析330的更多相关文章
- 1Z0-053 争议题目解析
1Z0-053 争议题目解析 Summary 题目NO. 题目解析链接地址 题库答案 参考答案 考查知识点 24 http://www.cnblogs.com/jyzhao/p/5319220.ht ...
- 1Z0-053 争议题目解析25
1Z0-053 争议题目解析25 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 25.You enabled Flashback Data Archive on the INVEN ...
- 1Z0-053 争议题目解析24
1Z0-053 争议题目解析24 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 24.Which of the following information will be gath ...
- 1Z0-053 争议题目解析46
1Z0-053 争议题目解析46 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 46.What happens when you run the SQL Tuning Adviso ...
- 1Z0-053 争议题目解析86
1Z0-053 争议题目解析86 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 86.Your production database is running in archivel ...
- 1Z0-053 争议题目解析134
1Z0-053 争议题目解析134 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 134.You are managing an Oracle Database 11g datab ...
- 1Z0-053 争议题目解析154
1Z0-053 争议题目解析154 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 154.A database is running in ARCHIVELOG mode and ...
- 1Z0-053 争议题目解析175
1Z0-053 争议题目解析175 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 175.You are peer reviewing a fellow DBAs backup p ...
- 1Z0-053 争议题目解析212
1Z0-053 争议题目解析212 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 212.Note the following parameters settings in you ...
随机推荐
- javascript 原型及原型链的初步理解
最近折腾了好久,终于是把js里面的原型和原型链做了个初步的理解: 在这里,我打个比喻: 我(child),我妈constructor(构造函数)生了我:别人问我老妈跟谁生的我,于是此时我妈会指向我爸爸 ...
- C++中的显式类型转化
类型转化也许大家并不陌生,int i; float j; j = (float)i; i = (int)j; 像这样的显式转化其实很常见,强制类型转换可能会丢失部分数据,所以如果不加(int)做强制转 ...
- Dexpress 中 grid的使用
grid 中加入checkbox Run desiger Columns ColumnEdit中选择checkbox 此时我们要在后台手动指定一个数据列如下代码: dtRebatesReport.Co ...
- jQuery模仿淘宝商品评价
最近做项目要做个商品评价的功能,我直接就跑到淘宝那里去研究了,可看着晕晕的,还不知道他是怎么做的,于是把图抠了下来,自己写了一个,接下来就展示一下我是怎么做的,大家有不同的实现方法可要记得分享一下呀. ...
- Mpale 在汽车底盘悬架系统公差分析应用
汽车底盘的作用是接受发动机的动力,使车轮转动,并保证汽车按驾驶员的操纵正常行驶.底盘包括传动系统.行驶系统.转向系统和制动系统这四大部分,通常,这四大系统也简称为传动系.行驶系.转向系和制动系.悬架是 ...
- JS中如何输出空格
JS中如何输出空格 在写JS代码的时候,大家可以会发现这样现象: document.write(" 1 2 3 "); 结果: 1 2 ...
- Android操作HTTP实现与服务器通信(转)
Android操作HTTP实现与服务器通信 本示例以Servlet为例,演示Android与Servlet的通信. 众所周知,Android与服务器通信通常采用HTTP通信方式和Socket通信方 ...
- JS请求服务器并使页面跳转(转)
前段时间在项目中用到了前台框架EasyUI,各种组件都是差不多都是用js来渲染的,这样一些页面请求就必须用js代码来写. 但是js请求就不和html请求的玩法不怎么相同,比如我要向服务器发送一个请求然 ...
- IDisposable的另类用法
IDisposable是.Net中一个很重要的接口,一般用来释放非托管资源,我们知道在使用了IDisposable的对象之后一定要调用IDisposable.Dispose()方法,或者使用.Net提 ...
- Hadoop学习笔记—20.网站日志分析项目案例(二)数据清洗
网站日志分析项目案例(一)项目介绍:http://www.cnblogs.com/edisonchou/p/4449082.html 网站日志分析项目案例(二)数据清洗:当前页面 网站日志分析项目案例 ...