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

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -