Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: iSQLPlusTimeOutInterval parameter in 10g
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