• ORA27301: OS failure message: 重叠 I/O 操作在进行中


    今天一同事做提交数据库的时候提示内存不足了,再过一会发现监听自动停止了。打开预警日志发现如下错误:

    Tue Dec 27 14:41:00 2011
    Process startup failed, error stack:
    Tue Dec 27 14:41:00 2011
    Errors in file d:\oracle\product\10.2.0\admin\telemt\bdump\telemt_psp0_1860.trc:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: 重叠 I/O 操作在进行中。
    ORA-27302: failure occurred at: skgpspawn

    Dump file d:\oracle\product\10.2.0\admin\telemt\bdump\telemt_psp0_1860.trc
    Tue Dec 27 14:40:39 2011
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows Server 2003 Version V5.2 Service Pack 1
    CPU                 : 2 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:627M/2011M, Ph+PgF:3123M/4880M, VA:510M/2047M
    Instance name: telemt

    Redo thread mounted by this instance: 1

    Oracle process number: 3

    Windows thread id: 1860, image: ORACLE.EXE (PSP0)


    *** SERVICE NAME:(SYS$BACKGROUND) 2011-12-27 14:40:39.406
    *** SESSION ID:(169.1) 2011-12-27 14:40:39.406
    *** 2011-12-27 14:40:39.406
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: 重叠 I/O 操作在进行中。
    ORA-27302: failure occurred at: skgpspawn
    *** 2011-12-27 14:41:00.406
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:spcdr:9261:4200 failed with status: 997
    ORA-27301: OS failure message: 重叠 I/O 操作在进行中。
    ORA-27302: failure occurred at: skgpspawn
     

    在网上搜了下,看来还挺多人碰到这个错误的,目前我们的这个数据库是安装在windows系统32位的,而且oracle的版本是10.2.0.1,看来真是oracle的bug了。

    解决方法:

    1) Reduce the amount of SGA needed to be allocated for the database.
    2) Limit the number of dedicated connections to the database and the amount of memory each user process will consume.
    3) Change from dedicated connections to multi-threaded server (MTS) connections as MTS only uses a fraction of the amount of memory allocated to each user
    process when initial connection to the database is established.
     直接重启数据库无法解决问题,因为这个是测试数据库,连接的人就2到3个,而目前在使用的不超过2个。因此选择第一种方法,将sga改小,再重启果然可以了。

  • 相关阅读:
    codeforces707B:Bakery
    codeforces707A:Brain's Photos
    BZOJ1084 [SCOI2005]最大子矩阵
    BZOJ1264 [AHOI2006]基因匹配Match
    BZOJ2764 [JLOI2011]基因补全
    codevs1257 打砖块
    BZOJ1079 [SCOI2008]着色方案
    BZOJ1026 [SCOI2009]windy数
    菜鸟学自动化测试(一)----selenium IDE
    关于w3school的html5部分output 元素实例代码(点亲自试一试进去)的问题纠正
  • 原文地址:https://www.cnblogs.com/lanzi/p/2303593.html
Copyright © 2020-2023  润新知