SBS_RES_USAGE_SNAPSHOTS

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

SBS_RES_USAGE_SNAPSHOTS_PK

RES_USAGE_SNAPSHOT_ID

Columns

Name Datatype Length Precision Not-null Comments
RES_USAGE_SNAPSHOT_ID NUMBER 18 Yes System generated PK of the resource usage snapshot record
RESOURCE_QUOTA_ID NUMBER 18 Yes FK to the parent resource quota record
REQUESTED_MEM_USED_MB NUMBER Yes Used memory against the quota for limiting batch jobs at creation time
MAX_MEM_USED_MB NUMBER Yes Used memory against the quota for limiting the maximum memory usage by batch jobs
REQUESTED_CPU_USED NUMBER Yes Used amount against the cpu quota for limiting batch jobs at creation time
MAX_CPU_USED NUMBER Yes Used amount against the cpu quota for limiting the maximum cpu usage by batch jobs
USAGE_DETAILS BLOB Json object that has the resource usage details
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
SBS_RES_USAGE_SNAPSHOTS_U1 Unique FUSION_TS_TX_DATA RES_USAGE_SNAPSHOT_ID