Avoid duplicate inserts in parallel session
Hi There,
What is the best practice to avoid duplicate records when two sessions are running in parallel trying to insert the same record in a table? My requirement is that other transaction should wait for couple of minutes & then check that as the first one is already inserted and commited.
Thanks
Thanks
0