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 -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -