Additional logging with dbms_scheduler
146661Mar 16 2009 — edited Apr 7 2009Hi,
I would like to have additional logging along with whatever dbms_scheduler logs by default. The purpose is to expose extra information about the jobs running vs. what scheduler logs have. The jobs I run have their own logging infrastructure and I would like to tie it to the job's log_id. Getting the job_log_id into the program being executed by the scheduler is impossible since the log_id is not generate until the job is finished. Anyone can suggest a creative way to link a program to job_log_id?
Thanks,
Leo