L
lwidjaya
Hi,
When I tried deleting records using db.execute "Delete * from tbl1", it
didn't work. It showed that the table was locked even though nothing was
using it. But when I used delete query, it worked fine. Is there a way to
find out what session or table that locks tbl1?
Thanks.
When I tried deleting records using db.execute "Delete * from tbl1", it
didn't work. It showed that the table was locked even though nothing was
using it. But when I used delete query, it worked fine. Is there a way to
find out what session or table that locks tbl1?
Thanks.