Hi,
IF your IS is not running, you can safely truncate those two tables, if you do not need their values.
You may also run a DELETE FROM ... WHERE AUDITTIMESTAMP < some_value
(where the IS can remain active) but take care the database server does not choke processing the undo log.
As per Holger suggestion, if you decide to use the WmMonitor’s services, you have to have created the ARCHIVE database components beforehand.
In that case, you may also run the Archive’s stored procedures directly.
The advantage of this is the finer control over the information to be removed (or copied to an archival database, if you want), and the fact the operation is done in blocks, which reduces the load on the database server.
Best regards,
#webMethods-General#Integration-Server-and-ESB#webMethods