重庆思庄Oracle、Redhat认证学习论坛
标题:
rac中一个实例下关闭其他实例下的回话
[打印本页]
作者:
郑全
时间:
2016-11-24 18:17
标题:
rac中一个实例下关闭其他实例下的回话
比如我在sid=orcl1下,要关闭sid=orcl2下面的session,首先找到回话sid,serial#,inst_id
select inst_id,sid,serial#,username from gv$session where username is not null;
比如要杀sid=101,serial#=3344,inst_id=2;那么我们在inst_id=1里面执行以下语句即可:
alter system kill session '101,3344,@2' immediate;
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/)
Powered by Discuz! X3.2