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
Oracle Grid Infrastructure Patch Set Update(GI PSU)Oracle Grid Infrastructure Patch Set Update(GI PSU)
Grid Infrastructure Patch Set Update GI PSU 中包含了Databas […]
How to Check DataGuard is in Sync or Not and resolved gap ?How to Check DataGuard is in Sync or Not and resolved gap ?
Step by Step Process to Resolve gap on the Standby data […]