How to Change the Timeout Value for Oracle Spatial Web Services
Oracle Spatial Web Services is a component of the Oracle Database that enables users to find features such as roads, businesses and other points of interest based on their specific geographic location. A Web page running the Oracle Database is set to time out after 10 seconds, by default. You can change the timeout value using the built-in Windows text editor, Notepad.
Instructions
-
-
1
Log into your Web server using an FTP client on your computer.
-
2
Copy and paste the WSConfig.xml file to your desktop.
-
-
3
Click “Start." Click All Programs and select Notepad.
-
4
Click File and select Open. Select the WSConfig.xml file and click “Open.”
-
5
Locate the following code:
<wfs_query_timeout>10</wfs_query_timeout>
Replace “10” with the number of seconds you wish the timeout value to be.
-
6
Click File and select Save.
-
7
Upload the saved WSConfig.xml file to your Web server using an FTP client.
-
1