DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: auto logout interval on OEM

Hybrid View

  1. #1
    Join Date
    May 2000
    Location
    Richardson, Texas, USA
    Posts
    39

    auto logout interval on OEM

    Oracle Enterprise Manager 10g has the auto logout feature that logs you out if you are inactive for a while. Is it possible to modify the interval somehow?

    Thanks.

  2. #2
    Join Date
    Apr 2006
    Posts
    377
    You need to modify the value of oracle.sysman.eml.maxInactiveTime in the $IAS_HOME/sysman/config/emoms.properties file and then restart the Management Server.

  3. #3
    Join Date
    May 2000
    Location
    Richardson, Texas, USA
    Posts
    39
    What is $IAS_HOME? I am not using the app server, just regular oracle server. I could not find a emoms.properties file. There is a emoms.properties.emca file but that does not have any maxInactiveTime property in it.

  4. #4
    Join Date
    Apr 2006
    Posts
    377
    For DB Control, you should set it in:

    $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/em/em/WEB-INF/web.xml

    and set the following parameter to -1 (no limit):

    <session-config><session-timeout>-1</session-timeout></session-config>

    or if you like, you can specify a positive number to indicate the number of minutes before timeout.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width