DBMS_Scheduler: Limit results for Frequent Jobs

Roeland

Member³
Hi,

We have some jobs in the DBMS_Scheduler that are run very frequently. They are generating a rather long list of logs in "Run Details" and "Log".

When scrolling PL/SQL developer is trying to get all these logs.
This can be a time consuming operation, for some info I never need.
Can you add an option to limit these views in amount and or time?

Thanks,

Roeland

PL/SQL Developer 9.0.1.1618
 
Hi,

After 2 years, is there some progress on this issue?

I have jobs that run every 5 seconds, so this generates a huge log. Looking at this jobs in the DBMS_Scheduler is always a pain.

Can't you just limit the list to the first 100 or so?
Or only load the list when actually opening the tab?

Thanks,

Roeland

PL/SQL Developer 10.0.5.1710
 
Back
Top