zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-74题-651

    QUESTION 74

    The user SYS creates a job by using the following command:

    BEGIN

    DBMS_SCHEDULER.CREATE_JOB ( job_name => 'update_sales',

    job_type => 'STORED-PROCEDURE',

    job_action => 'OPS.SALES_PKG.UPDATE_SALES-SUMMARY',

    start_date => '28-DEC-07 07.00.00 PM Australia/Sydney',

    repeat_interval => 'FREQ=DAILY; INTERVAL=2',

    end_date => '20-JAN-08 07.00.00 PM Australia/Sydney',

    comments => 'New sales job');

    END;

    /

    Which two statements are true about the job that was created by the preceding command? (Choose two.)

    A. The job is enabled by default after creation

    B. The job is automatically dropped after the end date

    C. The job executes with the privileges of the user SYS

    D. The globalization environment that exists at the time of the job creation prevails at the job runs

    Answer: BC

    同651题:http://blog.csdn.net/rlhua/article/details/16105705


    Explanation/Reference:

    Section: SQL, PL/SQL, Packages, Functions, Jobs & Views

  • 相关阅读:
    [Redis]在.NET平台下的具体应用
    [Redis]在Windows下的下载及安装
    【重读MSDN之ADO.NET】ADO.NET连接
    贪心
    树状数组
    并查集
    模拟
    kruskal
    树链剖分
    匈牙利算法
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316021.html
Copyright © 2011-2022 走看看