Search notes:

Oracle: V$TIMEZONE_FILE

select
  filename,
  version
from
  v$timezone_file;
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/timezone/file/show.sql

See also

Time zone related stuff
Oracle Dynamic Performance Views (such as v$timezone_names)

Index