Andres Lopez
Member
Hello, I have an issue with the Mac version. I'm working with two databases, one in Oracle 12c and the other in 19c. The behavior is the same: I open a session, start writing the code, execute my query, open a new SQL document, create and execute the query, then return to the first document and when trying to execute it again, the message Database Session has been disconnected. Reconnect? is displayed. What should I do to prevent the session from automatically disconnecting? I'm using Oracle 19c client.
I've put these lines on sqlnet.ora to test and has the same behavior:
SQLNET.EXPIRE_TIME = 0
SQLNET.INBOUND_CONNECT_TIMEOUT = 0
SQLNET.SEND_TIMEOUT = 0
SQLNET.RECV_TIMEOUT = 0
I've put these lines on sqlnet.ora to test and has the same behavior:
SQLNET.EXPIRE_TIME = 0
SQLNET.INBOUND_CONNECT_TIMEOUT = 0
SQLNET.SEND_TIMEOUT = 0
SQLNET.RECV_TIMEOUT = 0