What are the possible values for PROCESS_TYPE column in AZ.AZ_PROCESSES table?
Would like to know what are the possible values (as stored in the table) of this column...
We have a block corruption linked to statistics on this table and hence unable to query table contents. Select * from az.az_processes errors out (message indicates block corruption on a sys cluster). But if select all columns other than process_type, we get 92 rows of data. We are looking at truncating this table, doing an full db export, create a fresh db, do an import and manually insert contents of az.az_processes table.