C.4.1.4 Removing the Oracle Application Express Release Schema
After you revert to the prior release, remove the Oracle Application Express schema.
- Removing the Oracle Application Express Release 20.2 Schema from a Non-CDB
Start SQL*Plus and connect to the database and executeDROP USER APEX_200200 CASCADE;. - Removing the Oracle Application Express Release 20.2 Schema from a CDB
Create text files, start SQL*Plus and connect to the database execute@remove_apx202_usr.sql. 
C.4.1.4.1 Removing the Oracle Application Express Release 20.2 Schema from a Non-CDB
Start SQL*Plus and connect to the database and execute DROP USER
            APEX_200200 CASCADE; .
                  
To remove the release 20.2 schema from a non-CDB:
Parent topic: Removing the Oracle Application Express Release Schema
C.4.1.4.2 Removing the Oracle Application Express Release 20.2 Schema from a CDB
Create text files, start SQL*Plus and connect to the database execute
            @remove_apx202_usr.sql.
                  
To remove the release 20.2 schema from a CDB:
Parent topic: Removing the Oracle Application Express Release Schema