标签:rac run where job serial acl 运行 weight sid
1、查看正在运行的job;
SELECT * FROM USER_SCHEDULER_RUNNING_JOBS
2、根据sid查出对应的session;
select SID,SERIAL# from V$Session where SID=690;
3、kill对应的session;
alter system kill session ‘690,15126‘;
标签:rac run where job serial acl 运行 weight sid
原文地址:http://www.cnblogs.com/leis/p/6678586.html