Block procedure PL/SQL with Oracle -
I have a process and I want only one user to execute this process at the same time.
This is only on top of my head: consider using the lock named by dbms_lock
After the statement that starts, get locked, do it, then keep it on the exit (keep in mind the errors / exceptions!).
Katie
Comments
Post a Comment