• 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
  • 相关阅读:
    解决GIT可视化工具Sourcetree拉取失败问题
    记录常用Git命令
    vue开发移动端使用rem的适配方案
    使用HBuilderX实现打包vue项目成app
    使用vue+webpack从零搭建项目
    整理最近面试问道的问题
    模块化之seaJs学习和使用
    理解Object.defineProperty的作用
    vue生命周期
    使用gulp编译sass
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5387376.html
Copyright © 2020-2023  润新知