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
  • 相关阅读:
    常用Linux命令总结
    mysql基础归纳
    第一次使用Ubuntu20.04系统-遇坑小记
    Linux操作系统常用命令
    单例模式
    MVC设计模式
    SpringMVC体系结构简要描述
    报错:数据库连接问题
    数据库增删改查语句
    JDBC关键步骤(简化版)
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5467717.html
Copyright © 2011-2022 走看看