Search notes:

Oracle: X$KTUXE

Kernel Transaction: Undo transaXtion Entry
select
   x.ktuxesta,
   x.ktuxecfl,                                                     -- Can be 'DEAD', see MOS Note 3048212.1
   x.ktuxeuel,
   x.ktuxeusn                                          usn,        -- undo segment number
   x.ktuxeslt                                          slt,        -- slot number in transaction table
   x.ktuxesqn                                          wrp,        -- number of times the slot number was used (aka wrap)
   x.ktuxesiz                                          undoblocks, -- remaining number of undo blocks to be applied in rollback
   x.ktuxescnw * power(2,32)+x.ktuxescnb               scn,
   x.ktuxescnw              ,x.ktuxescnb                  ,

  '0x' || to_char(x.ktuxeusn, 'FM0xxxx') || '.' ||
          to_char(x.ktuxeslt, 'FM0xxx' ) || '.' ||
          to_char(x.ktuxesqn, 'FM0xxxxxxxx')           xid ,       -- Transaction ID
   x.ktuxerdbf,
   x.ktuxerdbb,
   u.inst#                                             instid,
   u.name,
   u.status$
from
   x$ktuxe x                          left join
   undo$   u on x.ktuxeusn = u.us#
--where
--  x.ktuxesta = 'ACTIVE' and
--  x.ktuxecfl like '%DEAD%' ;

See also

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...', 1759428179, '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/t/u/x/e/index(63): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78