How to get the whole schedule list of the current user? (Oracle 11g r2)
The toad can somehow get it (since it draws them in the object tree), but I canβt find a view (query) that is allowed to be performed by a non-sys user.
Are you after USER_SCHEDULER_SCHEDULES ?
SELECT * FROM USER_SCHEDULER_SCHEDULES
Source: https://habr.com/ru/post/1336270/More articles:what is @private? and what is its use? - objective-cOne ESC closes all modal dialogs in the jQuery user interface. Workarounds? - javascriptThe doubt that life failure can be avoided is discussed in Effective Java - javaSeparate working directories between applications - appdomainList of files of a specific type from a specific directory - unixCreate a scaffold by skipping a model - ruby ββ| fooobar.comMySQL: how to change varchar (255) UNIQUE column to UNIQUE Text NOT NULL? - sqlasp mvc using dashes in controller and routing names? - urlC-linked functions capable of returning a class type? - c ++NSPredicate to select keywords that are in the line - iphoneAll Articles