Xanana Gusmao wrote:
Hi,Is there a SQL command to display the lists of active locks in a Derby database running in embedded mode ? For example, you can easily write scripts to do the same in Oracle.
select * from SYSCS_DIAG.LOCK_TABLE -- Øystein
Xanana Gusmao wrote:
Hi,Is there a SQL command to display the lists of active locks in a Derby database running in embedded mode ? For example, you can easily write scripts to do the same in Oracle.
select * from SYSCS_DIAG.LOCK_TABLE -- Øystein