Increase idle time for OMS frontend sessions
January 28th, 2008Some 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