possible to lock stored procedure so only one session may run it at a time?
temApr 17 2012 — edited Apr 18 2012Is it possible in 11.2 Oracle database, perhaps using DBMS_LOCK, to lock a stored procedure so only a single session may run this procedure at any moment in time? If so, how to do it?
Edited by: tem on Apr 17, 2012 3:20 PM