The transaction file is an internal database file into which the data for all open transactions is written at a savepoint. The transaction file is stored in the data area.
When the database is restarted or recovered, the log reader creates the new transaction list using this transaction file.
See also:
Concepts of the Database System, Logging Transactions