ADF_SB_REPOSITORY_BASELINES
Stores Sandboxed Repository Pre certified and certified labels of all the sandboxes.
Details
-
Schema: FUSION
-
Object owner: ADF
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
ADF_SB_REPOSITORY_BASELINE_PK |
BASELINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BASELINE_ID | NUMBER | 18 | Yes | BASELINE_ID | |
REPOSITORY_ID | VARCHAR2 | 240 | Yes | REPOSITORY_ID | |
CERTIFIED_LABEL | VARCHAR2 | 400 | CERTIFIED_LABEL | ||
PRE_CERTIFIED_LABEL | VARCHAR2 | 400 | PRE_CERTIFIED_LABEL | ||
DESCRIPTION | VARCHAR2 | 1024 | DESCRIPTION | ||
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. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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 |
---|---|---|---|
ADF_SB_REPOSITORY_BASELINES_U1 | Unique | Default | BASELINE_ID |