Is there an equivalent to sp_getapplock, sp_releaseapplock in oracle
- by Noam
I need the ability to use custom locks at a session level (outside the scope of a transaction) in oracle.
In MSSQL I am using sp_getapplock, sp_releaseapplock.
How can I achieve the same functionality in Oracle?