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

相关推荐
ClouGence2 天前
Oracle 数据同步为什么会出现数据不一致?长事务是常被忽略的原因
数据库·后端·oracle
ClouGence8 天前
Oracle CDC 架构优化:从主库直连到 DataGuard 备库同步
数据库·后端·oracle
曹牧9 天前
Oracle EXPLAIN PLAN
数据库·oracle
贤时间9 天前
codex 助力oracle ebs 开发
数据库·oracle
秉承初心9 天前
PostgreSQL 数据性能瓶颈突破实战
数据库·postgresql·oracle
Curvatureflight9 天前
MySQL 深分页越来越慢?从 LIMIT OFFSET 改成游标分页
数据库·oracle
XZ-0700019 天前
MySQL事务
数据库·mysql·oracle
tiancaijiben9 天前
阿里云函数计算FC如何实现网站的定时任务与自动化
数据库·oracle·dba
xfhuangfu9 天前
Oracle 19c 多租户体系架构介绍
数据库·oracle·架构
杨云龙UP9 天前
Spotlight 接入 Oracle 数据库监控操作指南 2026-06-16
数据库·oracle·性能监控·预警·阈值·spotlight·瓶颈分析