I'm using this package to synchronize several applications. My question is : is there a function to delete a lock record from dbms_lock_allocated? I use procedure
dbms_lock.allocate_unique for inserting in this table, then dbms_lock.request and dbms_lock.release functions. But release function doesn't delete from the above table.
Thanks