disable all scheduled jobs
518459Mar 24 2009 — edited Mar 24 2009Hello,
Some time ago I tried to disable all the jobs for one user. Even though my experience with PL/SQL is minimal, I managed to do it with a very simple call of dbms_scheduler.disable.
The problem is... I can't remember anymore how I did it. Does anyone know how it is properly done?
exec sys.dbms_scheduler.disable(*) and that kind of syntax is not correct.
Thank you,
Adrian