Re: out of memory error in alert log file.
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/out-of-memory-error-in-alert-log-file-tp8362p8364.html
*You should start checking the OS limits of Oracle User.
it may be related with the max data memory OS limit for Oracle OS user. (ulimit..)
*Also check syslog for swap space or /tmp full errors -> Increase swap or /tmp space if needed.
*Check the PGA limits as well -> You may need to tune that as well. Maybe you are using lots of memory per process and consume the OS memory resources aggresively..
*There are bugs as well..
Note that, "this is very generic. We need to see those trace files to be more specific."