12.2.0.1 : DBMS_SCHEDULER hangs
Hello ,
Since the migration from 12.1 to 12.2 DBMS_SCHEDULER .RUN_JOB no longer works well ?
The stored procedure that calls the job remains frozen and no longer holds hands.
DBMS_SCHEDULER.RUN_JOB (job_name => v_job, use_current_session => TRUE); -- Even when using use_current_session => FALSE
For a quick-Win solution, I want to force the behavior 12.1 of DBMS_SCHEDULER.
How can I test this?
Thank you.
GD.