设为首页 加入收藏

TOP

Oracle11gR2使用RMANDuplicate复制数据库(四)
2015-07-24 10:57:31 来源: 作者: 【 】 浏览:9
Tags:Oracle11gR2 使用 RMANDuplicate 复制 数据库
channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:08 Finished backup at 03-JUN-15 Starting restore at 03-JUN-15 allocated channel: ORA_AUX_DISK_1 channel ORA_AUX_DISK_1: SID=19 device type=DISK channel ORA_AUX_DISK_1: copied control file copy Finished restore at 03-JUN-15 database mounted contents of Memory Script: { sql clone 'alter database flashback off'; set newname for datafile 1 to "/DBSoft/oracle/oradata/woo/system01.dbf"; set newname for datafile 2 to "/DBSoft/oracle/oradata/woo/sysaux01.dbf"; set newname for datafile 3 to "/DBSoft/oracle/oradata/woo/undotbs01.dbf"; set newname for datafile 4 to "/DBSoft/oracle/oradata/woo/users01.dbf"; backup as copy reuse datafile 1 auxiliary format "/DBSoft/oracle/oradata/woo/system01.dbf" datafile 2 auxiliary format "/DBSoft/oracle/oradata/woo/sysaux01.dbf" datafile 3 auxiliary format "/DBSoft/oracle/oradata/woo/undotbs01.dbf" datafile 4 auxiliary format "/DBSoft/oracle/oradata/woo/users01.dbf" ; sql 'alter system archive log current'; } executing Memory Script sql statement: alter database flashback off executing command: SET NEWNAME executing command: SET NEWNAME executing command: SET NEWNAME executing command: SET NEWNAME Starting backup at 03-JUN-15 using channel ORA_DISK_1 channel ORA_DISK_1: starting datafile copy input datafile file number=00001 name=/DBSoft/oracle/oradata/woo/system01.dbf output file name=/DBSoft/oracle/oradata/woo/system01.dbf tag=TAG20150603T194019 channel ORA_DISK_1: datafile copy complete, elapsed time: 00:04:47 channel ORA_DISK_1: starting datafile copy input datafile file number=00002 name=/DBSoft/oracle/oradata/woo/sysaux01.dbf output file name=/DBSoft/oracle/oradata/woo/sysaux01.dbf tag=TAG20150603T194019 channel ORA_DISK_1: datafile copy complete, elapsed time: 00:03:07 channel ORA_DISK_1: starting datafile copy input datafile file number=00003 name=/DBSoft/oracle/oradata/woo/undotbs01.dbf output file name=/DBSoft/oracle/oradata/woo/undotbs01.dbf tag=TAG20150603T194019 channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:15 channel ORA_DISK_1: starting datafile copy input datafile file number=00004 name=/DBSoft/oracle/oradata/woo/users01.dbf output file name=/DBSoft/oracle/oradata/woo/users01.dbf tag=TAG20150603T194019 channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:03 Finished backup at 03-JUN-15 sql statement: alter system archive log current contents of Memory Script: { backup as copy reuse archivelog like "/DBArchive/archive/1_63_878860684.dbf" auxiliary format "/DBArchive2/archive/1_63_878860684.dbf" ; catalog clone archivelog "/DBArchive2/archive/1_63_878860684.dbf"; switch clone datafile all; } executing Memory Script Starting backup at 03-JUN-15 using channel ORA_DISK_1 channel ORA_DISK_1: starting archived log copy input archived log thread=1 sequence=63 RECID=38 STAMP=881437711 output file name=/DBArchive2/archive/1_63_878860684.dbf RECID=0 STAMP=0 channel ORA_DISK_1: archived log copy complete, elapsed time: 00:00:01 Finished backup at 03-JUN-15 cataloged archived log archived log file name=/DBArchive2/archive/1_63_878860684.
首页 上一页 1 2 3 4 5 下一页 尾页 4/5/5
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Oracle学习(11):PLSQL程序设计 下一篇ORA-02049:超时:分布式事务处理等..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·微服务 Spring Boot (2025-12-26 18:20:10)
·如何调整 Redis 内存 (2025-12-26 18:20:07)
·MySQL 数据类型:从 (2025-12-26 18:20:03)
·Linux Shell脚本教程 (2025-12-26 17:51:10)
·Qt教程,Qt5编程入门 (2025-12-26 17:51:07)