oracle中查看正在运行的并行进程

select count(*) from v$px_process a where a.STATUS='IN USE';

原文地址:https://www.cnblogs.com/nizuimeiabc1/p/7823406.html