Is there an equivalent to sp_getapplock, sp_releaseapplock in oracle
Posted
by Noam
on Stack Overflow
See other posts from Stack Overflow
or by Noam
Published on 2010-04-13T07:03:47Z
Indexed on
2010/04/13
8:12 UTC
Read the original article
Hit count: 242
Oracle
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?
© Stack Overflow or respective owner