Remove generated objects from database

This feature allows user to remove AuditPlus generated objects from the Database.

These objects can include triggers, functions and data stores, depending on the used DBMS.

RemoveGeneratedObjectsFromDatabaseImg01

To remove the objects from the database, AuditPlus will update the AuditProcedures for each audited transaction, and will also update the 'AuditPlusReorg' procedure in order to add the necesary sentences.

After that, 'AuditPlusReorg' will compiled and executed. This will execute the remove sentences in the database.

If the objects must be removed from a different server, this process can be executed manually, following the instruction on how to run the reorganization program.