Category: Operations
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| LogicalHostId | SMALLINT NOT NULL | ---,--9 | Unique identifier of the logon source for the logged query. A value of zero indicates an internal session. |
| SessionNumber | INTEGER NOT NULL | --,---,---,--9 | Note: SessionID, SessionNo, and SessionNumber have the same meaning. Session identifier of the session that had the in-doubt transaction. |
| CoordTaskId | VARBYTE(30) NOT NULL | X(60) | The coordinator that had the in-doubt transaction. |
| RunUnitId | VARBYTE(30) NOT NULL | X(60) | The identity of the run unit that had the in-doubt transaction. |
| LogonUserName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | ID of the user who ran the in-doubt transaction. |
| ResolvingUserLogonName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The identity of the user who resolved the in-doubt transaction. |
| CommitOrRollback | CHAR(1) LATIN NOT CASESPECIFIC NOT NULL | X(1) | Identifies whether the in-doubt session was committed (C) or rollbacked (R). |
| UserLogonDate | DATE NOT NULL | YYYY/MM/DD | The date that the specified user logged on. |
| UserLogonTime | FLOAT NOT NULL | 99:99:99 | The time that the specified user logged on. |
| CompletionDate | DATE NOT NULL | YYYY/MM/DD | The date the in-doubt session was resolved. |
| CompletionTime | FLOAT NOT NULL | 99:99:99 | The time the in-doubt session was resolved. |
| Options | CHAR(1) LATIN NOT CASESPECIFIC | X(1) | This field is initialized to NULL and not used by the system. You may update this one-character column to suit your needs. |