How to prevent the connection to the oracle server being gets lost if it is kept for some ideal time
|
|
|||||||||||||
|
|
|
One possible way that I knew to save the database connection from being getting lost is to send a dummy query after the threshhold time, By Threash hold I mean the time after which the connection to the database is expected to become idle or get lost. Some thing like
|
|||
|
|
|
|
If you use the newest JDBC spec 4.0 there is a |
||
|
