You can only delete an application that you created or
duplicated in the Application Designer. You must use a database editor
(for example, SQL Plus) to delete an application.
Before you begin
You must shut down the application server before you delete
an application. If you delete an application, you do not remove any
custom tables, fields, or domains that you created to support the
application.
Procedure
- Login to a database editor as an administrator.
- Enter the following commands, and replace the variable <APPLICATION NAME> with the name of the application
you want to delete. Enter the application name in all uppercase. For
example, if the name of the application you want to delete is Test,
replace APPLICATION NAME with TEST in all the commands.
delete from maxapps where app='<APPLICATION
NAME>';
delete from maxpresentation where app='<APPLICATION NAME>';
delete from sigoption where app='<APPLICATION
NAME>';
delete from applicationauth where app='<APPLICATION NAME>';
delete from maxlabels where app='<APPLICATION
NAME>';
delete from maxmenu where app='<APPLICATION
NAME>' and menutype !='MODULE';
delete from maxmenu where where elementtype='APP'
and keyvalue='<APPLICATION NAME>';
delete from appdoctype where app='<APPLICATION
NAME>';
delete from sigoptflag where app='<APPLICATION
NAME>';
- Logout of the database editor.