Hello,
Yesterday I kicked off a database recovery with the following command:
dbmcli on ADA>recover_start backup data
Roughly 24 hours later, my recovery is still running. I've opened up another dbmcli session and have been using the recover_state command to try and get a status, but I've noticed that after going through the initial set of "Pages Transferred/Pages Left" I receive updates showing that while "Pages Left" reaches 0, "Pages Transferred" keep increasing.
An example of the output:
dbmcli on ADA>recover_state
OK
Returncode 0
Date 20130516
Time 00143141
Kernel Version Kernel 7.7.07 Build 022-123-237-784
Pages Transferred 2134033928
Pages Left 0
...
Page Count 2134033928
Devices Used 1
Max Used Data Page 0
Converter Page Count 10860
Redo Transactions Read 0
Redo Transactions Done 0
---
dbmcli on ADA>recover_state
OK
Returncode 0
Date 20130516
Time 00143141
Kernel Version Kernel 7.7.07 Build 022-123-237-784
Pages Transferred 2136655456
Pages Left 0
...
Page Count 2136655456
Devices Used 1
Max Used Data Page 0
Converter Page Count 10860
Redo Transactions Read 0
Redo Transactions Done 0
---
dbmcli on ADA>recover_state
OK
Returncode 0
Date 20130516
Time 00143141
Kernel Version Kernel 7.7.07 Build 022-123-237-784
Pages Transferred 36788955
Pages Left 2099866501
...
Page Count 2136655456
Devices Used 1
Max Used Data Page 0
Converter Page Count 10860
Redo Transactions Read 0
Redo Transactions Done 0
---
dbmcli on ADA>
I've attached the screenshot of DB Manager showing that the pages for the backup file is 20,105,728, which the transferred account has well surpassed.
Is this usual recovery behavior?