zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V13.02-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

    同638题:http://blog.csdn.net/rlhua/article/details/19174365


    • 持久轻量作业在创建/删除时间方面有很大改进,因为它没有创建数据库对象的开销。每个轻量作业都是使用作业模板创建的,并作为程序进行存储。因为持久轻量作业在运行时要向磁盘写入状态信息,所以在执行时应该只有少量改进。持久轻量作业有多种限制:
    - 用户无法设置对这些作业的权限,它们将从父作业模板中继承其权限。--B对
    - 必须使用模板,无法创建完全自包含的持久轻量作业。---E对
    - 只有一些特定的作业属性是可设置的,如JOB_ARGUMENTS。
    如果用户需要在非常短的时间内创建大量作业(每秒10 -100 个作业),并且有一组程序(作业模板)可供使用,则最适合使用轻量作业。--C对
  • 相关阅读:
    vue学习
    BBS登录注册技术点归纳
    BBS项目模态框的使用
    django后台管理系统
    java 之 jsp简介
    http 之 CORS简介
    web 之 session
    linux 之学习路线
    Ubuntu 之 win10更新ubuntu启动项消失
    Web 之 Cookie
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315950.html
Copyright © 2011-2022 走看看