ORA-00845: MEMORY_TARGET not supported on this system
Cause : The MEMORY_TARGET parameter was not supported on this operating system or /dev/shm was not sized correctly on Linux.
Action : Refer to documentation for a list of supported operating systems. Or, size /dev/shm to be at least the SGA_MAX_SIZE on each Oracle instance running on the system.
Popularity: 40% [?]



July 29th, 2008 at 8:37 pm
I found that /dev/shm must be larger than what you are asking oracle to use for memory.
Ie. I made /dev/shm 16.5 GB
I asked oracle to use 16.4 GB and it failed.
…
I then asked oracle to use 16.0 GB and it worked?
Oh well.