Dbms_scheduler lightweight jobs.
Does anyone have any experience with using DBMS_Scheduler Lightweight Jobs?
We have a process that creates many dbms_scheduler jobs that run in the background and use dbms_alerts to communicate when they are complete.
We need these jobs to startup quickly and shutdown quickly when they are complete.
Does the Job_type of 'LightWeight' really improve the performance?
Thanks
Debbie