databases Online Quiz - 76
Description: databases Online Quiz - 76 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which two of the following statements are true?
Which function can return a non-NULL value if passed a NULL argument?
The following statement will raise an exception on which line?
Review the code segment. Which line has an error?
Which are not valid views under concept of scheduling ?
what is the view that provides all schedules ?
To run a job every Tuesday at 11:24 What could use in the following ?
What funcion is used to kill a job scheduled in scheduler?
which is invalid funcion of scheduler ?
what should be program type of a program that is of 'STORED PROCEDURE' ?
What code modificaiton should be made to run the below code ? begin dbms_scheduler.create_job ( job_name => 'RUN_SHELL1', schedule_name => 'DEMO_SCHEDULE', job_type => 'EXECUTABLES', job_action => '/home/test/run_script.sh', enabled => true, comments => 'Run shell-script' ); end; /
In which oracle verion scheduling concept is introduced ?
what is the view that provides the job history ?
Which package in plsql provides scheduling ?
Which are not valid views under concept of scheduling ?
what is the view that provides all schedules ?
To run a job every Tuesday at 11:24 What could use in the following ?
What funcion is used to kill a job scheduled in scheduler?
which is invalid funcion of scheduler ?
what should be program type of a program that is of 'STORED PROCEDURE' ?