Getting error Arithmetic operation resulted in an overflow when using OracleDependency
Hello All,
We have .net application and need to get change event of Database of particular Table into Application.
We have used OracleDependency class and using Oracle.DataAccess.dll (11.2.0).
Now when application is running and Database Table updates it shows error as following
System.OverflowException
HResult=0x80131516
Message=Arithmetic operation resulted in an overflow.
Source=Oracle.DataAccess
StackTrace:
at Oracle.DataAccess.Client.OracleDependency.OnChangeOpsCallback_fn(String id, IntPtr opsErrCtx, IntPtr opsChgNTFNDesc, NotiVal notiVal)
Need help to resolve the issue..
Thanks in Advance
Ankit Shah