IT科技类资讯

oracle job之存储过程处理的奥秘

时间:2010-12-5 17:23:32  作者:域名   来源:IT科技  查看:  评论:0
内容摘要:复制execdbms_job.broken(23,false); commit; selectt.*,t.rowidfromdba_jobst;

oracle job之存储过程处理的奥秘
复制exec dbms_job.broken(23,存储处理false);   commit;   select t.*, t.rowid from dba_jobs t;   select t.*, t.rowid from sys.user_jobs t;   select job, last_date, next_date, broken, interval, failures   from user_jobs;  1.2.3.4.5.6.7.8.9.10.11.
copyright © 2025 powered by 编程之道  滇ICP备2023006006号-34sitemap