Deinstallation
Deinstalling Flows for APEX
Deinstallation in the APEX Builder (Packaged App)
If you have installed Flows for APEX with the Packaged App, you can remove it directly from the Application Builder.
- Log into your APEX builder, edit the Flows for APEX application and click on the โDelete Applicationโ link under Tasks on the right panel.
- On the Deinstall Application page, check the options โRemove Application Definitionโ and โDeinstall Supporting Objectsโ and click on โDeinstallโ.
- After deinstallation, a page should confirm that the application have been successfully removed.
Deinstallation with SQLcl
- Connect to you Oracle schema with SQLcl, make sure you are located into the distribution folder.
- Run the deinstallation script.
SQL> @src/deinstall_objects.sql
- At the end of the process, you should see a confirmation that the product have been correctly deinstalled.
>> Finished Removal of Flows4APEX Database Objects >> ===============================================
Note: This script will only remove the Flows for APEX database objects, you have to deinstall the application from the APEX builder.