TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Chapter 8 399
Using the Database Utilities
>RECOVER
erroneous data in the database if the database is recovered with the wrong log file.
4. The DBSTORE flag must be set, indicating that the database has not been modified
between restoration and roll-forward recovery. This check can be overridden by the
NOSTORE option of the >CONTROL command.
5. No other users can be accessing the database when >RECOVER is called. Exception:
When the MODE4 option of the >CONTROL command is specified, the database can be
concurrently accessed in mode 6 (read only).
The >RECOVER command itself does not initiate recovery, but makes several preparatory
checks. The recovery system is actually initiated by the >RUN command.
Example
>RECOVER ORDERS, RETAIL
DATABASE ORDERS LAST DBSTORED THURS, SEP 7, 1989, 6:30 PM
DATABASE RETAIL LAST DBSTORED MON, SEP 11, 1989, 10:00 PM
ORDERS and RETAIL are database names.
Text Reference
Chapter 7