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

相关推荐
mN9B2uk171 小时前
数据库设计 Step by Step
数据库·oracle·数据库开发
abcy0712131 小时前
oracle配置pdb账号密码图文教程
数据库·oracle
六月雨滴2 小时前
SQL 优化
sql·oracle·dba
霸道流氓气质2 小时前
Spring Boot + Jasypt 实战指南:配置文件敏感信息加密完全手册
数据库·spring boot·oracle
郝学胜-神的一滴2 小时前
系统设计 014:缓存深度实战:如何用 Cache 优雅优化数据库读写?
java·数据库·python·缓存·oracle·php·软件构建
JdSnE27zv2 小时前
数据库表字段命名规范
数据库·oracle
一只fish3 小时前
Oracle官方文档翻译《Database Concepts 26ai》第21章-Oracle AI 数据库中的AI
数据库·人工智能·oracle
Litluecat13 小时前
信创迁移:Oracle切换海量数据库,慢sql扫描
数据库·sql·oracle·信创·海量
消失在人海中13 小时前
Oracle的CURRENT REDO丢失,数据丢失风险分析
数据库·oracle