Notifications
Clear all
Topic starter 11/10/2024 2:21 pm
What is full backup and incremental backup in RMAN? (oracle)
Topic starter 11/10/2024 2:21 pm
An incremental backup copies only those data blocks that have changed since a previous backup. You can use RMAN to create incremental backups of data files, tablespaces, or the whole database. By default, RMAN makes full backups. A full backup of a data file includes every allocated block in the file being backed up.