Checkpoint during Backup

backupcheckpointoracleoracle-11g

Can database process make automatic checkpoint when I'm in process of copying files during

ALTER DATABASE BEGIN BACKUP;

and

ALTER DATABASE END BACKUP;

You can assume that process of copying files will last for very long time.

Best Answer

Yes, it can.

As mentioned in Making User-Managed Backups of Online Read/Write Tablespaces copies of the datafile blocks modified are written to th redo logs. But checkpoints are no problem.