I'm starting a plsql procedure from my Apex application usingĀ dbms_scheduler.create_job. The job starts immediately.
The procedure fails because it uses Apex collections and it won't run outside the Apex application context.
There are some examples of code on this forum to create an application context but I was wondering if it's possible to use the existing context. For example by passing the session ID to the job and reusing it there.
If this is possible, how can it be done and will this be different for Apex 4.02 and 5.02?
Message was edited by: Rene W.