How can an Oracle stored procedure be executed automatically eve
How can an Oracle stored procedure be executed automatically every Monday next month using Oracle Scheduler?
A.Configure the stored procedure to be run in a scheduler schedule with the correct schedule parameters and then call the schedule in a scheduler program.
B.Configure the stored procedure to be run in a scheduler program and specify the program in a scheduler job with the correct schedule program.
C.Configure the stored procedure to be run in a scheduler schedule with the correct schedule parameters and specify the schedule in a scheduler job.
D.Configure the stored procedure to be run in a scheduler job and configure a scheduler program and job in a scheduler schedule with the correct scheduler parameters.
E.Configure the stored procedure to be run in a scheduler program and specify the scheduler program in a scheduler schedule with the correct schedule parameters
正确答案是B
