select job, last_date, last_sec, next_date, next_sec, broken, interval, failures, what from user_jobs order by job asc;
select 'declare jobno number; begin dbms_job.submit(jobno, ''' || replace(replace(what, 'BEGIN', ''), 'END;', '') || ''', sysdate, ''' || replace(interval, '''', '''''') || ''', FALSE); end;' from user_jobs where broken = 'N';
job 스케줄 뽑아내기....
|
2011.12.22 13:26:48
|
2011.12.22 13:26:48
|
325
|
Aiden
Total of Attached file
0.00 Bytes of 0 files
2012.03.14
2012.02.22
2012.02.09
2012.02.08
2012.01.31
2011.12.22
2011.09.23
2011.09.22
2011.07.13
2011.06.27