Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: iSQLPlusTimeOutInterval parameter in 10g

Re: iSQLPlusTimeOutInterval parameter in 10g

From: canecat <nikiforov_at_netcracker.com>
Date: Thu, 24 Feb 2005 06:05:13 -0500
Message-ID: <839e2a7def398eda56e8115118780a88@localhost.talkaboutdatabases.com>


Hi,

Now you can edit the web.xml configuration file to change the timeout interval. The web.xml file is located in the directory: $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/isqlplus/isqlplus/WEB-INF In the web.xml file, search for the <session-timeout> element inside
<session-config>. The syntax of the line to change in the configuration
file is:

<session-config>

  <session-timeout>15</session-timeout>
</session-config>

Rgds. Received on Thu Feb 24 2005 - 05:05:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US