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
  • 相关阅读:
    关于Design Complier/Library Compiler的跌坑(坑爹)记录
    博客暂时停更
    简单的Verilog测试模板结构
    存储器的设计/建模
    静态时序分析的三种分析模式(简述)
    Linux系统的基本使用
    Modelsim的使用——复杂的仿真
    Python-第三方库requests
    MySQL查询结果写入到文件总结
    MySQL创建函数报“ERROR 1418 ”错误,不能创建函数
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5467717.html
Copyright © 2011-2022 走看看