概述
backup(oracle)
The following table illustrates the main types of physical backups and the non-RMAN methods for performing these backups.
Backup Object | Backup Method | Example |
---|---|---|
Datafiles | Operating system utility |
|
Archived logs | Operating system utility |
|
Control files | SQL statement |
|
Initialization parameter file | SQL statement |
|
Network and password files | Operating system utility |
|
Logical objects (tables, indexes, PL/SQL units) | Export utility |
|
Consistent and Inconsistent User-Managed Backups
You can use RMAN or operating system commands to make an inconsistent backup or a consistent backup. An inconsistent backup is a backup of one or more database files made while the database is open or after the database has not been shut down normally. A consistent backup is a backup of one or more database files that you make after the database has been shut down normally. Unlike an inconsistent backup, a consistent backup does not require recovery after it is restored.
A consistent whole database backup is the only valid backup option for databases running in NOARCHIVELOG
mode, because otherwise redo needed for recovery is not available. In NOARCHIVELOG
mode, Oracle overwrites redo records without archiving them first.
If you run the database in ARCHIVELOG
mode, then you can back up database files while the database is open. These backups are inconsistent, but as long as you have the necessary archived redo logs you can recover these backups. You can either take a tablespace offline and back up its datafiles, or perform an online backup. An online backup occurs when the tablespace is still online. To perform an online backup, you must begin and end the backup with SQL statements that place the tablespace in and take the tablespace out of backup mode.
最后
以上就是洁净棉花糖为你收集整理的BACKUP的全部内容,希望文章能够帮你解决BACKUP所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复