Category: Accounting
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| DatabaseName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The Database Name of the object for which access count or UDI counts are recorded. |
| ObjectName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The Object Name of the object for which access count or UDI counts are recorded. |
| FieldName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The Field Name of a table if usage type is a DML type; StatsId if the usage is for statistics (the optimizer usage of statistics). |
| UsageType | CHAR(3) LATIN UPPERCASE NOT NULL | X(3) | The usage type of the object (DML or STA) |
| UpdateCount | BIGINT | --,---,---,---,---,---,--9 | The number of updates since the last reset by the user. |