| txlog-on | Index Level | type |
| Syntax | |
| Category | TCL |
| Type | Verb |
| Description |
retrieves the last status of the transaction logging subsystem.
When active, transaction logging logs all updates to files which have been marked for participation in logging. This involves changing the "d-pointer" in the file to "dl". This can also be indicated when creating the file by using the "l" option. Logging may go directly to magnetic media, or held in a file until the media can be attached. Logging, or enqueing, occurs constantly in files that are marked as participants in transaction logging by having a "dl" designated in the "d-pointer" (attribute 1). "dequeing" occurs when transactions are being dumped to magnetic media. See the "txlog" command. |
| Options | |
| See Also | create-file stoplog update-logging log-msg txlog tlog-restore d/code tape-socket |
| Example |
txlog-status
[609] Transaction logger not started. |
| Warnings | |
| Compatibility | D3 7.0 AP |
| txlog-on | Index Level | type |