现在的位置: 首页 > 综合 > 正文

OCP-1Z0-053-200题-74题-651

2014年05月11日 ⁄ 综合 ⁄ 共 794字 ⁄ 字号 评论关闭

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

抱歉!评论已关闭.