码迷,mamicode.com
首页 > 其他好文 > 详细

ORA-00600 ORA-01565 ORA-27046

时间:2015-03-12 11:40:43      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:ora-00600   ora-01565   ora-27046   

昨天在做数据泵导入导出的时候,突然遇到ude-00008错误,查看日志文件:
<span style="font-size:10px;">Errors in file /oracle/afcprd01/db/10.2.0/admin/afcprd01_afcdb/bdump/afcprd01_dbw0_1417220.trc: 
ORA-00600: internal error code, arguments: [kmgs_parameter_update_timeout_1], [1565], [], [], [], [], [], [] 
ORA-01565: error in identifying file '/oracle/afcprd01/db/10.2.0/dbs/spfileafcprd01.ora' 
ORA-27046: file size is not a multiple of logical block size 
Additional information: 1 
Additional information: 2759 
Additional information: 512 
DBW0: terminating instance due to error 471 
Instance terminated by DBW0, pid = 1417220</span>

数据库已经宕机了,spfile损坏了,具体怎么损坏的,也不清楚。既然如此,就只有恢复spfile了。

MOS上面给出非常详细的方案:

ORA-600 [kmgs_parameter_update_timeout_1], [1565], Instance Terminated, Can‘t Startup Using Either Pfile Or Spfile (Doc ID 960080.1) 技术分享To Bottom 技术分享

In this Document
  Symptoms
  Cause
  Solution
  References


APPLIES TO:

Oracle Server - Enterprise Edition - Version: 10.2.0.4 and later   [Release: 10.2 and later ]
Information in this document applies to any platform.

SYMPTOMS

Instance terminated with the following error :

Errors in file /oracle/afcprd01/db/10.2.0/admin/afcprd01_afcdb/bdump/afcprd01_dbw0_1417220.trc: 
ORA-00600: internal error code, arguments: [kmgs_parameter_update_timeout_1], [1565], [], [], [], [], [], [] 
ORA-01565: error in identifying file ‘/oracle/afcprd01/db/10.2.0/dbs/spfileafcprd01.ora‘ 
ORA-27046: file size is not a multiple of logical block size 
Additional information: 1 
Additional information: 2759 
Additional information: 512 
DBW0: terminating instance due to error 471 
Instance terminated by DBW0, pid = 1417220

Now, database can not be started using either pfile or spfile.

CAUSE

In this case, this is looking spfile corruption issue, due to which database can not be open, but pfile is also having some problem, possibly some junk character is there, which not allowing to open the database using pfile.

SOLUTION

To solve the issue related to corrupted PFILE/SPFILE , please follow the below steps.

- Restore any old valid pfile / spfile from backup 

OR

- If the backup of the pfile / spfile is not available , try to get the instance startup parameters from the alert log from last startup.

OR

- If the backup of the pfile / spfile nor old alert log is not available , follow the below steps:

      Startup the database in restricted mode using a new pfile. 
      This new pfile should be created using old pfile by copying all the parameters one-by-one. 

First make it with minimum values, just to startup and check the possibility that there is even a problem with the new pfile. 

-- If it is unsuccessful, then there might be an issue with new pfile also. 
-- Now, edit and copy all the parameters in it one-by-one from old pfile. 
-- Open the database with new pfile again. 
-- Once database is open, create spfile from this new pfile. 
-- Shutdown the database. 
-- Startup the database with the spfile now. 


ORA-00600 ORA-01565 ORA-27046

标签:ora-00600   ora-01565   ora-27046   

原文地址:http://blog.csdn.net/zbdba/article/details/44217771

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!