zoukankan      html  css  js  c++  java
  • ORA-00845

    系统版本:

    [root@yoon ~]# more /etc/oracle-release
    Oracle Linux Server release 5.7

    数据库版本:

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production

    [root@yoon ~]#vi /etc/fstab
    修改如下行的设置
    tmpfs /dev/shm tmpfs defaults 0 0
    改成
    tmpfs /dev/shm tmpfs defaults,size=6G 0 0 --看服务器内存大小而设定合适值
    保存退出
    重新mount下shm使其生效
    mount -o remount /dev/shm

  • 相关阅读:
    学习第57天
    学习第56天
    学习第55天
    学习第54天
    学习第53天
    学习第52天
    学习第51天
    学习第50天
    MVVM模式
    css盒模型
  • 原文地址:https://www.cnblogs.com/hankyoon/p/5174458.html
Copyright © 2011-2022 走看看