I have a procedure and I would like that only one user could execute this procedure at same time.
A simple solution can be to use lock at the table level, by using FOR UPDATE.