I'm using Oracle Apex 22.1. I have a page that starts a job in the background to process data.
The job attaches to the current APEX session using an APEX_SESSION.ATTACH call.
Now after attaching to the job, I want to be able to see the debug messages that are generated by this job in the Debug messages.
But they dont seem to appear in the regular debug window opened from the page.
Is there any way to see these messages?
Thanks in advance!