Table of Contents
VIEW DAILY DATABASE SESSION AUDITS#
The View Daily Database Session Audits (DMSA) allows you to view database sessions that occurred on a specific day.
Data for the 'View Instance Alerts By Day' screen is maintained on the P2K_AM_SESSION_AUDITS table.
- Session ID
- Employee #
- This field identifies the employee who accessed the database.
- User
- This field identifies the user who accessed the database.
- Log In
- The start time of the session is indicated in this field.
- Log Out
- The end time of the session is indicated in this field.
Column name | Data Type / Size | Domain | Mand. | Notes |
---|---|---|---|---|
ID | Number(10) | ID | Y | |
MUS_ID | Number(10) | ID | link to P2K_AM_USERS | |
CREATE_DATE | Date() | DATE | Y | |
CREATE_USER | Varchar2(30) | VARCHAR30 | Y | |
CHANGE_DATE | Date() | DATE | Y | |
CHANGE_USER | Varchar2(30) | VARCHAR30 | Y | |
LOG_IN_TIMESTAMP | Date() | TIMESTAMP | Y | |
Date() | TIMESTAMP | |||
DESCRIPTION | Varchar2(50) | DESCRIPTION | ||
PERSON_CODE | Varchar2(16) | CODE | ||
CONNECTION_DETAIL | Varchar2(4000) | VARCHAR4000 | ||
SESSION_SOURCE | Varchar2(2) | X_SESSION_SOURCE | ||
ROLE_CODE_LIST | Varchar2(4000) | VARCHAR4000 | ||
MAC_ID | Number(10) | ID | link to P2K_AM_ACCESSORS |