Hi All,
In one transaction(Thread) i am performing one update and multiple deletes on a table,
From other transaction(Thread) i am firing select query on the above table before committing above transaction.
The lock on the above rows or table releasing and returning 0 rows.
Can you please tell me why and when this thing will happen?
Thanks,
Brahma.