Tag: databases
Questions Related to databases
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 ?
What funcion is used to kill a job scheduled in scheduler?