zoukankan      html  css  js  c++  java
  • 053(六十七)

    331、

    331.Which of the following represents the correct way to perform an online recovery of datafile 4, 
    which is assigned to a tablespace called USERS?
    A. shutdown restore datafile 4; recover datafile 4; alter database open;
    B. Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; alter database open;
    C. Sql alter database datafile 4 offline; restore datafile 4; Sql alter database datafile 4 online;
    D. Sql alter database datafile 4 offline; restore database datafile 4; recover database datafile 4; Sql alter database datafile 4 online;
    E. Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; Sql alter database datafile 4 online;

    332、

    332.David managed to accidentally delete the datafiles for database called DSL. 
    He called Heber and Heber tried to help but he managed to delete the control files of the database. 
    Heber called Bill and Bill saved the day. They are using a recovery catalog for this database. 
    What steps did Bill perform to recover the database and in what order?
    A. Restored the control file with the RMAN restore controlfile command.
    B. Mounted the DSL instance with the alter database mount command.
    C. Restored the datafiles for the DSL database with the RMAN restore command.
    D. Opened the DSL database with the alter database open resetlogs command.
    E. Recovered the datafiles for the DSL database with the RMAN recover command.
    F. Started the DSL instance.
    G. Connected to the recovery catalog with RMAN. 
    H. a, b, c, d, e, f, g
    I. b, c, d, g, f, e, a
    J. g, f, a, b, c, e, d
    K. c, a, d, b, f, e, g
    L. g, f, a, b, e, c, d

    333、

    333.Which command would you use to determine what database backups are currently available for restore?
    A. list database backup;
    B. report database backup;
    C. list backup of database;
    D. list summary backup; 
    E. report backup of database;

    334、

    334.What command would you use to ensure that backup records in the control file are pointing to actual physical files on the backup media?
    A. crosscheck
    B. list backup
    C. confirm
    D. resync
    E. backup validate

    335、

    335.You have backed up your database twice without connecting to the recovery catalog. 
    What command do you issue to transfer the control-file metadata to the recovery catalog?
    A. synch catalog
    B. resync catalog
    C. replicate catalog
    D. update catalog
    E. restore catalog
  • 相关阅读:
    asp.net(C#)利用QRCode生成二维码(续)-在二维码图片中心加Logo或图像
    C#中DataTable中的Compute方法使用收集
    c#的DateTime.Now函数详解
    附加数据库失败,拒绝访问
    xml文件绑定chenckbox选择框
    Maximum Xor Secondary(单调栈好题)
    Y(类树形DP)
    Average distance(类树形DP)
    Balls and Boxes (模拟题)
    Party at Hali-Bula(树形DP+判断方案数是否唯一)
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5467717.html
Copyright © 2011-2022 走看看