set lines 180 pages 999

column COMP_NAME for a40 trunc head 'Component name'
column VERSION for a20         head 'Version'
column STATUS for a10          head 'Status'

select COMP_NAME,VERSION,STATUS from dba_registry;
