码迷,mamicode.com
首页 > 数据库 > 详细

ORACLE 下查看用户session 及 kill 用户session

时间:2020-02-21 20:27:59      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:current   test   cannot   from   font   nec   acl   ted   style   

SQL> drop user test cascade;
drop user test cascade
*
ERROR at line 1:
ORA-01940: cannot drop a user that is currently connected

 

SQL> select sid,serial# from v$session where username=‘TEST‘;

       SID    SERIAL#
---------- ----------
      2558        522
      2564         29
      2576       1023

SQL> alter system kill session ‘2558,522‘;

System altered.

ORACLE 下查看用户session 及 kill 用户session

标签:current   test   cannot   from   font   nec   acl   ted   style   

原文地址:https://www.cnblogs.com/zhm1985/p/12342598.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!