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的更多相关文章

  1. 1Z0-053 争议题目解析

    1Z0-053 争议题目解析 Summary 题目NO. 题目解析链接地址 题库答案 参考答案 考查知识点  24 http://www.cnblogs.com/jyzhao/p/5319220.ht ...

  2. 1Z0-053 争议题目解析25

    1Z0-053 争议题目解析25 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 25.You enabled Flashback Data Archive on the INVEN ...

  3. 1Z0-053 争议题目解析24

    1Z0-053 争议题目解析24 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 24.Which of the following information will be gath ...

  4. 1Z0-053 争议题目解析46

    1Z0-053 争议题目解析46 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 46.What happens when you run the SQL Tuning Adviso ...

  5. 1Z0-053 争议题目解析86

    1Z0-053 争议题目解析86 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 86.Your production database is running in archivel ...

  6. 1Z0-053 争议题目解析134

    1Z0-053 争议题目解析134 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 134.You are managing an Oracle Database 11g datab ...

  7. 1Z0-053 争议题目解析154

    1Z0-053 争议题目解析154 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 154.A database is running in ARCHIVELOG mode and ...

  8. 1Z0-053 争议题目解析175

    1Z0-053 争议题目解析175 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 175.You are peer reviewing a fellow DBAs backup p ...

  9. 1Z0-053 争议题目解析212

    1Z0-053 争议题目解析212 考试科目:1Z0-053 题库版本:V13.02 题库中原题为: 212.Note the following parameters settings in you ...

随机推荐

  1. apk 反编译

    http://blog.csdn.net/vipzjyno1/article/details/21039349/ [置顶] Android APK反编译就这么简单 详解(附图) 标签: android ...

  2. Ubuntu系统下lnmp环境搭建和Nginx多站点配置

    最近需要使用Ubuntu作为服务器搭建Lnmp环境,顺便将操作过程写下来,与大家分享.如有不足之处,欢迎大家提出不同意见.(本文默认读者已经熟悉相关linux命令的使用,比如创建文件和文件夹,编辑文件 ...

  3. Java中堆内存和栈内存详解

    Java把内存分成两种,一种叫做栈内存,一种叫做堆内存 在函数中定义的一些基本类型的变量和对象的引用变量都是在函数的栈内存中分配.当在一段代码块中定义一个变量时,java就在栈中为这个变量分配内存空间 ...

  4. apache 使用htaccess自定义路由机制

    先开启伪静态.详情查看这篇文章:http://www.cnblogs.com/CyLee/p/5544119.html 然后在项目根目录中新建一个.htaccess文件,加入以下代码 正则中()的变量 ...

  5. Android 圆形图片加白边加阴影

    /** * 将图片准转为圆形 * * @param bitmap * @return */ public static Bitmap getRoundedCornerBitmap(String pat ...

  6. sublime Text3及其插件的使用

    参考:Sublime Text 3 新手上路:必要的安裝.設定與基本使用教學 Sublime Text 相信是許多開發人員人心目中的最愛,然而對一個 Sublime Text 3 的新手來說,有什麼是 ...

  7. for循环中的 else,break

  8. SQLite3

    记录一个基础的IOS下SQLite的例子: @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; NSAr ...

  9. Linux 查找已安装软件的方法

    1.rpm 注意rpm区分大小写 查询已安装的以mysql开头的包 rpm  -qa mysql* 查询已安装的mysql 包 rpm -qa|grep mysql rpm的方法有时候也所有已安装的包 ...

  10. JS实战 · 零碎笔记

    onclick:单击时触发事件 onmouseover:鼠标进入时触发事件 onmouseout:鼠标离开时触发事件   事件三要素:最基础的内容 事件源:有监听的HTML 标签,能响应事件的HTML ...