SBS_RESOURCE_QUOTAS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
SBS_RESOURCE_QUOTAS_PK |
RESOURCE_QUOTA_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RESOURCE_QUOTA_ID | NUMBER | 18 | Yes | System generated ID of the resource quota record | |
| RESOURCE_QUOTA_NAME | VARCHAR2 | 100 | Yes | Name of the resource quota, which could be compute-resources, erp, crm-sales, hcm, etc. | |
| SCOPE | VARCHAR2 | 100 | Yes | Scope of the resource quota, which could be GLOBAL (namespace level) or GROUP (group or service level) | |
| REQUESTED_MEM_THRESHOLD_MB | NUMBER | Yes | Memory quota for limiting batch jobs at creation time | ||
| MAX_MEM_THRESHOLD_MB | NUMBER | Yes | Memory quota for limiting the maximum memory usage by batch jobs | ||
| REQUESTED_CPU_THRESHOLD | NUMBER | Yes | Cpu quota for limiting batch jobs at creation time | ||
| MAX_CPU_THRESHOLD | NUMBER | Yes | Cpu quota for limiting the maximum cpu usage by batch jobs | ||
| DELETED_FLAG | VARCHAR2 | 1 | Yes | Indicator of solt-deleted record | |
| 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_RESOURCE_QUOTAS_U1 | Unique | FUSION_TS_TX_DATA | RESOURCE_QUOTA_ID |
| SBS_RESOURCE_QUOTAS_U2 | Unique | FUSION_TS_TX_DATA | CASE WHEN "DELETED_FLAG" = 'N' THEN "RESOURCE_QUOTA_NAME" ELSE NULL END |