client-side timeout
We are using Oracle 8i/ 9i /10g databases and Forms6 on the client side. Whenever there is a network connection problem the Forms freezes and we have to kill the processes.
Is there possible to set a client-side timeout (sqlnet.ora or tnsnames.ora)? That is, if there is no response from the Database after X seconds then abort the query.
Certainly we must fix the network problem, but there can always be some bug on the network. So I feel that a timeout function will reduce the danger of clients that hangs.