oracle清除会话

话不多说,上sql

查询SQL:

select saddr,sid,serial#,paddr,username,status from v$session where username =upper('etl') or username =upper('sys');

清除SQL:

alter system kill session '27,33353';

其中27为 查出的SID,33353为查出的 SERIAL#

猜你喜欢

转载自blog.csdn.net/u011943534/article/details/59112021
今日推荐