TO run a job asynchronously with RUN_JOB setting, the use_current_session argument is set to _________

Options
- True
- False


CORRECT ANSWER : False

Discussion Board
Oracle Jobs

The above statement is true. You run a job asynchronously with RUN_JOB by setting the use_current_session argument to FALSE. In this case, the job runs as if it were started according to its schedule or by an event. That is, it runs under the control of a job slave and runs as the job owner. The session that calls RUN_JOB returns immediately; it does not block waiting for the job to complete. To find out whether the job succeeded, you must query the job views or the job log.

Prajakta Pandit 02-28-2017 12:27 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement