This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
使用第二个查询我可以找到 JOB id。但是使用第一个它不存在。为什么?
select *
from dba_scheduler_jobs dj
WHERE dj.job_action LIKE '%Power%02%' AND dj.owner = 'SIUETL';
select *
FROM dba_jobs dj
WHERE dj.what LIKE '%Power%02%' AND dj.log_user = 'SIUETL';