09
Jan
Oracle Error: ORA-00845: MEMORY_TARGET not supported on this system
I encountered the error (ORA-00845: MEMORY_TARGET not supported on this system) after upgrading Fedora to 12 when trying to startup my oracle database. Luckally after a bit of research the solution is pretty easy to implement. To resolve it in the short term run (as root): mount -t tmpfs shmfs -o size=1500m /dev/shm To resolve [...]
Continue Reading →