ADF_SB_PATCHES
Details
-
Schema: FUSION
-
Object owner: ADF
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
ADF_SB_PATCHES_PK |
PATCH_ID |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
PATCH_ID | VARCHAR2 | 512 | Yes | PATCH_ID |
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. |
PATCH_XML_CLOB | CLOB | Patch information in XML. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ADF_SB_PATCHES_U1 | Unique | Default | PATCH_ID |