开发者

Oracle: list of schedules

开发者 https://www.devze.com 2023-02-05 10:25 出处:网络
How to retrieve all the list of schedules of current user? (Oracle 11g r2) Toad can retrieve it in som开发者_JAVA百科e way (since it draw them in the objects tree) but I cannot find the view (query)

How to retrieve all the list of schedules of current user? (Oracle 11g r2)

Toad can retrieve it in som开发者_JAVA百科e way (since it draw them in the objects tree) but I cannot find the view (query) which is allowed to perform by non-sys user.


You're after USER_SCHEDULER_SCHEDULES?

SELECT *
  FROM USER_SCHEDULER_SCHEDULES
0

精彩评论

暂无评论...
验证码 换一张
取 消