Script to get the list of scheduled concurrent programs
Scenario1: Script will read the properties file; for each program in the file, it will check the last successful execution of that concurrent program.
If the time different between last successful execution of program and current time when script is being executed is more, alert must be raised.
Scenario2:
Send a report as an email once per day; which consists concurrent program name and its last successful execution date and time. This basically will capture the last execution time of 24 programs and the Oracle Alerts.
Script Logic: Read all 24 lines (corresponding to 24 scheduled programs) and get last execution date, time and status (success/failed/running etc).