Can't find what you're looking for? Use of one of the search websites below …

HomeoracleGridIncrease idle time for OMS frontend sessions

Increase idle time for OMS frontend sessions

Published on Monday, January 28, 2008

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

Leave a Reply