I'm using OEM to monitor running processes and transactions, but I'm wondering how to get status on transactions that are currently being rolled back? For example:
1) user submits massive query inserting millions of rows
2) I view the session from OEM, observe that the estimated time of completion is in 27 hours, and tell the user to kill it.
3) user kills it from sqlplus
4) the session stays around. this is to be expected while the transaction is being rolled back.
During step 4, is there any way to get the estimated time of completion for the rollback?
Thanks,
Braxton
1) user submits massive query inserting millions of rows
2) I view the session from OEM, observe that the estimated time of completion is in 27 hours, and tell the user to kill it.
3) user kills it from sqlplus
4) the session stays around. this is to be expected while the transaction is being rolled back.
During step 4, is there any way to get the estimated time of completion for the rollback?
Thanks,
Braxton