We are stuck in a situation where one of our processes takes 3 hours of computing without touching the database. The connection that was made before the process call is closed by the Oracle server, and any subsequent request or commit causes a closed connection exception.
It seems to us that the problem is that Oracle closes the connection, which for some reason is idle for some reason.
We tried to change EXPIRE_TIMEOUT in sqlnet.ora, but that didn't help either.
What can we do to solve this problem?
oracle connection python-idle
Irfan zulfiqar
source share