Oracle Disconnects the deadlock user

Source: Internet
Author: User

--view disk statements that consume the most disk read and write rates Select * from(SelectV.sql_id,v.child_number,v.sql_text,v.elapsed_time,v.cpu_time,v.disk_reads,rank () Over(Order  byV.disk_readsdesc) Elapsed_rank fromV$sql v) awhereElapsed_rank<= Ten; --to view the statement that generated the table lock, you can go to the SID numberSelect *  fromV$lockwhereType='TX'; --view sessions, according to Sid and Serial# fields, to disconnect the sessionSelect *  fromV$sessionwhereSid=147;Select *  fromV$sessionwhereSid=138; --view the machine that generated the deadlockSelectUsername,sid,serial#,lockwait,status,machine,program fromV$sessionwhereSidinch (Selectsession_id fromv$locked_object)--Disconnect the sessionAlterSystemKillSession'138,45'; --to view the SQL statement that generated the deadlockSelectSql_text fromV$sqlwhereHash_valueinch (SelectSql_hash_value fromV$sessionwhereSidinch (Selectsession_id fromV$locked_object))

Oracle Disconnects the deadlock user

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.