Question

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

Toad can retrieve it in some 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.

Was it helpful?

Solution

You're after USER_SCHEDULER_SCHEDULES?

SELECT *
  FROM USER_SCHEDULER_SCHEDULES
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top