which of the following statements would be true?

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?

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 user�s current session.

D.
The lne_job1 job would retain its current priority.

E.
The job will immediately take priority over all running jobs.



Leave a Reply 0

Your email address will not be published. Required fields are marked *