C.3.1.4 Removing the Oracle APEX Release Schema
After you revert to the prior release, remove the Oracle APEX schema.
- Removing the APEX Release 21.2 Schema from a Non-CDB
Start SQL*Plus and connect to the database and executeDROP USER APEX_210200 CASCADE;command. - Removing the Oracle APEX Release 21.2 Schema from a CDB
Create text files, start SQL*Plus and connect to the database execute@remove_apx212_usr.sql.
C.3.1.4.1 Removing the APEX Release 21.2 Schema from a Non-CDB
Start SQL*Plus and connect to the database and execute DROP USER
APEX_210200 CASCADE; command.
To remove the release 21.2 schema from a non-CDB:
Parent topic: Removing the Oracle APEX Release Schema
C.3.1.4.2 Removing the Oracle APEX Release 21.2 Schema from a CDB
Create text files, start SQL*Plus and connect to the database execute
@remove_apx212_usr.sql.
To remove the release 21.2 schema from a CDB:
Parent topic: Removing the Oracle APEX Release Schema