ATK_USAGE_LOGS
This table stores the actual log entries (USER ACTIVITY RECORDS) generated via the Usage Metrics API calls.
Details
-
Schema: FUSION
-
Object owner: ATK
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
ATK_USAGE_LOGS_PK |
LOG_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LOG_ID | NUMBER | 18 | Yes | Unique Identifier associated with the user activity log | |
SESSION_ID | VARCHAR2 | 400 | Yes | Session Identifier associated with the user activity log | |
PAGE_URL | VARCHAR2 | 4000 | Page URL where this activity was logged | ||
USER_AGENT | VARCHAR2 | 400 | User agent/Browser where this activity was logged. | ||
LOCALE | VARCHAR2 | 400 | ApplSession Locale information associated with this activity log. | ||
LOG_LANGUAGE | VARCHAR2 | 30 | Language Tag associated with this usage activity log | ||
ACCESS_MODE | VARCHAR2 | 400 | Accessibility Mode associated with this activity log | ||
VIEW_ID | VARCHAR2 | 400 | View ID where this activity was logged. | ||
TASKFLOW_ID | VARCHAR2 | 400 | Taskflow ID where this activity was logged. | ||
TASKFLOW_VIEWID | VARCHAR2 | 400 | View ID associated with the Taskflow Id where this activity was logged. This may be different from the VIEW_ID column. | ||
USER_ACTIVITY_TIME | TIMESTAMP | Yes | Time when this activity was logged. | ||
USER_ID | VARCHAR2 | 400 | Yes | User GUID of the user associated with this session. | |
ACTIVITY_CODE | VARCHAR2 | 400 | Yes | Unique Identifier of the Activity associated with the user activity log | |
ACTIVITY_VALUE | VARCHAR2 | 4000 | Activity values associated with an Activity Code. This could be a comma separated list of values or a single value. | ||
ECID | VARCHAR2 | 400 | Exceution Context ID for this request | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
ATK_USAGE_LOGS | atk_usage_activities | ACTIVITY_CODE |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ATK_USAGE_LOGS_PK | Unique | Default | LOG_ID |
ATK_USAGE_LOGS_U1 | Unique | Default | SESSION_ID, ACTIVITY_CODE, USER_ACTIVITY_TIME, USER_ID |