Files
oracle/vdh/check_px.sql
T

8 lines
125 B
SQL
Raw Normal View History

2026-03-12 21:23:47 +01:00
column statistic format a50
column value for 999,999
select *
from V$PX_PROCESS_SYSSTAT
where statistic like '%In Use%';