Applies To
All Users
Summary
Recover table to a point in time fails with errors even after applying patch for <bug 21162325>.
RMAN> run
2> {
3> Recover table <OWNER>.<TABLE_NAME>
4> until time "to_date('2017-07-01:11:11:00','YYYY-MM-DD:HH24:MI:SS')"
5> auxiliary destination '/<PATH>/<PATH>'
6> datapump destination '/<PATH>/<PATH>'
7> dump file '<SCHEMA>.<DUMP_FILE_NAME>.dmp'
8> notableimport;
9> }
Failed with the following errors :
Performing export of tables...
EXPDP> Starting "SYS"."TSPITR_EXP_jgqo_mfjy":
EXPDP> Estimate in progress using BLOCKS method...
EXPDP> Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
EXPDP> Total estimation using BLOCKS method: 226.2 GB
EXPDP> Processing object type TABLE_EXPORT/TABLE/TABLE
EXPDP> Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
EXPDP> Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
EXPDP> Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
EXPDP> Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
EXPDP> Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
EXPDP> . . exported "<SCHEMA>"."<TABLE_NAME>":"SYS_P2642" 30.07 GB 51139978 rows
EXPDP> ORA-31693: Table data object "<SCHEMA>"."<TABLE_NAME>":"SYS_P13665" failed to load/unload and is being skipped due to error:
ORA-00376: file 141 cannot be read at this time
ORA-01110: data file 141: '+<PATH>/<FILE_NAME>.dbf'
EXPDP> . . exported "<SCHEMA>"."<TABLE_NAME>":"SYS_P13665" 0 KB 0 rows
EXPDP> . . exported "<SCHEMA>"."<TABLE_NAME>":"P0" 24.18 GB 38982337 rows
EXPDP> . . exported "<TABLE>"."<SCHEMA_NAME>":"SYS_P14005" 23.25 GB 38643276 rows
EXPDP> ORA-31693: Table data object "<SCHEMA>"."<TABLE_NAME>":"SYS_P13617" failed to load/unload and is being skipped due to error:
Solution
Apply Patch 14821907 for your database re-execute the 'recover table' command.
Attachments :
Cause
This issue maybe caused by <bug 14821907>: KU$_TTS_TAB_TABLESPACE_NAME VIEW SHOWS INCORRECT TABLESPACE NAMEtable