当前位置:网站首页>RMAN backup database_ Restart RMAN backup
RMAN backup database_ Restart RMAN backup
2022-06-25 18:20:00 【Count words and lines】
Use restartable backup features ,RMAN Back up only those files that have not been backed up after the specified date .
1. About restartable backups
The smallest restartable unit is a data file . However , If the backup set contains a backup slice and if the backup slice contains blocks from multiple data files , The restartable unit is the backup disk . The restartable unit of the image copy is a data file .
The benefit of a restartable backup is that if the backup produces multiple backup sets , Then the successfully completed backup set does not need to be rerun . However , If the entire database is written to a backup set and if the backup fails halfway , Then the entire backup must be restarted .
When reading a data file or writing to a backup slice or image copy ,RMAN Any I/O Mistakes can cause RMAN Terminate the backup job in progress . for example , If RMAN Try backing up the data file , But the data file is not on disk , that RMAN Terminate backup . If you are using multiple channels or creating redundant copies of backups , that RMAN It may be possible to continue the backup without user intervention .
RMAN Only those files that have not been backed up after a specified period of time can be backed up . Use this feature to back up the missing part of the database after the backup fails .
You can specify BACKUP In the command SINCE TIME The sub statement restarts the backup . If SINCE TIME Later than the most recent backup , that RMAN Back up this file . If you use BACKUP DATABASE NOT BACKED UP Without SINCE TIME Parameters , that RMAN Only back up files that have never been backed up .
2. Restart backup after partial completion
Use BACKUP Ordered SINCE TIME Parameter to specify a date , Ask for a new backup after it .
Only back up files that have not been backed up after the specified date :
1) start-up RMAN, Connect to the target database and recovery Directory ( If used ).
2) perform BACKUP … NOT BACKED UP SINCE TIME command .
stay SINCE TIME Parameter to specify a valid date . The following example uses the default configuration channel to back up on 2 All database files and archives that have not been backed up in the past week redo journal :
BACKUP
NOT BACKED UP SINCE TIME ‘SYSDATE-14’
DATABASE PLUS ARCHIVELOG;
source :《Oracle Database Backup and Recovery User’s Guide,19c》
边栏推荐
- Deeply understand and grasp the basic characteristics of digital economy
- 广发易淘金和指南针哪个更好,更安全一些
- Handling method of qstring containing "\u0000" in QT
- [how do I refresh the shuttle page after jumping back?]
- Kotlin of Android cultivation manual - several ways to write a custom view
- OSError: Unable to open file (truncated file: eof = 254803968, sblock->base_addr = 0, stored_eof = 2
- Sword finger offer double pointer
- 快手616战报首发,次抛精华引新浪潮,快品牌跃入热榜top3
- Solve nvprof error err_ NVGPUCTRPERM - The user does not have permission to profile on the target device.
- 篇7:CLion中没有代码提示,,,
猜你喜欢
随机推荐
20 provinces and cities announce the road map of the meta universe
ASP.NET超市便利店在线购物商城源码,针对周边配送系统
1. Understanding of norm
RMAN备份数据库_管理备份窗口(Backup Window)
. How to exit net worker service gracefully
Redis trend - NVM memory
One article solves all search backtracking problems of Jianzhi offer
Qt产生指定范围内随机数(随机字符串)
中断操作:AbortController学习笔记
【深入理解TcaplusDB技术】TcaplusDB导入数据
跨境电商亚马逊、eBay、Shopee、Lazada、速卖通、沃尔玛、阿里国际等平台,怎样进行自养号测评更安全?
QT generate random numbers (random strings) within the specified range
Swagger实现后台接口自动化文档
[tips] how to quickly start a new position for a new software testing engineer
CentOS7 安装 Redis 7.0.2
Is it safe for a securities company to open an account with the lowest handling fee among the top ten
深度学习网路模型
RMAN备份数据库_目录
Using QT to make a beautiful login interface box
Sword finger offer double pointer