Title: RE: Table Locks

Does v$locked_object show anything for those tables?

> -----Original Message-----
> From: Alan Davey [mailto:[EMAIL PROTECTED]]
>
> I've noticed some locks on various tables and I'm trying to
> figure out which DML statements are causing the locks.  In
> this example, the lock isn't being released because the
> developer forgot to include a commit/rollback.
>
> If I look at v$session which is causing the lock and query
> v$sqlarea with  the values in sql_address and prev_sql_addr,
> I only see select statements that were issued after the DML
> (in this case a delete).  I can query
> v$sqlarea with the locked table name and find the delete
> statement, but how do I link this back to the sid that issued
> it?  Also, what if there had been multiple DML statements by
> this user, how would I know which was the first/last one executed?
>
> I'm RTFMing, but so far no luck.  Any help would be greatly
> appreciated.

Reply via email to