M MaDonath Member Feb 1, 2012 #1 I think there is an error in the 'Connected' property of TOracleSession. 'Connected' is true if the connection has been interrupted externally. (ORA error 3114 'not connected to ORACLE') Should not 'Connected' be false in this case? Markus
I think there is an error in the 'Connected' property of TOracleSession. 'Connected' is true if the connection has been interrupted externally. (ORA error 3114 'not connected to ORACLE') Should not 'Connected' be false in this case? Markus
Marco Kalter Administrator Staff member Feb 2, 2012 #1 Not really. The Connected property only indicates that you have made a connection. It does not change due to server errors.
Not really. The Connected property only indicates that you have made a connection. It does not change due to server errors.