使用rman复制数据库[8]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 ningoo 的 blog

连接到目标数据库: ning (dbid=1141544503)

已连接到备用数据库: test (未装载)

 

rman> duplicate target database to 'test';

启动 duplicate db 27-3 -05

使用通道 ora_aux_disk_1

 

内存脚本的内容:

{

   set until scn  169960;

   set newname for datafile  1 to

 "e:\oracle\oradata\test\system01.dbf";

   set newname for datafile  2 to

 "e:\oracle\oradata\test\undotbs01.dbf";

   set newname for datafile  3 to

 "e:\oracle\oradata\test\sysaux01.dbf";

   set newname for datafile  4 to

本文关键:使用rman复制数据库
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top