Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL to TO CHECK THE FREQUENCY AND OTHER DETAILS OF A SCHEDULED ESS JOB

User_80902Dec 19 2022 — edited Dec 21 2022

HI All,
We have a requirement to create custom report to fetch scheduled job details like
ESS Job Name, ESS Job Creation date, ESS Job Created by, ESS Job Scheduled Frequency, ESS Start time, ESS End time, ESS Job Status, ESS Job Submitted by
Please help me to find above details.
We have below tables to identify few fields. But not sure how we have to get frequency of scheduled job. Ex: every hour?, every week?, every Wednesday at 5am?
select * from FUSION_ORA.ESS_REQUEST_HISTORY
select * from FUSION_ORA.ESS_REQUEST_PROPERTY
Regards,
Sushma

Comments
Post Details
Added on Dec 19 2022
0 comments
1,167 views