7 x 24 在线支持!
Oracle ORA-01147: SYSTEM 表空间文件 处于脱机状态
如果自己搞不定可以找诗檀软件专业ORACLE数据库修复团队成员帮您恢复!
诗檀软件专业数据库修复团队
服务热线 : 13764045638 QQ号:47079569 邮箱:service@parnassusdata.com
ORA-01147: SYSTEM 表空间文件 处于脱机状态
ORA-01147 oerr ora 1147 01147, 00000, "SYSTEM tablespace file %s is offline" // *Cause: A file belonging to the SYSTEM tablespace has been marked offline // by the DBA. The database cannot be started until all SYSTEM // tablespace files are online and openable. // *Action: Bring the file online.
适用于:
Oracle Database – Enterprise Edition –版本 12.1.0.2 及以上
本文信息适用于任何平台。
症状
在RMAN 时间点恢复(PITR)后,数据库打开失败显示:
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01147: SYSTEM tablespace file 196 is offline
ORA-01110: data file 196: ‘+DATA_1/ESTC1CDB/DATAFILE/system.359.876912739’
更改
在时间点恢复后,一个数据文件被添加到系统表空间。
原因
Bug 21041654 12c CDB Root Recovery Using Current Controlfile Fails With New System Files
解决方案
应用补丁21041654 来解决问题。
该问题影响12c 多租户和非多租户数据库。
参考
BUG:21041654 - 12C CDB ROOT RECOVERY USING CURRENT CONTROLFILE FAILS WITH NEW SYSTEM FILES NOTE:1203353.1 - How to find Oracle Database Documentation on OTN web site