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

    111、

    111.Which three statements are true regarding persistent lightweight jobs? (Choose three.)
    A. Persistent lightweight jobs modify several tables in the data dictionary to generate a lot of redo.
    B. The user cannot set privileges on persistent lightweight jobs.
    C. Persistent lightweight jobs are useful when users need to create a large number of jobs in a short time.
    D. Persistent lightweight jobs are useful when users need to create a small number of jobs that run infrequently.
    E. The use of a template is mandatory to create persistent lightweight jobs.
    Answer: BCE
    View Code

    112、

    112.Your database initialization parameter file has the following entry:
    SEC_MAX_FAILED_LOGIN_ATTEMPTS=3
    Which statement is true regarding this setting?
    A. It drops the connection after the specified number of login attempts fail for any user.
    B. It is enforced only if the password profile is enabled for the user.
    C. It locks the user account after the specified number of attempts.
    D. It drops the connection after the specified number of login attempts fail only for users who have the SYSDBA privilege.
    Answer: A
    View Code

    113、

    113.Which statement is true regarding virtual private catalogs?
    A. A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.
    B. The virtual private catalog owner cannot create and modify the stored scripts.
    C. The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner.
    D. To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database.
    Answer: D
    View Code

    114、

    114.Which tasks can be accomplished using the Enterprise Manager Support Workbench in Oracle Database 11g? (Choose all that apply.)
    A. Generate reports on data failure such as data file failures.
    B. You can track the Service Request (SR) and implement repairs.
    C. You can package and upload diagnostic data to Oracle Support.
    D. You can manually run health checks to gather diagnostic data for a problem.
    Answer: BCD
    View Code

    115、

    115.What are the advantages of variable extent size support for large ASM files? (Choose two.)
    A. It improves resync operations when the disk comes online after being taken offline for maintenance purposes.
    B. It improves performance in the extended cluster configuration by reading from a local copy of an extent.
    C. Fewer extent pointers are needed to describe the file and less memory is required to manage the extent maps in the shared pool.
    D. This feature enables faster file opens because of the reduction in the amount of memory that is required to store file extents.
    Answer: CD
    View Code
  • 相关阅读:
    将现有MySQL数据库改为大小写不敏感
    在Windows中玩转Docker Toolbox
    使用ABP EntityFramework连接MySQL数据库
    数据库设计范式2——BC范式和第四范式
    让OData和NHibernate结合进行动态查询
    文档在线预览的实现
    有哪些老鸟程序员知道而新手不知道的小技巧?自我感受
    EEPROM的概念接口类型及软件实例
    flash的几种模式Normal Mode、DUAL Mode、Quad Mode的概念和区别
    ESP8266 打造一款物联网产品---搭建环境编译及烧录
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5397616.html
Copyright © 2011-2022 走看看