[...]
=> My question: the main database crashed, making the data area
unavailable. The backupdatabase uses the databackups and logbackups to
be rebuild, but the "last night" databackups do not contain these latest
undo log files (undo log files are stored in the data area) and the
logbackups only contain the redo log entries. Does this mean the
database in this case can not be reset to a consistent state? Or are the
undo log files also regenerated by the redo task?

Regards,

Filip Sergeys
[...]

Hello Filip,

the Undo Log Files in the data area are backuped with the data backup.
So if there are open transactions in the savepoint for the data backup
and you only reinstall a database with this data backup the restart
will be able to rollback all open transactions and the database is again
in a transactional consistent state.

Kind regards,
Uwe

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to