当前位置:网站首页>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;
边栏推荐
- Delphi-C端有趣的菜单操作界面设计
- 符号表
- What are the functions of mall App development?
- 【JS】js给对象动态添加、设置、删除属性名和属性值
- 7.18 Day23----标记语言
- C Expert Programming Chapter 4 The Shocking Fact: Arrays and pointers are not the same 4.1 Arrays are not pointers
- As soon as flink cdc is started, the CPU of the source Oracle server soars to more than 80%. What is the reason?
- DP4398:国产兼容替代CS4398立体声24位/192kHz音频解码芯片
- TensorRTx-YOLOv5工程解读(二)
- SLSA 框架与软件供应链安全防护
猜你喜欢

Do you think border-radius is just rounded corners?【Various angles】

【问题解决】同一机器上Flask部署TensorRT报错记录

MySQL数据库面试题总结(2022最新版)

About yolo7 and gpu

心余力绌:企业面临的软件供应链安全困境

EntityComponentSystemSamples学习笔记
![[Cloud Native--Kubernetes] Pod Resource Management and Probe Detection](/img/1a/b3bdf9b62c82b0fc4d913045981d94.png)
[Cloud Native--Kubernetes] Pod Resource Management and Probe Detection

sql server如何得到本条记录与上一条记录的差异,即变动值

腾讯136道高级岗面试题:多线程+算法+Redis+JVM

想低成本保障软件安全?5大安全任务值得考虑
随机推荐
C语言 -- 操作符详解
力扣:343. 整数拆分
如何低成本修bug?测试左移给你答案
读者让我总结一波 redis 面试题,现在肝出来了
[Cloud Native--Kubernetes] Pod Resource Management and Probe Detection
Towards Real-Time Multi-Object Tracking (JDE)
MySql data recovery method personal summary
离线采集怎么看sql执行计划
What is the salary of a software testing student?
擎朗智能全国研发创新中心落地光谷:去年曾获2亿美元融资
注意!软件供应链安全挑战持续升级
JS基础--强制类型转换(易错点,自用)
[SemiDrive source code analysis] [MailBox inter-core communication] 47 - Analysis of RPMSG_IPCC_RPC mode limit size of single transmission and limit bandwidth test
力扣题解8/3
Wwise入门和实战
力扣:70. 爬楼梯
高性能高可靠性高扩展性分布式防火墙架构
FPGA学习笔记——知识点总结
动态规划总括
npm init [email protected] 构建项目报错SyntaxError: Unexpected token ‘.‘解决办法