8 lines
125 B
SQL
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%';
|