Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Reference Index > Transaction Processing

Generate a Transaction Journal

Scroll Prev Top Next More

A transaction journal may be created when transaction processing is on, and the transaction journal setting, TJOURNAL, is also on.

 

SET TJOURNAL toggles journaling of commands that modify data when transaction processing is on.

 

The transaction journal log file is located in the same directory as the database. The file name consists of the database name followed by "_TJournal" with ".LOG" as the extension. For example, the RRBYW20 sample database would have a journal file with the name RRBYW20_TJournal.LOG.

 

Transaction Processing Topics:

 

Using Transaction Processing

Locking Table Access and Resource Waiting

Row Locks and Transaction Processing

Automatic Table and Database Locks

Setting Exclusive Table Locks

Displaying Transaction Processing Locks

Resource Waiting in Transaction Processing

Recovering from Transaction Processing Errors