Oracle backup

本文介绍了数据库运行在归档日志模式下如何进行红日志归档,并阐述了这种模式的优势,包括完整的交易恢复、热备份以及备用数据库同步等。此外,还解释了冷备份、热备份和增量备份的概念及其优缺点。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

What is archive log mode?

The archiving of the redo log is enabled by running database in ARCHIVELOG mode.

A group of filled redo log files cannot be reused by LGWR until the group is archived and become available for archiving immediately after a redo log switch occurs.

Advantages of archiving the filled groups:

  • A database backup, together with online and archived redo log files, guarantees recovery of all committed transactions in the event of an operating system or disk failure.
  • In an archived log, the backup is taken while the database is open and in normal system use.
  • The standby database can be kept current with its original database by continuously applying the original archived redo logs to the standby.
Explain cold and hot backups.

A backup taken when the database is not running is called a cold backup.
This is also known as an offline backup.

Copying physical files when the database is up is called hot back up.
It is done by putting the tablespace in backup mode and then copying all the data file using the copy commands and then bringing it back to normal state.

What are incremental backups?

Incremental backup stores all files that have changed since the last FULL, DIFFERENTIAL OR INCREMENTAL backup.

Its advantage is that it takes very less time to complete.
But the restore operation is lengthy as each incremental backup must be processed.

The answers to following questions will be made available soon. Keep visiting.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值