Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: iSQLPlusTimeOutInterval parameter in 10g
Thank you very much, "Canecat"... This was exactly what a needed !!!
"canecat" <nikiforov_at_netcracker.com> wrote in message
news:839e2a7def398eda56e8115118780a88_at_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 Fri Feb 25 2005 - 03:12:57 CST