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

    61、

    61.Which of the following advisors within the Oracle advisory framework will analyze a single SQL statement and make recommendations for performance improvement?
    A. SQL Repair Advisor
    B. SQL Optimizer
    C. SQL Access Advisor
    D. SQL Tuning Advisor

    62、

    62.You want to convert your existing non-ASM files to ASM files for the database PROD. 
    Which method or command would you use to accomplish this task?
    A. Data Pump Export and Import
    B. conventional export and import
    C. the CONVERT command of RMAN
    D. the BACKUP AS COPY. command of RMAN

    63、

    63.Which method would you use to undo the changes made by a particular transaction without affecting the changes made by other transactions?
    A. point-in-time recovery
    B. execute the ROLLBACK command with transaction number
    C. flashback the database to before the transaction was committed
    D. determine all the necessary undo SQL statements from FLASHBACK_TRANSACTION_QUERY and use them for recovery

    64、

    64.You performed an incomplete recovery and opened the database with the RESETLOGS option. 
    The LOG_ARCHIVE_FORMAT parameter is set to 'ora_%t_%s_%r.log'. 
    Which statement regarding the archived redo log files, created in an earlier incarnation of the database, is true?
    A. The archived redo log files will be overwritten.
    B. The archived redo log files are deleted automatically.
    C. The archived redo log files should be moved to some other location.
    D. The archived redo log files are still maintained because the file names are unique.

    65、

    65.An online tablespace, TEST_TBS, is full and you realize that no server-managed tablespace threshold alerts were generated for the TEST_TBS tablespace. 
    What could be the reason, if the TEST_TBS tablespace does not include autoextensible data files?
    A. TEST_TBS is a small file tablespace.
    B. TEST_TBS is a bigfile tablespace (BFT).
    C. TEST_TBS is the default temporary tablespace. 
    D. TEST_TBS is a dictionary-managed tablespace
  • 相关阅读:
    作业练习
    作业练习
    作业
    作业
    作业
    作业
    作业
    作业
    作业
    作业
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5389763.html
Copyright © 2011-2022 走看看