Clean and Drop Scripts

Clean scripts and drop scripts are used during an upgrade to clear the database from obsolete objects.

Clean Scripts

Clean scripts remove objects that have become invalid in an active component. They must be manually executed at the end of an upgrade.

Drop Scripts

Drop scripts remove all the database objects for a component that have become obsolete. A drop script maybe executed in different stages/times based on one of the following scenarios:

Note: Since both scripts drop obsolete tables, it is recommended to verify the scripts to avoid unwanted loss of data that the customer wants to keep even though the tables are not used inside IFS Applications anymore. Furthermore all the background jobs need to be stopped before executing these scripts.