ORA-00845: MEMORY_TARGET not supported on this system

SQL> startup

ORA-00845: MEMORY_TARGET not supported on this system

 

[oracle@host2 ~]$ df -h (query disk space usage)

Filesystem            Size  Used Avail Use% Mounted on

/dev/sda3 35G 18G 16G 54% /

/dev/sda1              99M   22M   73M  23% /boot

tmpfs                 995M  222M  773M  23% /dev/shm

/ dev / sr0 3.6G 3.6G 0 100% / media / Oracle Linux Server dvd 20110119

 

solution:

[root@host2 ~]# mount -o remount,size=4G /dev/shm

( Temporarily change the size of the /dev/shm partition to make it compatible with more files) 

[oracle@host2 ~]$ df -h

Filesystem            Size  Used Avail Use% Mounted on

/dev/sda3 35G 18G 16G 54% /

/dev/sda1              99M   22M   73M  23% /boot

tmpfs 4.0G 429M 3.6G 11% / dev / shm

/ dev / sr0 3.6G 3.6G 0 100% / media / Oracle Linux Server dvd 20110119

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326482241&siteId=291194637