zoukankan      html  css  js  c++  java
  • ORA27301 解决一例

        最近同事总反应网站突然连接不上,过两三秒又恢复正常。查看 log, 发现如下错误
    ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: ssthrddcr
    在网上搜了很久,未找到解决方式,上metalink 上找找看,找到几条,英文不好,看不太全懂。发现一个关键词,memory.突然想到,是不是memory硬件故障呢?要不然为何总报OS错误,且几秒钟又自行恢复正常,是否memory 某些存储单元有问题。
         立刻行动,换掉所有memory, 开机,请使用单位再试,一周过去了,居然再也没有出现类似错误,看来真的是memory 出了问题。请同事用专业的软件对memory进行测试,居然一切正常,给其他server使用,也未出现问题。怪异。但最少我的问题解决了。
  • 相关阅读:
    algorithm,ds,Skew heap
    python,file,os,shutil
    python,pickle,serialize
    algorithm,ds,leftist heap
    shell,chapter 2
    shell,chapter 1
    shell,Introduction to shell
    signal and slot in pyside
    python,cron,gae,bae
    python,mysql,sql,mysqldb
  • 原文地址:https://www.cnblogs.com/kevinsun/p/970492.html
Copyright © 2011-2022 走看看