B.11 Performing Post Installation Tasks for Upgrade Installations
Remove schemas from prior Oracle Application Express installations.
Once you have verified that your upgrade installation was successful and all upgraded applications function properly, you should remove schemas from prior Oracle Application Express installations.
- About Removing Prior Oracle Application Express Installations
Learn about removing schemas from a prior installation by verifying if a prior installation exists. - Verifying if a Prior Installation Exists
Start SQL*Plus and connect to the database where Oracle Application Express is installed asSYS
and run the query. - Removing Schemas from Prior Installations
Start SQL*Plus and connect to database and execute a statement to remove schemas from prior installations. - Fixing Invalid ACL in Oracle Database 11g or Later
Learn how to fix an invalid ACL if you are running Oracle Database 11g or later.
B.11.1 About Removing Prior Oracle Application Express Installations
Learn about removing schemas from a prior installation by verifying if a prior installation exists.
The database users associated with schemas from prior installations are privileged users and should be removed when they are no longer necessary. Removing schemas from a prior installation is a two step process. First you verify if a prior installation exists and then you remove the schemas.
B.11.2 Verifying if a Prior Installation Exists
Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS
and run the query.
To verify if a prior installation exists:
If the results contain entries in the form FLOWS_
XXXXXX
or APEX_
XXXXXX
where XXXXXX
represents six numbers, those entries are candidates for removal.
B.11.3 Removing Schemas from Prior Installations
Start SQL*Plus and connect to database and execute a statement to remove schemas from prior installations.
To remove schemas from prior installations:
B.11.4 Fixing Invalid ACL in Oracle Database 11g or Later
Learn how to fix an invalid ACL if you are running Oracle Database 11g or later.
After following the instructions in"About Removing Prior Oracle Application Express Installations," you may need to fix an invalid ACL if you are running Oracle Database 11g or later and you enabled network services for the prior Oracle Application Express schema.
To fix an invalid ACL: