Oralce stops running and cannot be solved

Source: Internet
Author: User

Oralce stops running and cannot solve the problem. First, find "session" in the plsql tool ", you can check that the sid corresponds to "ACTIVE" to check which program is run in SQL text. 1 \ -- Query sid select * from v $ session t1, v $ locked_object t2 where t1.sid = t2.SESSION _ ID; 2 \ -- Query spid select s. sid, spid, osuser, s. program from v $ process p, v $ session s where p. addr = s. paddr and s. sid = 26; 3 \ -- unlock -- Unlock under dos (under dos) orakill zzdb19 (database) 8068 (spid) ---- unlock kill-9 (spid) under linux) -- check where the program runs select B. * from v $ session a, v $ sqlarea B where. SQL _hash_value = B. hash_value and. sid = 33

Related Article

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.