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

    126、

    126.Which statements are true regarding the creation of an incident package file by using the EM Workbench Support? (Choose all that apply.)
    A. You can add or remove the trace files to the package.
    B. You can create the incremental incident package ZIP file for new or modified diagnostic information for the incident package already created.
    C. You can add SQL test cases to the incident package.
    D. You cannot create an incremental incident package when the physical files are purged rom the ADR.
    Answer: ABC
    View Code

    127、

    127.The application tables owned by the user TEST in a test database need to be exported to the APPS schema in the production database by using Data Pump. 
    Which option of Data Pump Import would you use to accomplish this?
    A. owner
    B. touser
    C. attach
    D. remap_schema
    Answer: D
    View Code

    128、

    128.You want to track and store all transactional changes to a table over its lifetime. 
    To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. 
    After some time, the business requirement changed and you were asked to change the retention from 5 years to 3 years. 
    To accomplish this, you issued the following command:
    ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR;
    What is the implication of this command?
    A. The command produces an error because the retention time cannot be reduced.
    B. All historical data is retained but the subsequent flashback data archives are maintained for only three years. 
    C. All historical data is purged and the new flashback data archives are maintained for three years.
    D. All historical data older than three years is purged from the flashback archive FLA1.
    Answer: AD
    View Code

    129、

    129.You are managing an Oracle Database 11g database with ASM storage. The ASM disk group has the COMPATIBLE.ASM attribute set to 11.1. 
    Which statements are true regarding extent management and allocation units in the ASM disk group? (Choose all that apply.)
    A. The au_size disk group attribute determines the size of allocation units in the disk group.
    B. The allocation unit size may vary but the extent size is fixed.
    C. The allocation unit size and extent size are fixed for all the disks in a disk group and cannot be changed.
    D. Extent management is completely automated.
    Answer: AD
    View Code

    130、

    130.Which are the prerequisites for performing flashback transactions on your database? (Choose all that apply.)
    A. Undo retention guarantee for the database must be configured.
    B. Supplemental log must be enabled for the primary key.
    C. Supplemental log must be enabled.
    D. Execute permission on the DBMS_FLASHBACK package must be granted to the user.
    Answer: BCD
    View Code
  • 相关阅读:
    Uva 12166 Equilibrium Mobile
    2015年7月实习经历以及一些感悟
    让键盘只数字键盘
    保留两位小数且,不四舍五入
    vuex的理解
    点击出现闪烁
    vue 添加样式分几种方法
    数据滞后的坑
    H5防止安卓手机软键盘弹出挤压页面导致变形的方法
    js 为false的几种情况
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5403148.html
Copyright © 2011-2022 走看看