Oracle 自动 rman recover table

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

相关推荐
Leon-Ning Liu2 天前
【真实经验分享】ORA-12516 排查实录:共享服务器模式下 SHARED_SERVER_SESSIONS 不足引发的监听故障
运维·服务器·oracle
snpgroupcn2 天前
企业有必要做 SAP 数据归档吗?优势与价值分析
数据库·oracle
曹牧2 天前
Java:BeanListHandler
java·数据库·oracle
不想纳尼的青春2 天前
where = 的作用?会影响性能吗?count(*) 和 count()哪个快?
数据库·oracle
杨云龙UP2 天前
生产环境Oracle表空间扩容实战:使用Toad for Oracle图形界面新增Datafile(ASM+OMF)
linux·运维·数据库·oracle·表空间·asm 存储管理·toad
惜分飞3 天前
Oracle Block Edit Tool (obet) 功能增强–2026.07
数据库·oracle·obet
#六脉神剑3 天前
myBuilder新版本(8月,Office文件预览、Oracle数据库支持)
数据库·oracle·开发平台·数字化工具·mybuilder
空杆推不起4 天前
穿透数据库 JOIN 核心:语法分类、底层算法、生产优化与高频坑点全解析
数据库·oracle
传说故事4 天前
数据库中一些常用英文单词含义
数据库·oracle