We have an application using BDE connected to Oracle DB.
I use TQuery for SQL queries and connect to TDatabase, we are not professional programmers, and we do not know what is happening under the hood.
Our network is unstable, we have a problem with packet loss.
If a problem occurs, our application disconnects from the database server or does not complete the current request.
What is the best way to handle this?
Our network team is currently working on a major issue, and we changed the code to reconnect to the database when we have a failure. We are faced with the problem of the number of open sessions on our database server.
Is there any solution for this?
This is a common problem for us.
source share