DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 19

Thread: rollback another user's transaction

Threaded View

  1. #4
    Join Date
    Oct 2008
    Location
    Chandigarh, India
    Posts
    322
    Can I find the SQL statement because of which the other sessions are waiting. I tried using SQL_ID from v$session to find the offending SQL statement but SQL_ID column value for blocking session is NULL. Had it not been NULL, I could have mapped it to SQL_ID of v$SQL.

    I can't simply kill this session because with DB session, more than application sessions are linked. Actually, the application product has been designed in such a way. Even If I know the OS user, I can't trace his session as OSUSER column shows the same value for all rows in v$session view.

    Is there any other way to find the SQL because of which other sessions are blocked?
    Last edited by mahajanakhil198; 12-18-2009 at 01:32 PM.
    lucky

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width