how to close a oracle connection immediately in .net
910675Jan 31 2012 — edited Feb 2 2012Hello,
ich write a client(c# program) that connect to oracle db via oracle client and ado.net.
i open a connection at the start of my programm and close it at the end and exit of my program.
i want to reconnect when the connection lost. when the connection lost i close the connection and reopen it with open. my problem is that close and reopen d'ont cause a exception !!!!!!
can anyone explain me why???
i have deaktivite the pooling but the same probleme. i have remarked that the connection will be closed later by the second retry to reconnect.
any idea?
thanks in advance
youssef