Hello,
I successfully created an Oracle APEX application on my local database using the Pre-Built Developer Virtual Machine (Database App Development VM). As part of this application, I implemented and tested a basic workflow, which worked flawlessly in the local environment.
I then exported the application and imported it into my Oracle Autonomous Database Free instance. The import process completed without any errors. Additionally, the workflow instances are being initiated successfully, and I can see the jobs created in the scheduler views. However, the jobs are not starting.
I have checked the common parameters like JOB_QUEUE_PROCESSES
, and everything seems to be configured correctly.
Am I missing something specific to the Autonomous Database that might prevent the scheduler jobs from running?
Any guidance would be greatly appreciated.
Thank you!

