Hi,
APEX is not sending the emails!
The problem started when my Free Autonomous account expired. I upgraded to paid version but the problem remains.
I have my ORACLE_APEX_MAIL_QUEUE and ORACLE_APEX_ISSUE_EMAILS jobs with NEXT_RUN_DATE in the past.
How can I restart the jobs in Autonomous database?
It is a shared Database, APEX version 20.1.
I tryed in Web SQL Developer the following command, but I do not have the privileges as ADMIN user.
begin
dbms_scheduler.run_job('apex_200100.ORACLE_APEX_MAIL_QUEUE') ;
dbms_scheduler.run_job('apex_200100.ORACLE_APEX_ISSUE_EMAILS') ;
end;
Thanks in advance