ADF_SB_PATCH_RESULTS
Details
-
Schema: FUSION
-
Object owner: ADF
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ADF_SB_PATCH_RESULTS_PK |
PATCH_ID, SANDBOX_ID, UPDATER_ID |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| PATCH_ID | VARCHAR2 | 512 | Yes | PATCH_ID |
| SANDBOX_ID | VARCHAR2 | 60 | Yes | SANDBOX_ID |
| UPDATER_ID | VARCHAR2 | 512 | Yes | UPDATER_ID |
| ACTION_FLAGS | VARCHAR2 | 32 | Follow-up action. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | |
| UPDATER_ERROR_CLOB | CLOB | Updater error. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ADF_SB_PATCH_RESULTS_U1 | Unique | Default | PATCH_ID, SANDBOX_ID, UPDATER_ID |