Terminating Report From Backend
Terminating Report From Backend, We should use data dictionary views v$session and v$process. SELECT oracle_process_id,Decode(status_code, ‘R’, ‘Running’,‘D’, ‘Canceled’,‘E’, ‘Error’,‘X’, ‘Terminated’,‘G’, ‘Warning’,‘T’, ‘Terminating’) ‘Status_code’,phase_code,To_char(actual_start_date, ‘DD-MON-YYYY=>hh24:mi:ss’) ‘Login … Read more