Query to check Concurrent Status
Query to check Concurrent Status SELECT distinct ft.user_concurrent_program_name "Conc Program Name", fr.REQUEST_ID "Request ID", fp.CONCURRENT_PROGRAM_ID, to_char(fr.REQUEST_DATE, 'dd-MON-yy hh24:mi:ss') "Submit at", to_char(fr.ACTUAL_START_DATE,'dd-MON-yy hh24:mi:ss') "Started at", to_char(fr.ACTUAL_COMPLETION_DATE,'dd-MON-yy hh24:mi:ss') "Completed at", decode(fr.PHASE_CODE,'C','Completed','I','Inactive','P','Pending','R','Running','NA') "Phasecode", decode(fr.STATUS_CODE, 'A','Waiting', 'B','Resuming', 'C','Normal', 'D','Cancelled', 'E','Error', 'F','Scheduled', 'G','Warning', 'H','On Hold', 'I','Normal', 'M', 'No Manager', 'Q','Standby', 'R','