V$VERSION definition in Oracle Database 11.2
V$VERSION

select
  BANNER                                   -- BANNER VARCHAR2(80)
from
  GV$VERSION
where
  inst_id = USERENV('Instance')

home |  up