Here are the two queries to find out the installed components in the oracle database.
set pages 1000 lines 120
col comp_name for a40
1. select comp_name, version, status , modified from dba_registry;
2. select parameter from v$option where value = 'TRUE' order by parameter;