ORACLE 下如何 查看用户session 及 kill
摘要:SQL> drop user sysman cascade;drop user sysman cascade*ERROR at line 1:ORA-01940: cannot drop a user that is currently connectedSQL> select sid,serial# from v$session where username='SYSMAN'; SID SERIAL#---------- ---------- 2558 522 2564 29 2576 1023SQL> alter system kill session &
阅读全文
posted @ 2012-06-19 11:48

浙公网安备 33010602011771号