Oracle function (stored procedure) or table Save card dead, Locked solution

Source: Internet
Author: User

1. If the function is locked, then there must be a process using the function

Select b.sid,b.serial# from Dba_ddl_locks A, v$session b Where a.session_id = b.sid and A.name = ' function name or table name ';

2. Kill processes using commands in Oracle

Alter system kill session ' sid,serial# ';

3. If you encounter a situation that cannot be killed in Oracle, the process is killed at the OS level

Select spid, Osuser, s.program from V$session s,v$process p where s.paddr=p.addr and s.sid=1715

Kill-9 PID

Oracle function (stored procedure) or table Save card dead, Locked solution

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.