返回数说广场 #日有所学#
0
job不运行
3 _SYSTEM_TRIG_ENABLED=FALSE
确认参数“_system_enabled_trigger”是否为false:
col parameter format a25
col value format a15
select a.ksppinm parameter,b.ksppstvl value from x$ksppi a,x$ksppcv b
where a.indx=b.indx and ksppinm='_system_trig_enabled';
如果_system_trig_enabled=false,则
alter system set "_system_trig_enabled"=TRUE scope=both;
4 Is the job BROKEN?
select job,broken from dba_jobs where job=;
如果JOB为broken,检查相关日志确认原因。
0
0 187
分享
评论
热门数说


