What is full backup and incremental backup in RMAN? (oracle)
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
3 weeks 6 days ago #2319
by Super User
What is full backup and incremental backup in RMAN? (oracle)
Please Log in to join the conversation.
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
3 weeks 6 days ago #2320
by Super User
Replied by Super User on topic What is full backup and incremental backup in RMAN? (oracle)
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.
Please Log in to join the conversation.
Time to create page: 0.067 seconds