Files
oracle/vdh/check_px.sql
2026-03-12 21:23:47 +01:00

8 lines
125 B
SQL

column statistic format a50
column value for 999,999
select *
from V$PX_PROCESS_SYSSTAT
where statistic like '%In Use%';