Installed RDBMS components - Oracle Database Script.
col comp_id
FOR a10 col comp_name
FOR a56 col VERSION
FOR a12 col status
FOR a10
SET pagesize 200
SET lines 200
SET long 999
SELECT comp_id,
comp_name,
VERSION,
status
FROM dba_registry;