当前位置:网站首页>Oracle备份脚本
Oracle备份脚本
2022-08-04 05:25:00 【eleven_-11】
Oracle备份脚本
导出脚本【export.bat】
del /F /Q “D:\oracle_bak”
D:\app\administrator\product\12.2.0\dbhome_1\bin\rman target ‘/’ cmdfile “c:\backup\backup.rman” >> D:\oracle_bak\export.log
导出命令【backup.rman】
run{
crosscheck archivelog all;
delete noprompt archivelog all;
configure channel 1 device type disk format=‘D:/oracle_bak/orcl_%U_orabak’;
backup incremental level 0 database include current controlfile plus archivelog;
}
exit;
边栏推荐
猜你喜欢
8.03 Day34---BaseMapper query statement usage
canal实现mysql数据同步
想低成本保障软件安全?5大安全任务值得考虑
7.16 Day22---MYSQL (Dao mode encapsulates JDBC)
7.15 Day21---MySQL----索引
3面头条,花7天整理了面试题和学习笔记,已正式入职半个月
Can 't connect to MySQL server on' localhost3306 '(10061) simple solutions
idea设置识别.sql文件类型以及其他文件类型
4.3 基于注解的声明式事务和基于XML的声明式事务
谷粒商城-基础篇(项目简介&项目搭建)
随机推荐
4.2 声明式事务概念
The 2022 PMP exam has been delayed, should we be happy or worried?
8款最佳实践,保护你的 IaC 安全!
Embedded system driver primary [4] - under the basis of character device driver _ concurrency control
flink cdc一启动,源端Oracle那台服务器的CPU就飙升到80%以上,会是啥原因呢?
4.3 Annotation-based declarative transactions and XML-based declarative transactions
文献管理工具 | Zotero
动态规划总括
Cannot read properties of null (reading ‘insertBefore‘)
npm安装依赖报错npm ERR! code ENOTFOUNDnpm ERR! syscall getaddrinfonpm ERR! errno ENOTFOUND
编程大杂烩(三)
9. Dynamic SQL
The cost of automated testing is high and the effect is poor, so what is the significance of automated testing?
Redis common interview questions
FFmpeg源码分析:avformat_open_input
去重的几种方式
npm报错Beginning October 4, 2021, all connections to the npm registry - including for package installa
[Evaluation model] Topsis method (pros and cons distance method)
擎朗智能全国研发创新中心落地光谷:去年曾获2亿美元融资
Unity开发类似Profile那样的数据分析工具