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.

  1. Log into your APEX builder, edit the Flows for APEX application and click on the โ€œDelete Applicationโ€ link under Tasks on the right panel. Packaged App deinstallation
  2. On the Deinstall Application page, check the options โ€œRemove Application Definitionโ€ and โ€œDeinstall Supporting Objectsโ€ and click on โ€œDeinstallโ€. Packaged App remove supporting objects
  3. After deinstallation, a page should confirm that the application have been successfully removed. Packaged App deinstallation confirmation

Deinstallation with SQLcl

  1. Connect to you Oracle schema with SQLcl, make sure you are located into the distribution folder.
  2. Run the deinstallation script.
    SQL> @src/deinstall_objects.sql
    
  3. 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.