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

    56、

    56.You discover that your Recycle Bin contains two tables with the same name, MY_TABLE. You also have a table named MY_TABLE in your schema. 
    You execute the following statement:
    FLASHBACK TABLE my_table TO BEFORE DROP RENAME TO my_table2;
    What will be the result of executing this statement?
    A. One of the tables is recovered from the Recycle Bin using a First In First Out (FIFO) approach.
    B. One of the tables is recovered from the Recycle Bin using a Last In First Out (LIFO) approach.
    C. Both the tables are recovered from the Recycle Bin with one table renamed to MY_TABLE2 and the other to a system-generated name.
    D. None of the tables are recovered from the Recycle Bin, and the statement returns an error.
    Answer: B
    View Code

    57、

    57.Which background process of a database instance, using Automatic Storage Management (ASM), connects as a foreground process into the ASM instance?
    A. ASMB
    B. PMON
    C. RBAL
    D. SMON
    Answer: A 
    View Code

    58、

    58.Which statement is true when Automatic Workload Repository (AWR) baselines are created using baseline templates?
    A. AWR baselines are always created as repeating baselines.
    B. AWR baselines can be created on the basis of two time values.
    C. AWR baselines are always created with infinite expiration duration.
    D. AWR baselines are always created using the Automatic Workload Repository (AWR) retention period as expiration duration.
    Answer: B
    View Code

    59、

    59.You have not configured Oracle Managed Files (OMF) in your database. 
    You do not want to scan the entire datafile every time an incremental backup is performed. 
    You decide to enable the block change tracking feature. 
    Which statement should you use to enable the block change tracking feature?
    A. ALTER DATABASE ENABLE BLOCK CHANGE TRACKING;
    B. ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING USING FILE <path>;
    C. ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE <path>;
    D. ALTER SYSTEM ENABLE BLOCK CHANGE TRACKING;
    Answer: C
    View Code

    60、

    60.For which two situations would you use functionality provided by the Resource Manager? (Choose two.)
    A. setting idle timeout limits on resource plans
    B. saving storage space by using compressed backup sets
    C. creating jobs that will run automatically at a scheduled time
    D. assigning priorities to jobs to manage access to system resources
    E. creating alerts to perform notification when tablespaces are low on available space resources
    Answer: AD
    View Code
  • 相关阅读:
    动态封杀与解封IP
    潜谈IT从业人员在传统IT和互联网之间的择业问题(下)-互联网公司
    潜谈IT从业人员在传统IT和互联网之间的择业问题(上)-传统乙方形公司
    博主2000年真实遇鬼记-仅作记录以供后人参考
    异步请求引发的Chrome死锁
    jboss规则引擎KIE Drools 6.3.0 Final 教程(3)
    jboss规则引擎KIE Drools 6.3.0 Final 教程(2)
    jboss规则引擎KIE Drools 6.3.0 Final 教程(1)
    商品搜索引擎---推荐系统设计
    大道理很多人都懂,只是坚持不下去(浅谈坚持)
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5387376.html
Copyright © 2011-2022 走看看