Search notes:

Oracle: X$KCVFH

Each record of x$kcvfh (Kernel component recovery: file header) stores information that is found in the header of a data file.
select
   fh.addr,
   fh.indx,
   fh.inst_id,
   fh.con_id,
   fh.hxfil,     -- File number, join with x$kccfn.fnfno
   fh.hxons,
   fh.hxsts,
   fh.hxerr,
   fh.hxver,
   fh.fhswv,
   fh.fhcvn,
   fh.fhdbi,
   fh.fhdbn,
   fh.fhcsq,
   fh.fhfsz,
   fh.fhbsz,
   fh.fhfno,
   fh.fhtyp,
   fh.fhrdb,
   fh.fhcrs,
   fh.fhcrt,
   fh.fhrlc,
   fh.fhrlc_i,
   fh.fhrls,
   fh.fhprc,
   fh.fhprc_i,
   fh.fhprs,
   fh.fhbti,
   fh.fhbsc,
   fh.fhbth,
   fh.fhsta,
   fh.fhscn,
   fh.fhtim,
   fh.fhthr,
   fh.fhrba_seq,
   fh.fhrba_bno,
   fh.fhrba_bof,
   fh.fhetb,
   fh.fhcpc,
   fh.fhrts,
   fh.fhccc,
   fh.fhbcp_scn,
   fh.fhbcp_tim,
   fh.fhbcp_thr,
   fh.fhbcp_rba_seq,
   fh.fhbcp_rba_bno,
   fh.fhbcp_rba_bof,
   fh.fhbcp_etb,
   fh.fhbhz,
   fh.fhxcd,
   fh.fhtsn,
   fh.fhtnm,
   fh.fhrfn,
   fh.fhafs,
   fh.fhrfs,
   fh.fhrft,
   fh.hxifz,
   fh.hxnrcv,
   fh.hxfnm,
   fh.fhpofb,
   fh.fhpnfb,
   fh.fhpre10,
   fh.fhfirstunrecscn,
   fh.fhfirstunrectime,
   fh.fhfturs,
   fh.fhfturt,
   fh.fhfuturs,
   fh.fhfuturt,
   fh.hxlmdba,
   fh.hxlmld_scn,
   fh.fhfcrs,
   fh.fhfcrt,
   fh.fhfcps,
   fh.fhfcpt,
   fh.fhplus,
   fh.fhfdbi,
   fh.fhpidi,
   fh.fhpifn,
   fh.fhprls,
   fh.fhprlt,
   fh.fhptsn,
   fh.fhbssz,
   fh.fhbsfmt,
   fh.fhbseofscn,
   fh.fhbsmap,
   fh.hxuopc_scn,
   fh.fhpdbi,
   fh.fhpdbdbi,
   fh.fhpdbidn,
   fh.fhpin_scn,
   fh.fhpin_time,
   fh.fhpbr_scn,
   fh.fhpbr_time,
   fh.fhper_scn,
   fh.fhper_time,
   fh.fhpic,
   fh.fhsparse,
   fh.fhplid,
   fh.fhclplid,
   fh.fhcplid,
   fh.fhpdbuid,
   fh.fhalg,
   fh.fhkey,
   fh.fhmkid,
   fh.fhkeyflg,
   fh.fhmkloc,
   fh.fhpdbttsplus
from
   x$kcvfh  fh;

See also

x$kccfn and x$kccfe.
fixed table

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759428273, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/architecture/instance/fixed-tables/k/c/v/fh/index(151): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78