单项选择题
Consider the following code snippet:
BEGIN
DBMS_SCHEDULER.SET_ATTRIBUTE ( name => ,,lne_job1, attribute => ,,job_priority, value => 1);
END;
/
If this code were executed, which of the following statements would be true?()
A. The priority of the lne_job1 job would be set to 1.
B. The lne_job1 job would be executed synchronously.
C. The lne_job1 job would run immediately in the users current session.
D. The lne_job1 job would retain its current priority.
E. The job will immediately take priority over all running jobs.
相关考题
-
多项选择题
Tosetthehistoryretentionperiodforeitherwindowloggingorjobloggingindividually,whichparametersoftheSET_SCHEDULER_ATTRIBUTEprocedureneedtobeused?()
A. LOG_HISTORY
B. JOB_LOG_RETENTION
C. WINDOW_LOG_RETENTION
D. WHICH_LOG
E. LOG_NAME -
单项选择题
WhatisthedefaultvaluefortheENABLEDattributeofajoborprogramwhenitiscreated?()
A. TRUE
B. FALSE
C. There is no default. It must be defined at creation time.
D. PENDING
E. NULL -
多项选择题
WhichDBMS_SCHEDULERprocedure(s)canbeusedtoalteranexistingjob?()
A. SET_ATTRIBUTE_NULL
B. ALTER_JOB
C. ALTER_JOB_PARAMETERS
D. ALTER
E. SET_ATTRIBUTE
