# UNDO Recovery progress ......
select state,
undoblockstotal,
undoblockstotal-undoblocksdone "Still to Recover",
undoblocksdone / undoblockstotal * 100 "Percentage Reconvery Done"
from v$fast_start_transactions;
undoblockstotal,
undoblockstotal-undoblocksdone "Still to Recover",
undoblocksdone / undoblockstotal * 100 "Percentage Reconvery Done"
from v$fast_start_transactions;
undoblocksdone,
Tags:
Oracle