HWR_SYS_PATCH_GT
This table is used to process the patch information temporary.
Details
-
Schema: FUSION
-
Object owner: HWR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
HWR_SYS_PATCH_GT_PK |
RELEASE_VERSION, PATCH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RELEASE_VERSION | NUMBER | 18 | Yes | This is the release version of the patch. | |
| PATCH_ID | NUMBER | 18 | Yes | This is the patch id per release version. | |
| PATCH_TYPE | VARCHAR2 | 100 | This is the patch type describing how to execute the patch. | ||
| SQL_TEXT | CLOB | This is the SQL text or file path executed by the patch. | |||
| PATCH_STATUS | VARCHAR2 | 80 | This is the patch status after the patch is executed. | ||
| 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 | Columns |
|---|---|---|
| HWR_SYS_PATCH_GT_U1 | Unique | RELEASE_VERSION, PATCH_ID |