ORACLE Commit problem--- Error 8197
-
Dear Friends, i m working on an VC++ application and using oracle as a backend. Through my application i m writing some data to Oracle database. After certain number of iterations i m getting Commit error (8197). Can anybody help me with this? What might be the reason for the same.
-
Dear Friends, i m working on an VC++ application and using oracle as a backend. Through my application i m writing some data to Oracle database. After certain number of iterations i m getting Commit error (8197). Can anybody help me with this? What might be the reason for the same.
It could be deadlocks (row locks by another app). Try figuring which data it fails on.
-
It could be deadlocks (row locks by another app). Try figuring which data it fails on.
Hi Arsene, Actually using one application i m putting data in a table and another application is accessing that data to display on the screen. Can this lead to deadlock situation??/ When i m reading tht data from another appplication i m trying to do some operation as Distinct, SUM and Count... Can this lead to deadlock situation??/ It will be very helpful if u can provide with some information... Thanks in Advance