Oracle Database 12C 新功能 rman RECOVER TABLE (文件 ID 2047644.1)
文件內容
|
用途 |
|
適用範圍 |
|
詳細資訊 |
適用於:
Oracle Database - Enterprise Edition - 版本 12.1.0.1 和更高版本本文件所含資訊適用於所有平臺
***Checked for relevance on 19-July-2015***
用途
關於 DATABASE 12C 新功能 RECOVER TABLE 概述。
適用範圍
本文件適用於 DBA 對於大型資料庫使用 RMAN 模式備份的支援。需要有關於 RMAN 及相關的體系結構的知識。
詳細資訊
RECOVER TABLE 命令在 12C 中是一個新功能,它可以針對於表及表分割槽按時間點進行恢復。 表可以被恢復至輔助庫中,並且可以有下面的選擇:
- 使用 REMAP 選項將表恢復至一個新表或者分割槽中。
- 只生成一個需要被恢復表的 expdp 格式的 dump 檔案,選擇後期再進行恢復。
必要條件:
- 目標資料庫必須被置於讀寫模式。
- 目標資料庫必須被置於歸檔模式。
- 如果要恢復表或者分割槽,你必須擁有這些表或者分割槽存在後的時間的備份。
- 想要恢復單個表分割槽, COMPATIBLE 初始化引數所在的目標庫必須設定為 11.1.0 或以上。
設定想要恢復的表和表分割槽的時間點:
選項:
- SCN
- Time
- 歸檔序列號
由於 ROOT container SYSTEM 和 UNDO 表空間被恢復至輔助庫,所以 RECOVER TABLE 需要在連線到 ROOT CDB 後執行。 如果服務名字沒有被使用,則 RMAN 在輸出時會失敗:
RMAN> RECOVER TABLE SMEDS."RECTEST" OF PLUGGABLE DATABASE T12CPDB1
UNTIL SEQUENCE 48 THREAD 1
AUXILIARY DESTINATION '/testcases/SR3-6629539201/rectbl'
REMAP TABLE 'SMEDS'.'RECTEST':'TEST4_RECTEST';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 01/21/2013 15:24:19
RMAN-06962: Error received during export of metadata
RMAN-06960: EXPDP> ORA-31626: job does not exist
ORA-31633: unable to create master table "SYSBACKUP.TSPITR_EXP_xoxr_CDcd"
ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'
指定時間點恢復表例子:
SMEDS 下的表 RECTEST 被恢復到新表 MEDS.TEST4_RECTEST。
輔助例項的資料檔案將被恢復至'/testcases/SR3-6629539201/rectbl'。
% rman target sys/oracle@t12ccdb log recover_table5.log
RMAN> RECOVER TABLE SMEDS."RECTEST" OF PLUGGABLE DATABASE T12CPDB1
UNTIL SEQUENCE 64 thread 1
AUXILIARY DESTINATION '/testcases/SR3-6629539201/rectbl'
REMAP TABLE 'SMEDS'.'RECTEST':'TEST4_RECTEST';
Starting recover at 21-JAN-13
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=16 device type=DISK
RMAN-05026: WARNING: presuming following set of tablespaces applies to specified Point-in-Time
List of tablespaces expected to have UNDO segments
Tablespace SYSTEM
Tablespace UNDOTBS1
Creating automatic instance, with SID='naxj'
initialization parameters used for automatic instance:
db_name=T12CCDB
db_unique_name=naxj_pitr_T12CCDB
compatible=12.0.0.0.0
db_block_size=8192
db_files=200
sga_target=1G
processes=80
db_create_file_dest=/testcases/SR3-6629539201/rectbl
log_archive_dest_1='location=/testcases/SR3-6629539201/rectbl'
_enable_pluggable_database=true
_clone_one_pdb_recovery=true
#No auxiliary parameter file used
starting up automatic instance T12CCDB
Oracle instance started
Total System Global Area 1068937216 bytes
Fixed Size 2268624 bytes
Variable Size 281018928 bytes
Database Buffers 780140544 bytes
Redo Buffers 5509120 bytes
Automatic instance created
contents of Memory Script:
{
# set requested point in time
set until logseq 64 thread 1;
# restore the controlfile
restore clone controlfile;
# mount the controlfile
sql clone 'alter database mount clone database';
# archive current online log
sql 'alter system archive log current';
}
executing Memory Script
executing command: SET until clause
Starting restore at 21-JAN-13
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: SID=109 device type=DISK
channel ORA_AUX_DISK_1: starting datafile backup set restore
channel ORA_AUX_DISK_1: restoring control file
channel
ORA_AUX_DISK_1: reading from backup piece
/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/autobackup/2013_01_21/o1_mf_s_805312613_8hv0c5yz_.bkp
channel
ORA_AUX_DISK_1: piece
handle=/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/autobackup/2013_01_21/o1_mf_s_805312613_8hv0c5yz_.bkp
tag=TAG20130121T175653
channel ORA_AUX_DISK_1: restored backup piece 1
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
output file name=/testcases/SR3-6629539201/rectbl/T12CCDB/controlfile/o1_mf_8hv7z47y_.ctl
Finished restore at 21-JAN-13
sql statement: alter database mount clone database
sql statement: alter system archive log current
contents of Memory Script:
{
# set requested point in time
set until logseq 64 thread 1;
# set destinations for recovery set and auxiliary set datafiles
set newname for clone datafile 1 to new;
set newname for clone datafile 4 to new;
set newname for clone datafile 3 to new;
set newname for clone datafile 8 to new;
set newname for clone datafile 9 to new;
set newname for clone tempfile 1 to new;
set newname for clone tempfile 3 to new;
# switch all tempfiles
switch clone tempfile all;
# restore the tablespaces in the recovery set and the auxiliary set
restore clone datafile 1, 4, 3, 8, 9;
switch clone datafile all;
}
executing Memory Script
executing command: SET until clause
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
executing command: SET NEWNAME
renamed tempfile 1 to /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_temp_%u_.tmp in control file
renamed tempfile 3 to /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_temp_%u_.tmp in control file
Starting restore at 21-JAN-13
using channel ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: starting datafile backup set restore
channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
channel ORA_AUX_DISK_1: restoring datafile 00001 to /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_system_%u_.dbf
channel ORA_AUX_DISK_1: restoring datafile 00004 to /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_undotbs1_%u_.dbf
channel ORA_AUX_DISK_1: restoring datafile 00003 to /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_sysaux_%u_.dbf
channel ORA_AUX_DISK_1: restoring datafile 00008 to /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_system_%u_.dbf
channel ORA_AUX_DISK_1: restoring datafile 00009 to /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_sysaux_%u_.dbf
channel
ORA_AUX_DISK_1: reading from backup piece
/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_nnndf_TAG20130121T175546_8hv092yj_.bkp
channel
ORA_AUX_DISK_1: piece
handle=/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_nnndf_TAG20130121T175546_8hv092yj_.bkp
tag=TAG20130121T175546
channel ORA_AUX_DISK_1: restored backup piece 1
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:01:25
Finished restore at 21-JAN-13
datafile 1 switched to datafile copy
input
datafile copy RECID=55 STAMP=805320511 file
name=/testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_system_8hv7zblx_.dbf
datafile 4 switched to datafile copy
input
datafile copy RECID=56 STAMP=805320511 file
name=/testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_undotbs1_8hv7zbob_.dbf
datafile 3 switched to datafile copy
input
datafile copy RECID=57 STAMP=805320512 file
name=/testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_sysaux_8hv7zbn2_.dbf
datafile 8 switched to datafile copy
input
datafile copy RECID=58 STAMP=805320512 file
name=/testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_system_8hv7zbnt_.dbf
datafile 9 switched to datafile copy
input
datafile copy RECID=59 STAMP=805320512 file
name=/testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_sysaux_8hv7zbn7_.dbf
contents of Memory Script:
{
# set requested point in time
set until logseq 64 thread 1;
# online the datafiles restored or switched
sql clone "alter database datafile 1 online";
sql clone "alter database datafile 4 online";
sql clone "alter database datafile 3 online";
sql clone 'T12CPDB1' "alter database datafile 8 online";
sql clone 'T12CPDB1' "alter database datafile 9 online";
# recover and open database read only
recover clone database tablespace "SYSTEM", "UNDOTBS1", "SYSAUX", "T12CPDB1":"SYSTEM", "T12CPDB1":"SYSAUX";
sql clone 'alter database open read only';
}
executing Memory Script
executing command: SET until clause
sql statement: alter database datafile 1 online
sql statement: alter database datafile 4 online
sql statement: alter database datafile 3 online
sql statement: alter database datafile 8 online
sql statement: alter database datafile 9 online
Starting recover at 21-JAN-13
using channel ORA_AUX_DISK_1
starting media recovery
channel ORA_AUX_DISK_1: starting archived log restore to default destination
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=58
channel
ORA_AUX_DISK_1: reading from backup piece
/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T175652_8hv0c4bf_.bkp
channel
ORA_AUX_DISK_1: piece
handle=/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T175652_8hv0c4bf_.bkp
tag=TAG20130121T175652
channel ORA_AUX_DISK_1: restored backup piece 1
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
archived log file name=/testcases/SR3-6629539201/rectbl/1_58_804254048.dbf thread=1 sequence=58
channel ORA_AUX_DISK_1: starting archived log restore to default destination
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=59
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=60
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=61
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=62
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=63
channel
ORA_AUX_DISK_1: reading from backup piece
/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T200313_8hv7r1hz_.bkp
channel
ORA_AUX_DISK_1: piece
handle=/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T200313_8hv7r1hz_.bkp
tag=TAG20130121T200313
channel ORA_AUX_DISK_1: restored backup piece 1
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
archived log file name=/testcases/SR3-6629539201/rectbl/1_59_804254048.dbf thread=1 sequence=59
archived log file name=/testcases/SR3-6629539201/rectbl/1_60_804254048.dbf thread=1 sequence=60
archived log file name=/testcases/SR3-6629539201/rectbl/1_61_804254048.dbf thread=1 sequence=61
archived log file name=/testcases/SR3-6629539201/rectbl/1_62_804254048.dbf thread=1 sequence=62
archived log file name=/testcases/SR3-6629539201/rectbl/1_63_804254048.dbf thread=1 sequence=63
media recovery complete, elapsed time: 00:00:05
Finished recover at 21-JAN-13
sql statement: alter database open read only
contents of Memory Script:
{
sql clone 'alter pluggable database T12CPDB1 open read only';
}
executing Memory Script
sql statement: alter pluggable database T12CPDB1 open read only
contents of Memory Script:
{
sql clone "create spfile from memory";
shutdown clone immediate;
startup clone nomount;
sql clone "alter system set control_files =
''/testcases/SR3-6629539201/rectbl/T12CCDB/controlfile/o1_mf_8hv7z47y_.ctl''
comment=''RMAN set'' scope=spfile";
shutdown clone immediate;
startup clone nomount;
# mount database
sql clone 'alter database mount clone database';
}
executing Memory Script
sql statement: create spfile from memory
database closed
database dismounted
Oracle instance shut down
connected to auxiliary database (not started)
Oracle instance started
Total System Global Area 1068937216 bytes
Fixed Size 2268624 bytes
Variable Size 285213232 bytes
Database Buffers 775946240 bytes
Redo Buffers 5509120 bytes
sql
statement: alter system set control_files
=''/testcases/SR3-6629539201/rectbl/T12CCDB/controlfile/o1_mf_8hv7z47y_.ctl''
comment= ''RMAN set'' scope=spfile
Oracle instance shut down
connected to auxiliary database (not started)
Oracle instance started
Total System Global Area 1068937216 bytes
Fixed Size 2268624 bytes
Variable Size 285213232 bytes
Database Buffers 775946240 bytes
Redo Buffers 5509120 bytes
sql statement: alter database mount clone database
contents of Memory Script:
{
# set requested point in time
set until logseq 64 thread 1;
# set destinations for recovery set and auxiliary set datafiles
set newname for datafile 20 to new;
# restore the tablespaces in the recovery set and the auxiliary set
restore clone datafile 20;
switch clone datafile all;
}
executing Memory Script
executing command: SET until clause
executing command: SET NEWNAME
Starting restore at 21-JAN-13
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: SID=115 device type=DISK
channel ORA_AUX_DISK_1: starting datafile backup set restore
channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
channel
ORA_AUX_DISK_1: restoring datafile 00020 to
/testcases/SR3-6629539201/rectbl/NAXJ_PITR_T12CCDB/datafile/o1_mf_rectbl_%u_.dbf
channel
ORA_AUX_DISK_1: reading from backup piece
/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_nnndf_TAG20130121T175546_8hv092yj_.bkp
channel
ORA_AUX_DISK_1: piece
handle=/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_nnndf_TAG20130121T175546_8hv092yj_.bkp
tag=TAG20130121T175546
channel ORA_AUX_DISK_1: restored backup piece 1
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:03
Finished restore at 21-JAN-13
datafile 20 switched to datafile copy
input
datafile copy RECID=61 STAMP=805320570 file
name=/testcases/SR3-6629539201/rectbl/NAXJ_PITR_T12CCDB/datafile/o1_mf_rectbl_8hv83qpg_.dbf
contents of Memory Script:
{
# set requested point in time
set until logseq 64 thread 1;
# online the datafiles restored or switched
sql clone 'T12CPDB1' "alter database datafile 20 online";
# recover and open resetlogs
recover
clone database tablespace "T12CPDB1":"RECTBL", "SYSTEM", "UNDOTBS1",
"SYSAUX", "T12CPDB1":"SYSTEM", "T12CPDB1":"SYSAUX" delete archivelog;
alter clone database open resetlogs;
}
executing Memory Script
executing command: SET until clause
sql statement: alter database datafile 20 online
Starting recover at 21-JAN-13
using channel ORA_AUX_DISK_1
starting media recovery
channel ORA_AUX_DISK_1: starting archived log restore to default destination
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=58
channel
ORA_AUX_DISK_1: reading from backup piece
/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T175652_8hv0c4bf_.bkp
channel
ORA_AUX_DISK_1: piece
handle=/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T175652_8hv0c4bf_.bkp
tag=TAG20130121T175652
channel ORA_AUX_DISK_1: restored backup piece 1
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
archived log file name=/testcases/SR3-6629539201/rectbl/1_58_804254048.dbf thread=1 sequence=58
channel clone_default: deleting archived log(s)
archived log file name=/testcases/SR3-6629539201/rectbl/1_58_804254048.dbf RECID=131 STAMP=805320572
channel ORA_AUX_DISK_1: starting archived log restore to default destination
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=59
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=60
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=61
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=62
channel ORA_AUX_DISK_1: restoring archived log
archived log thread=1 sequence=63
channel
ORA_AUX_DISK_1: reading from backup piece
/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T200313_8hv7r1hz_.bkp
channel
ORA_AUX_DISK_1: piece
handle=/bugmnt17/em/celclnx14/SR3.5377673271/app/oracle/fast_recovery_area/T12CCDB/backupset/2013_01_21/o1_mf_annnn_TAG20130121T200313_8hv7r1hz_.bkp
tag=TAG20130121T200313
channel ORA_AUX_DISK_1: restored backup piece 1
channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
archived log file name=/testcases/SR3-6629539201/rectbl/1_59_804254048.dbf thread=1 sequence=59
channel clone_default: deleting archived log(s)
archived log file name=/testcases/SR3-6629539201/rectbl/1_59_804254048.dbf RECID=133 STAMP=805320573
archived log file name=/testcases/SR3-6629539201/rectbl/1_60_804254048.dbf thread=1 sequence=60
channel clone_default: deleting archived log(s)
archived log file name=/testcases/SR3-6629539201/rectbl/1_60_804254048.dbf RECID=134 STAMP=805320573
archived log file name=/testcases/SR3-6629539201/rectbl/1_61_804254048.dbf thread=1 sequence=61
channel clone_default: deleting archived log(s)
archived log file name=/testcases/SR3-6629539201/rectbl/1_61_804254048.dbf RECID=132 STAMP=805320573
archived log file name=/testcases/SR3-6629539201/rectbl/1_62_804254048.dbf thread=1 sequence=62
channel clone_default: deleting archived log(s)
archived log file name=/testcases/SR3-6629539201/rectbl/1_62_804254048.dbf RECID=136 STAMP=805320573
archived log file name=/testcases/SR3-6629539201/rectbl/1_63_804254048.dbf thread=1 sequence=63
channel clone_default: deleting archived log(s)
archived log file name=/testcases/SR3-6629539201/rectbl/1_63_804254048.dbf RECID=135 STAMP=805320573
media recovery complete, elapsed time: 00:00:00
Finished recover at 21-JAN-13
database opened
contents of Memory Script:
{
sql clone 'alter pluggable database T12CPDB1 open';
}
executing Memory Script
sql statement: alter pluggable database T12CPDB1 open
contents of Memory Script:
{
# create directory for datapump import
sql 'T12CPDB1' "create or replace directory TSPITR_DIROBJ_DPDIR as ''/testcases/SR3-6629539201/rectbl''";
# create directory for datapump export
sql clone 'T12CPDB1' "create or replace directory TSPITR_DIROBJ_DPDIR as ''/testcases/SR3-6629539201/rectbl''";
}
executing Memory Script
sql statement: create or replace directory TSPITR_DIROBJ_DPDIR as ''/testcases/SR3-6629539201/rectbl''
sql statement: create or replace directory TSPITR_DIROBJ_DPDIR as ''/testcases/SR3-6629539201/rectbl''
Performing export of tables...
EXPDP> Starting "SYS"."TSPITR_EXP_naxj_kswu":
EXPDP> Estimate in progress using BLOCKS method...
EXPDP> Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
EXPDP> Total estimation using BLOCKS method: 128 KB
EXPDP> Processing object type TABLE_EXPORT/TABLE/TABLE
EXPDP> Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
EXPDP> Processing object type TABLE_EXPORT/TABLE/STATISTICS/MARKER
EXPDP> . . exported "SMEDS"."RECTEST" 6.109 KB 32 rows
EXPDP> Master table "SYS"."TSPITR_EXP_naxj_kswu" successfully loaded/unloaded
EXPDP> ******************************************************************************
EXPDP> Dump file set for SYS.TSPITR_EXP_naxj_kswu is:
EXPDP> /testcases/SR3-6629539201/rectbl/tspitr_naxj_85941.dmp
EXPDP> Job "SYS"."TSPITR_EXP_naxj_kswu" successfully completed at Mon Jan 21 20:10:28 2013 elapsed 0 00:00:31
Export completed
contents of Memory Script:
{
# shutdown clone before import
shutdown clone abort
}
executing Memory Script
Oracle instance shut down
Performing import of tables...
IMPDP> Master table "SYS"."TSPITR_IMP_naxj_uklm" successfully loaded/unloaded
IMPDP> Starting "SYS"."TSPITR_IMP_naxj_uklm":
IMPDP> Processing object type TABLE_EXPORT/TABLE/TABLE
IMPDP> Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
IMPDP> . . imported "SMEDS"."TEST4_RECTEST" 6.109 KB 32 rows
IMPDP> Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
IMPDP> Processing object type TABLE_EXPORT/TABLE/STATISTICS/MARKER
IMPDP> Job "SYS"."TSPITR_IMP_naxj_uklm" successfully completed at Mon Jan 21 20:10:40 2013 elapsed 0 00:00:06
Import completed
Removing automatic instance
Automatic instance removed
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_temp_8hv82j8f_.tmp deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_temp_8hv82bj8_.tmp deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/NAXJ_PITR_T12CCDB/onlinelog/o1_mf_3_8hv840bs_.log deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/NAXJ_PITR_T12CCDB/onlinelog/o1_mf_2_8hv83zp1_.log deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/NAXJ_PITR_T12CCDB/onlinelog/o1_mf_1_8hv83z15_.log deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/NAXJ_PITR_T12CCDB/datafile/o1_mf_rectbl_8hv83qpg_.dbf deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_sysaux_8hv7zbn7_.dbf deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_system_8hv7zbnt_.dbf deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_sysaux_8hv7zbn2_.dbf deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_undotbs1_8hv7zbob_.dbf deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/datafile/o1_mf_system_8hv7zblx_.dbf deleted
auxiliary instance file /testcases/SR3-6629539201/rectbl/T12CCDB/controlfile/o1_mf_8hv7z47y_.ctl deleted
auxiliary instance file tspitr_naxj_85941.dmp deleted
Finished recover at 21-JAN-13
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31393455/viewspace-2130494/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 12c RMAN新特性之Recover Table
- rman recover databaseDatabase
- Oracle 12c Recover Table New FeatureOracle
- Oracle 12c: Recover tables using RMANOracle
- 【12c】12c RMAN新特性之recover table(表級別恢復)
- Recover Database Fails with RMAN-06558 [ID 1185074.1]DatabaseAI
- Oracle 12c RMAN Duplicating a Subset of the Source Database TablespacesOracleDatabase
- How to restore and recover a database from an RMAN backup_881395.1RESTDatabase
- recover database until cancel和 recover database區別Database
- RMAN 在 Oracle 12c 的增強功能 (文件 ID 2017199.1)Oracle
- Oracle Database 12c 版本 1 (12.1) 升級新增功能 (文件 ID 1602865.1)OracleDatabase
- Recover_DatabaseDatabase
- Oracle Database 12c 版本 1 (12.1) DBUA 的靜默模式 (文件 ID 1602878.1)OracleDatabase模式
- Oracle10G RMAN Database Duplication (Doc ID 259694.1)OracleDatabase
- Oracle Data Guard 12c 新功能Oracle
- recover database until timeDatabase
- Oracle rman中recover和restore的區別:OracleREST
- oracle truncate table recover(oracle 如何拯救誤操作truncate的表)Oracle
- 冷備手工完全恢復(recover database,recover tablespace,recover datafile)Database
- Oracle 12c新特性之——TABLE ACCESS BY INDEX ROWID BATCHEDOracleIndexBAT
- recover database using backup controlfile與 recover database 的區別Database
- 使用rman執行recover database 的時候出現RMAN-06054的錯誤提示Database
- Ora-12720 During Rman Duplication Of Database (文件 ID 341089.1)Database
- PSU下載 - Oracle Recommended Patches -- Oracle Database (文件 ID 756671.1)OracleDatabase
- Oracle NET 12c 新特性 (文件 ID 2102464.1)Oracle
- Get Proactive - Oracle Database 診斷工具 (文件 ID 1564582.1)OracleDatabase
- Oracle Database 12C New FeatureOracleDatabase
- Recover database after disk loss (Doc ID 230829.1)Database
- Oracle 12c RMAN全攻略Oracle
- ORACLE 12C RMAN 功能增強Oracle
- oracle 12c rman備份pdbOracle
- 11g oracle database installation with oracle grid infrastructure on linux(文件)OracleDatabaseASTStructLinux
- RMAN DUPLICATE/RESTORE/RECOVER Mixed Platform Support [ID 1079563.1]RESTPlatform
- Resource Manager Enhancements in Oracle Database 11g (文件 ID 884082.1)OracleDatabase
- Oracle 12C 官方文件地圖Oracle地圖
- Oracle OCP IZ0-053 Q193(rman recover)Oracle
- rman duplicate建立異地auxiliary Database oracle_11g oracle_sid不同UXDatabaseOracle
- rman duplicate建立異地auxiliary Database oracle_11g oracle_sid相同UXDatabaseOracle