温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Oracle11g 启动报错ORA-00845: MEMORY_TARGET not supported on this system报错解决

发布时间:2020-07-07 00:50:25 来源:网络 阅读:696 作者:赤练挚爱 栏目:关系型数据库

ORA-00845: MEMORY_TARGET not supported on this system报错解决

  1. Oracle启动报错

   ORA-00845: MEMORY_TARGET not supported on this system报错解决

   SQL> startup

   ORA-00845: MEMORY_TARGET not supported on this system

   查看原本大小

   [root@Shine2 oracle]# df -h|grep shm

    tmpfs                 505M  75K  505M  1% /dev/shm


   [oracle@Shine2 ~]$ vim /etc/fstab

   把文件中

    tmpfs                   /dev/shm                tmpfs   defaults        0 0

   改为

    tmpfs                   /dev/shm                tmpfs   defaults,size=1G        0 0


修改完成后,重新启动机器


[oracle@Shine2 ~]$ sqlplus


SQL*Plus: Release 11.2.0.1.0 Production on Sat Jul 30 09:34:01 2011


Copyright (c) 1982, 2009, Oracle.  All rights reserved.


Enter user-name: / as sysdba

Connected to an idle instance.


SQL> startup

ORACLE instance started.


Total System Global Area  640286720 bytes

Fixed Size            1338420 bytes

Variable Size          461374412 bytes

Database Buffers      171966464 bytes

Redo Buffers            5607424 bytes

Database mounted.

Database opened.


此时问题解决

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI