How to force disconnect a user in Oracle

Source: Internet
Author: User
Tags introductions
In Oracle, the method of disconnecting a user is forced. First, find the current process of the target user. Note that the process is serial # Instead of serial. Some introductions on the Internet are missing #:

In Oracle, the method of disconnecting a user is forced. First, find the current process of the target user. Note that the process is serial # Instead of serial. Some introductions on the Internet are missing #:

In Oracle, the method of disconnecting a user is forced. First, find the current process of the target user. Note that the process is serial # Instead of serial. Some introductions on the Internet are missing #:

Select sid, serial # from v $ session where username = 'erp ';

When this statement is used, a process list is returned. Each line has two numbers, and then the following sid and serial are replaced by a number.

Alter system kill session 'sid, serial ';

For example

Alter system kill session '123 ';

Multiple rows of records may be returned through the select statement. Therefore, the alter statement must be executed multiple times.

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.