I have a RH5.0 Linux server that has oracle11g server running on it. I have just created a new database and when I try to start it I'm getting the following error message:-
ORA-00845: MEMORY_TARGET not supported on this system
I have increased the size of /dev/shm to 50GB and I'm still getting this error message, what can I do to resolve this issue?
In /etc/fstab i have made the following change:-
tmpfs /dev/shm tmpfs defaults,size=50G 0 0
and then did the following:-
mount -o remount /dev/shm
Or do I actually need to physically reboot the server?
ORA-00845: MEMORY_TARGET not supported on this system
I have increased the size of /dev/shm to 50GB and I'm still getting this error message, what can I do to resolve this issue?
In /etc/fstab i have made the following change:-
tmpfs /dev/shm tmpfs defaults,size=50G 0 0
and then did the following:-
mount -o remount /dev/shm
Or do I actually need to physically reboot the server?