Some additional configuration directives.
To increase the idle time for the OMS frontend sessions edit the ‘oracle.sysman.eml.maxInactiveTime’ configuration parameter your Oracle Management Server’s emoms.properties file. The parameter value unit is in minutes and the default is 15 minutes which is a bit short I suppose. I have set it to 4 hours as you can see in the example below.
$ cat $ORACLE_HOME/sysman/config/emoms.properties | grep maxInactiveTime
oracle.sysman.eml.maxInactiveTime=240
$
For more info see the ‘Enterprise Manager Advanced Configuration‘ book
Read more →
Purging SYSAUX tablespace (Purging AWR reports)
Dump below is of a session clearing the sysaux tablespace. It turned out that something went wrong with the automatic AWR gathering/purging and the sysaux tablespace became very large.
Thanks to this blog I found script below wich displays the various sysaux components and their sizes.
Read more →