Oracle 23 Free has error in dbms_scheduler. The session started from dbms_scheduler has no time zone set. It's UTC0 and no way to change it in job definition. I found only one way how corrected it: ALTER SESSION.
- job start at correct time (UTC+2 for example)
- session itself has incorrect time (UTC0)
Can this be fixed somehow?