Executing the Stored Procedure for Data Archive
You can start the archive process by executing the ARCHIVE_MFT_DATA stored procedure in the archive schema or database.
The parameters required to execute the stored procedure are as follows:
p_retain_days
p_runtime_schema_name
p_archive_schema_name
p_batch_size
p_user_idThe stored procedure execution logs appear in the ARCHIVE_MFT_LOG database table. For more information about how to execute stored procedures, see the stored procedure execution instructions specific to your database.