ORA-00845: MEMORY_TARGET not supported on this system

来源:互联网 发布:web os 软件 编辑:程序博客网 时间:2024/06/05 02:09
SQL> startup nomount
ORA-00845: MEMORY_TARGET not supported on this system
SQL> 
SQL> 
SQL> exit
Disconnected
[oracle@xx~]$ exit
[root@xx~]# mount  -o remount, size=12g /dev/shm
[root@xx~]# 


为了重启后生效,还得去修改/etc/fstab的配置
[root@xx~]# vim /etc/fstab 




#
# /etc/fstab
# Created by anaconda on Wed Jan 15 04:45:47 2014
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=6d089360-3e14-401d-91d0-378f3fd09332 /                       ext4    defaults        1 1
/dev/sdc1                /oracle                   ext4    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults,size=12G        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0




然后再次启动,搞定,如下
0 0
原创粉丝点击