select sql_text,sql_id from gv$sqlstats where sql_text like '%SCHEMA.INDEX_NAME%';
abfxhr2v2bqgf
select sid,serial# from gv$session_longops where sql_id='abfxhr2v2bqgf ';
SID SERIAL#
----------------------------
2200 44444
select round(time_remaining/60) time_remaining_mins from gv$session_longops where sid='2200' and serial# = '44444';
TIME_REMAINING_MINS
----------------------------------
33
No comments:
Post a Comment