Oracle OCP 1Z0 Q455(Schedule Job-End_DATE)

abstractcyj發表於2016-04-02
455.When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?
(Choose all that apply.)
A. The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUE.
B. The job will only be disabled if the value of the AUTO_DROP attribute is FALSE.
C. The STATE attribute of the job will be set to COMPLETED if the value of the AUTO_DROP attribute is FALSE.
D. All objects referenced by the job will be dropped if the value of the AUTO_DROP attribute is TRUE and the value of the CASCADE attribute is TRUE.
E. The STATE column of the job table will be set to COMPLETED for the job.
Answer: ABE


參考:http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_sched.htm#i1000363
end_date
This attribute specifies the date after which the job will expire and will no longer be executed. When end_date is reached, the job is disabled. The STATE of the job will be set to COMPLETED, and the enabled flag will be set to FALSE.

END_DATE屬性設定之後,在這個時間點之後,JOB會過期,並且再也不會允許。
當END_DATE到達之後, JOB會被disable, STATE會被置為COMPLETED, ENABLED被置為FALSE

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2074171/,如需轉載,請註明出處,否則將追究法律責任。

相關文章