Serialization with wait
875308Aug 29 2011 — edited Sep 14 2011Hi,
I am using dbms_sleep() while implementing serialization.
This returns error message for a session, while another session is in process
declare
*
ERROR at line 1:
ORA-20001: Timed Out - As another session is Running the application
ORA-06512: at line 7
I dont want error message to be displayed,while application is waiting to acquire the lock.
Could you please help me?
Thank You,
-Aparna