2012-10-07

DBMS/오라클] job 수행 시간 및 간격, 실행 건수 확인


-- sys user에서 작업
-- job 수행 시간 및 간격, 실행 건수 확인
--
select schema_user db_user
    , what as job_proc
    , last_date
    , last_sec
    , next_date
    , next_sec
    , total_time pros_time
    , broken
    , interval
    , failures
from dba_jobs
order by schema_user, what
;

댓글 없음:

댓글 쓰기