
ORACLE备份
文章平均质量分 76
道行尚浅
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
监控RMAN操作进度的脚本
REM ------------------------------- REM Script to monitor rman backup/restore operations REM To run from sqlplus: @monitor '' REM Example: --SQL>spool monitor.out --SQL>@monitor '06-aug-12 16:38:翻译 2015-07-11 17:28:39 · 1238 阅读 · 0 评论 -
将数据文件恢复到不同的路径
RMAN> startup nomount connected to target database (not started) Oracle instance started Total System Global Area 289406976 bytes Fixed Size 1219016 bytes Variable Size原创 2015-07-14 18:15:22 · 783 阅读 · 2 评论 -
生成RMAN rename写法脚本
select 'set newname for datafile ' || x.FILE# || ' to ' || new_file_Location || substr(x.NAME, instr(x.name, ' / ', -1) + 1, length(x.name) - instr(x.name, '原创 2016-06-26 19:02:31 · 1448 阅读 · 1 评论