`

Oracle Job定时任务的使用详解

阅读更多

http://www.cnblogs.com/Chestnuts/p/7068456.html

 

https://www.cnblogs.com/yx007/p/6519544.html

 

 

begin
 		 initNextMonth;--procedure是存储过程名
	end;

	
	
	begin  
		dbms_job.run(24);  
	end; 

 

select * from user_jobs

select * from dba_jobs_running

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics