Oracle.ManagedDataAccess.Client.OracleException (0x80004005): Connection request timed out
Hello,
I have a some .net application which do some small updates on oracle databases(12.1.0.2). Sometimes application returns below error messages:
Oracle.ManagedDataAccess.Client.OracleException (0x80004005): Connection request timed out
at OracleInternal.ConnectionPool.PoolManager`3.Get(ConnectionString csWithDiffOrNewPwd, Boolean bGetForApp, String affinityInstanceName, Boolean bForceMatch)
at OracleInternal.ConnectionPool.OraclePoolManager.Get(ConnectionString csWithNewPassword, Boolean bGetForApp, String affinityInstanceName, Boolean bForceMatch)
at OracleInternal.ConnectionPool.OracleConnectionDispenser`3.Get(ConnectionString cs, PM conPM, ConnectionString pmCS, SecureString securedPassword, SecureString securedProxyPassword)
In alert log and trace files there are no any interesting information about that timeouts. I would ask about way to find source of this problem - is it possible to capture that timeouts in trace/alert files?