博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ORA-00205
阅读量:6933 次
发布时间:2019-06-27

本文共 1553 字,大约阅读时间需要 5 分钟。

场景

数据库启动时报错。关闭前还是正常运行的,再次启动时,就报了以下错误。

Copyright (c) 1982, 2013, Oracle.  All rights reserved. Connected to an idle instance. SQL> startupORACLE instance started. Total System Global Area  784998400 bytesFixed Size              2257352 bytesVariable Size                515903032 bytesDatabase Buffers      264241152 bytesRedo Buffers                 2596864 bytesORA-00205: error in identifying control file, check alert log for more info  SQL> exitDisconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options

 

分析

 上数据库关闭时,数据库运行正常。关闭数据库后,就立即关闭了服务器。这次开启服务器,再开启数据库时,就报了该错误。怀疑是系统的原因更大一些,就试着重启了一下系统,再启动数据库时,就能正常启动了。然后查阅一些资料。

 

 Oracle 官方对于ORA-00205的分析

Versions 10.2, 11.1, 11.2, 12.1Error:  ORA-00205 error in identifying control file, check alert log for more info ---------------------------------------------------------------------------Cause:  The system could not find a control file of the specified name and 	size. Action: Check that ALL control files are online and that they are the same 	files that the system created at cold start time.

 

Database Bugs Related to ORA-00205

        Errors are usually due to usage, application or configuration issues but in some cases they may be caused by a bug issue. This section lists any database bugs that have been linked to error "ORA-205" .

 

总结

ORA-00205可能是因为数据库在启动时无法正常读取控制文件,但这并不表示控制文件损坏,可能是系统由于某种原因导致数据库无法读取,也可能是其他原因;可能重启系统再次启动库,或者在系统层面查看控制文件的信息,确认其是否正常。

 

转载于:https://www.cnblogs.com/perfei/p/4910252.html

你可能感兴趣的文章
Spring Security验证流程剖析及自定义验证方法
查看>>
单链表的创建,查找,删除,插入。
查看>>
转:分布式ID生成方法
查看>>
音频特征提取——pyAudioAnalysis工具包
查看>>
mysql 查询优化 ~ select count 知多少
查看>>
P1005 矩阵取数游戏
查看>>
WCF关于VS2010的配置
查看>>
ionicView视图的生命周期
查看>>
[K/3Cloud] 单据转换插件执行顺序
查看>>
关于Nginx支持.htaccess的分析
查看>>
Android中线程与进程的理解
查看>>
win 下 nginx 的虚拟主机创建
查看>>
【转载】border:none;与border:0;的区别
查看>>
Hyperledger Fabric -- gossip 协议
查看>>
判断IE版本
查看>>
静态函数造成GC的原因
查看>>
windows phone 使用bing map 服务
查看>>
Elasticsearch索引原理
查看>>
SVM核技巧之终极分析
查看>>
hdu2089 不要62 数位DP
查看>>