...to_char(round(last_call_et/1440,2)) ) last_call_HH ,
MIN_TO_HH24MI( TXTOMINUTE( to_char(round(last_call_et/1440,2)) ) ) last_call_HH24Mi ,
count(*) Conteo_Cursores
-- a.SID , username , status , osuser , machine , terminal , program , SQL_TEXT
from V$SESSION a , v$open_cursor b
where...