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
  • 相关阅读:
    uva 1362(区间dp+计数)
    uva 11174(排列组合+搜索)
    简单递推系列 uva习题
    基本计数方法系列 uva习题
    Codeforces Round #209 (Div. 2) Problem A Table(找规律)
    CodeChef November Challenge 2013 解题报告
    2012 chengdu现场赛 Browsing History HDU4464(简单字符串)
    CodeChef TechFest 2013 Cool Numbers(搜索)
    CodeChef Inscription 2013 Wonderland jewellery(简单题)
    页面滚动marquee标签
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5387376.html
Copyright © 2011-2022 走看看