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
DataGuard not sync troubleshootingDataGuard not sync troubleshooting
1)Check RECOVERY_FILE_DEST col name for a15 SELECT name […]
Backup data from one database to anotherBackup data from one database to another
Target: Backup data from table ‘soa.soa_archive&# […]