C.2 Verifying the Validity of an Oracle Application Express Installation

Verify the validity of an Oracle Application Express installation by running a query.

You can verify the validity of an Oracle Application Express installation by running the following query:

SELECT STATUS FROM DBA_REGISTRY
WHERE COMP_ID = 'APEX';

If the result is VALID, you can assume the installation was successful.