v$bgprocess
attributes
select b.name, b.description, b.* from v$bgprocess b where json_value(attributes, '$.instance_critical') = 'yes' -- and paddr <> '00' ;
v$process
Index