FFS_LOGIN_HISTORY
List of login events with additional info.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Primary Key
Name | Columns |
---|---|
FFS_LOGIN_HISTORY_PK |
SESSIONID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SESSIONID | VARCHAR2 | 255 | Yes | Session ID generated by Login Portal. | |
LOGIN_TIME | TIMESTAMP | Yes | Time in UTC when login event was registered. | ||
USER_ID | NUMBER | 18 | Yes | ID of the user. FK for the SECURITY_USER table. | |
ULOGIN | VARCHAR2 | 1020 | Yes | Login name used by user for login. | |
APP_TYPE | VARCHAR2 | 255 | Yes | Type of the application where login was performed. Possible values: android_app/ios_app/browser. | |
APP_VERSION | VARCHAR2 | 255 | Version of the used Mobile App. | ||
BROWSER | VARCHAR2 | 255 | A version of the browser that was used by the user in this sign-in. | ||
BROWSER_VERSION | VARCHAR2 | 255 | A version of the browser which was used by user in this sign in. | ||
DEVICE_MODEL | VARCHAR2 | 255 | Model of the device which was used for login. | ||
DEVICE_OS | VARCHAR2 | 255 | OS and OS version of the device which was used for login. | ||
IP | VARCHAR2 | 255 | Client IP where request for login comes from. | ||
TOTAL_MEM | NUMBER | 10 | Total memory on the device that was used by the user in this sign-in. | ||
AVAILABLE_MEM | NUMBER | 10 | Amount of the available memory on the device when login occures. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_LOGIN_HISTORY_N1 | Non Unique | DATA | LOGIN_TIME, USER_ID |
FFS_LOGIN_HISTORY_PK | Unique | DATA | SESSIONID |