|
metalink上的原话,热备份的时候datafile确实是会被update的
When an 'alter tablespce begin backup' command is issued the datafiles that
belong to the tablespace are marked as hot-backup-in-progress. The dirty
databuffers in the database buffer cache that belong to the database files are
written out to the files and the datafiles are checkpointed. The datafile
headers are updated to the SCN captured when the begin backup is issued. The
datafile headers are not updated until the 'alter tablespace end backup'
command is issued; however, the datablock within the database files can
continue to be read and updated. When the datafile is restored from a hot
backup, the recovery will begin from the SCN captured during the begin backup
is issued. All changes applied during the hot backup time period will be
rolled forward from the redo logs. |
|