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. |
| UsageType | CHAR(3) LATIN UPPERCASE NOT NULL | X(3) | The usage type of the object. Can be either DML or STA. |
| AccessCount | BIGINT | --,---,---,---,---,---,--9 | Number of accesses since the last reset by the user. |