當(dāng)前位置:首頁文章首頁 IT學(xué)院 IT技術(shù)

使用rman的duplicate克隆Oracle10g R2數(shù)據(jù)庫的輸出

作者:  來源:  發(fā)布時間:2012-2-6 12:04:05  點擊:
     67108864 字節(jié)
Redo Buffers                   2973696 字節(jié)
sql 語句: CREATE CONTROLFILE REUSE SET DATABASE "DGC" RESETLOGS ARCHIVELOG
  MAXLOGFILES     16
  MAXLOGMEMBERS      3
  MAXDATAFILES      100
  MAXINSTANCES     8
  MAXLOGHISTORY      292
 LOGFILE
  GROUP  1 ( '/u01/app/oracle/oradata/dgc/redo01.log' ) SIZE 50 M  REUSE,
  GROUP  2 ( '/u01/app/oracle/oradata/dgc/redo02.log' ) SIZE 50 M  REUSE,
  GROUP  3 ( '/u01/app/oracle/oradata/dgc/redo03.log' ) SIZE 50 M  REUSE
 DATAFILE
  '/u01/app/oracle/oradata/dgc/system01.dbf'
 CHARACTER SET ZHS16GBK
 
 
內(nèi)存腳本的內(nèi)容:
{
   set newname for tempfile  1 to
 "/u01/app/oracle/oradata/dgc/temp01.dbf";
   switch clone tempfile all;
   catalog clone datafilecopy  "/u01/app/oracle/oradata/dgc/undotbs01.dbf";
   catalog clone datafilecopy  "/u01/app/oracle/oradata/dgc/sysaux01.dbf";
   catalog clone datafilecopy  "/u01/app/oracle/oradata/dgc/users01.dbf";
   switch clone datafile all;
}
正在執(zhí)行內(nèi)存腳本
 
正在執(zhí)行命令: SET NEWNAME
 
臨時文件 1 在控制文件中已重命名為 /u01/app/oracle/oradata/dgc/temp01.dbf
 
已將數(shù)據(jù)文件副本列入目錄
數(shù)據(jù)文件副本 filename=/u01/app/oracle/oradata/dgc/undotbs01.dbf recid=1 stamp=77
3487080
 
已將數(shù)據(jù)文件副本列入目錄
數(shù)據(jù)文件副本 filename=/u01/app/oracle/oradata/dgc/sysaux01.dbf recid=2 stamp=773
487081
 
已將數(shù)據(jù)文件副本列入目錄
數(shù)據(jù)文件副本 filename=/u01/app/oracle/oradata/dgc/users01.dbf recid=3 stamp=7734
87081
 
數(shù)據(jù)文件 2 已轉(zhuǎn)換成數(shù)據(jù)文件副本
輸入數(shù)據(jù)文件副本 recid=1 stamp=773487080 文件名=/u01/app/oracle/oradata/dgc/undo
tbs01.dbf
數(shù)據(jù)文件 3 已轉(zhuǎn)換成數(shù)據(jù)文件副本
輸入數(shù)據(jù)文件副本 recid=2 stamp=773487081 文件名=/u01/app/oracle/oradata/dgc/sysa
ux01.dbf
數(shù)據(jù)文件 4 已轉(zhuǎn)換成數(shù)據(jù)文件副本
輸入數(shù)據(jù)文件副本 recid=3 stamp=773487081 文件名=/u01/app/oracle/oradata/dgc/user
s01.dbf
 
內(nèi)存腳本的內(nèi)容:
{
   Alter clone database open resetlogs;
}
正在執(zhí)行內(nèi)存腳本
 
數(shù)據(jù)庫已打開
完成 Duplicate Db 于 31-1月 -12
 
RMAN>

文章評論

軟件按字母排列: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z