ORA-600错误关于spfile损坏

  1. 问题现象
    [instance alert log]

Thu Sep 16 17:13:17 2010
Errors in file

/u01/app/oracle/diag/rdbms/bdafisdrs/bdafisdc2/trace/bdafisdc2_mmon_12522.trc (incident=14620):
ORA-00600: internal error code, arguments: [kmgs_parameter_update_timeout_1], [17510], [], [], [], [], [], [], [], [], [], []
ORA-17510: Attempt to do i/o beyond file size
Incident details in: /u01/app/oracle/diag/rdbms/bdafisdrs/bdafisdc2/incident/incdir_14620/bdafisdc2_mmon_12522_i14620.trc
  1. 问题原因
    Cause of the Problem
    The error ORA-17510 and ORA-600 [kmgs_parameter_update_timeout_1] indicates a problem of extending the size of the spfile, or a possible corruption of the spfile. Oracle is not able to write entry in the spfile and hence error returned.

  2. 解决方法,重建spfile

Solution of the Problem
In order to solve the problem you need to recreate the spfile.

  1. First create a pfile from the spfile, e.g.:
SQL> connect / as sysdba
SQL> create pfile='/tmp/pfile.ora' from spfile;
  1. Startup the instance using the pfile created, e.g.:
SQL> starup pfile='/tmp/pfile.ora';
  1. Then recreate the spfile from the pfile, e.g.:
SQL> connect / as sysdba
SQL> create spfile from pfile='/tmp/pfile.ora';
  1. Startup the instance with the spfile and modify the parameter.
SQL> startup

至此问题解决。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值