Oracle dataGuard专题:Rman通过duplicate创建standby(六)

2014-11-24 08:46:24 · 作者: · 浏览: 8
to /free/oracle/oradata/orcl/users01.dbf
restoring datafile 00005 to /free/oracle/oradata/orcl/gaojfdb.dbf
restoring datafile 00006 to /free/oracle/oradata/orcl/gaojf1db.dbf
restoring datafile 00007 to /free/oracle/oradata/orcl/gaojf2db.dbf
restoring datafile 00008 to /free/oracle/oradata/orcl/gaojf3db.dbf
restoring datafile 00009 to /free/oracle/oradata/orcl/gaojf4db.dbf
restoring datafile 00010 to /free/oracle/oradata/orcl/cicrodb1.dbf
restoring datafile 00011 to /free/oracle/oradata/orcl/cicrodb11.dbf
channel ORA_AUX_DISK_1: reading from backup piece /free/oracle/FULL_ORCL_20061207_57
channel ORA_AUX_DISK_1: restored backup piece 1
piece handle=/free/oracle/FULL_ORCL_20061207_57 tag=TAG20061207T193507
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:04:07
Finished restore at 08-12月-06
contents of Memory Script:
{
switch clone datafile all;
}
executing Memory Script
datafile 1 switched to datafile copy
input datafile copy recid=17 stamp=608645655 filename=/free/oracle/oradata/orcl/system01.dbf
datafile 2 switched to datafile copy
input datafile copy recid=18 stamp=608645655 filename=/free/oracle/oradata/orcl/undotbs01.dbf
datafile 3 switched to datafile copy
input datafile copy recid=19 stamp=608645655 filename=/free/oracle/oradata/orcl/sysaux01.dbf
datafile 4 switched to datafile copy
input datafile copy recid=20 stamp=608645655 filename=/free/oracle/oradata/orcl/users01.dbf
datafile 5 switched to datafile copy
input datafile copy recid=21 stamp=608645655 filename=/free/oracle/oradata/orcl/gaojfdb.dbf
datafile 6 switched to datafile copy
input datafile copy recid=22 stamp=608645655 filename=/free/oracle/oradata/orcl/gaojf1db.dbf
datafile 7 switched to datafile copy
input datafile copy recid=23 stamp=608645655 filename=/free/oracle/oradata/orcl/gaojf2db.dbf
datafile 8 switched to datafile copy
input datafile copy recid=24 stamp=608645655 filename=/free/oracle/oradata/orcl/gaojf3db.dbf
datafile 9 switched to datafile copy
input datafile copy recid=25 stamp=608645655 filename=/free/oracle/oradata/orcl/gaojf4db.dbf
datafile 10 switched to datafile copy
input datafile copy recid=26 stamp=608645656 filename=/free/oracle/oradata/orcl/cicrodb1.dbf
datafile 11 switched to datafile copy
input datafile copy recid=27 stamp=608645656 filename=/free/oracle/oradata/orcl/cicrodb11.dbf
contents of Memory Script:
{
set until scn 1607552;
recover
standby
clone database
delete archivelog
;
}
executing Memory Script
executing command: SET until clause
Starting recover at 08-12月-06
using channel ORA_AUX_DISK_1
starting media recovery
channel ORA_AUX_DISK_1: starting archive log restore to default destination
channel ORA_AUX_DISK_1: restoring archive log
archive log thread=1 sequence=320
channel ORA_AUX_DISK_1: reading from backup piece /free/oracle/arch_ORCL_20061207_59
channel ORA_AUX_DISK_1: restored backup piece 1
piece handle=/free/oracle/arch_ORCL_20061207_59 tag=TAG20061207T193906
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:02
archi