C.3.1.4 Removing the APEX Release Schema
After you revert to the prior release, remove the Oracle APEX schema.
- Removing the APEX Release 24.1 Schema from a Non-CDB
Start SQLcl and connect to the database and executeDROP USERcommand.APEX_240100CASCADE; - Removing the APEX Release 24.1 Schema from a CDB
Create text files, start SQLcl and connect to the database execute@remove_apx241_usr.sql. 
C.3.1.4.1 Removing the APEX Release 24.1 Schema from a Non-CDB
Start SQLcl and connect to the database and execute DROP USER  command.
                  APEX_240100 CASCADE;
To remove the release 24.1 schema from a non-CDB:
Parent topic: Removing the APEX Release Schema
C.3.1.4.2 Removing the APEX Release 24.1 Schema from a CDB
Create text files, start SQLcl and connect to the database execute @remove_apx241_usr.sql.
                  
To remove the release 24.1 schema from a CDB:
Parent topic: Removing the APEX Release Schema