当前位置:网站首页>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;
边栏推荐
- npm安装依赖报错npm ERR! code ENOTFOUNDnpm ERR! syscall getaddrinfonpm ERR! errno ENOTFOUND
- 【论文阅读笔记】无监督行人重识别中的采样策略
- Several ways to heavy
- string类简介
- 嵌入式系统驱动初级【4】——字符设备驱动基础下_并发控制
- EntityComponentSystemSamples学习笔记
- Embedded system driver primary [4] - under the basis of character device driver _ concurrency control
- The 2022 PMP exam has been delayed, should we be happy or worried?
- Use Patroni callback script to bind VIP pit
- 8.03 Day34---BaseMapper query statement usage
猜你喜欢
[Cloud Native--Kubernetes] Pod Resource Management and Probe Detection
高性能高可靠性高扩展性分布式防火墙架构
What is the salary of a software testing student?
Web Basics and Exercises for C1 Certification - My Study Notes
Do you think border-radius is just rounded corners?【Various angles】
The difference between px, em, and rem
代码重构:面向单元测试
C语言 -- 操作符详解
如何将 DevSecOps 引入企业?
Unity动画生成工具
随机推荐
利用Jenkins实现Unity自动化构建
OpenSSF 安全计划:SBOM 将驱动软件供应链安全
Gartner 权威预测未来4年网络安全的8大发展趋势
数的划分之动态规划
【问题解决】同一机器上Flask部署TensorRT报错记录
Teenage Achievement Hackers Need These Skills
OpenRefine开源数据清洗软件的GREL语言
力扣:62.不同路径
Summary of MySQL database interview questions (2022 latest version)
The cost of automated testing is high and the effect is poor, so what is the significance of automated testing?
4.3 Annotation-based declarative transactions and XML-based declarative transactions
部署LVS-DR群集【实验】
OpenCV获取和设置图像的平均亮度
C Expert Programming Chapter 5 Thinking about Linking 5.2 Advantages of Dynamic Linking
day13--postman interface test
Unity表格配置编辑工具
败给“MySQL”的第60天,我重振旗鼓,四面拿下蚂蚁金服offer
12. Paging plugin
7.13 Day20----MYSQL
[One step in place] Jenkins installation, deployment, startup (complete tutorial)