ORA-01940: cannot drop a user that is currently connecte |
| 发表者:admin分类:数据库2015-07-04 09:03:05 阅读[2215] |
ORA-01940: cannot drop a user that is currently connecte
SQL> conn /as sysdba
Connected.
SQL> drop user
drop user
*
ERROR at line 1:
ORA-01940: cannot drop a user that is currently connected.
SQL> select sid,serial# from v$session where username='FC';
---------- ----------
SQL> alter system kill session '150,9019';
System altered.
SQL>
User dropped.
转载请标明出处【ORA-01940: cannot drop a user that is currently connecte】。
《www.micoder.cc》
虚拟化云计算,系统运维,安全技术服务.
| Tags: | [阅读全文...] |
最新评论