System.NullReferenceException - Oracle Connection
Hi,
My team is currently facing a problem with the Oracle connection, where it sporadically throws a NullReferenceException here and there whenever we try to create a new connection. We have taken some steps to tune the codes (like disposing used connection and command objects) but however, am unable to solve it. It is very unstable right now, as it throws the exception pretty frequently on the UAT server (every couple of click will bring about the error). It is more stable on development though (can go a whole day without meeting the error). They are connecting to the same database. Will appreciate any help or any inputs at all... =)
|