SVC_CSS_USAGE_AGG
This table is used to store the duration of the session when exceeds the predefined session length which will be stored in a profile parameter. USAGE_AGG_ID is primary / unique key in this table.
Details
-
Schema: FUSION
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_CSS_USAGE_AGG_PK |
USAGE_AGGREGATE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USAGE_AGGREGATE_ID | NUMBER | 18 | Yes | Auto-generated number and primary key for this table. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. | |
| SESSION_ID | VARCHAR2 | 200 | Yes | Session ID of the request same as in ACTION_CAPTURE. | |
| FIRST_ACTION_DATE | TIMESTAMP | Yes | Derived value from ACTION_CAPTURE table start time of first record for the session. | ||
| FINAL_ACTION_DATE | TIMESTAMP | Yes | Derived value from ACTION_CAPTURE table start time of last record for the session. | ||
| SESSION_TYPE_ID | NUMBER | 18 | Yes | Derived value, use the session level to pick the highest level within a given session. | |
| SESSION_USER | VARCHAR2 | 64 | Yes | Derived valued from the ACTION_CAPTURE table, it is the session userderived valued from the ACTION_CAPTURE table , it is the session user. | |
| NUM_OF_HITS | NUMBER | 18 | Sum of number of rows in the ACTION_CAPTURE for the session. | ||
| LAST_PROCESSED_DATE | TIMESTAMP | Indicates the date and time when the record is last processed. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| SVC_CSS_USAGE_AGG | svc_ac_session_types | SESSION_TYPE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_CSS_USAGE_AGG_F1 | Non Unique | Default | SESSION_TYPE_ID |
| SVC_CSS_USAGE_AGG_N1 | Non Unique | Default | FINAL_ACTION_DATE |
| SVC_CSS_USAGE_AGG_PK | Unique | Default | USAGE_AGGREGATE_ID |