OIM Purge and Archival Command Line Utility Issue
We followed the below link to run the OIM Purge and Archival Command Line Utility,
https://docs.oracle.com/cd/E52734_01/oim/OMADM/archival_utilities.htm#OMADM2221
its just archiving the records where re_status IN (''Creation Succeeded'',''Update Succeeded'',''Delete Succeeded'',''Event Closed'')'
how we can archive the data for other event status like
Event Received
Multiple Accounts Match Found
Data Validation Failed
Multiple Users Match Found
No User Match Found
Data Received
Update Failed
As I can see in Store Procedure it archive the data for these 4 status only
're_status IN (''Creation Succeeded'',''Update Succeeded'',''Delete Succeeded'',''Event Closed'')' ;