


Are locks released again?
Any locks on data objects still existing at the end of a transaction are automatically released. But a lock can also be kept beyond the end of a transaction by explicitly specifying the locked data object at the end of the transaction.


