select SQL_ID, OPNAME, SOFAR, TOTALWORK, START_TIME, ELAPSED_SECONDS FROM VSESSION_LONGOPS WHERE USERNAME = '<USER_NAME>' AND TIME_REMAINING>0;
---------------- ------------ ------- -------- -------- -----
4drkj065d8r35 Table Scan 739658 1989527 12-MAY-21 30492
select sql_text from gvsql where sql_id='4drkj065d8r35';
Check long running DML progress
Categories:
Related Post
Export DataPump and Import DataPump FAQ (Doc ID 556636.1)Export DataPump and Import DataPump FAQ (Doc ID 556636.1)
1.Purpose This Frequently Asked Questions (FAQ) provide […]
Create Role and grant to userCreate Role and grant to user
Traget: grant user abc with read only access to all the […]
PRAGMA EXCEPTION_INIT的用法PRAGMA EXCEPTION_INIT的用法
如果要处理未命名的内部异常,必须使用OTHERS异常处理器或PRAGMA EXCEPTION_INIT 。PR […]