PJS_SYSTEM_CONFIG_HIST
This table contains a persistent history of summarization runs on an environment since the environment creation, or since the last time the data maintenance truncate program was run.
Details
-
Schema: FUSION
-
Object owner: PJS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJS_SYSTEM_CONFIG_HIST_PK |
REQUEST_ID, RUN_TYPE, PARAMETERS, CREATION_DATE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
REQUEST_ID | NUMBER | 18 | Yes | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | Active | |
USER_NAME | VARCHAR2 | 240 | Internal summarization historical state | Active | ||
PROCESS_NAME | VARCHAR2 | 30 | Internal summarization historical state | Active | ||
RUN_TYPE | VARCHAR2 | 30 | Yes | Internal summarization historical state | Active | |
PARAMETERS | VARCHAR2 | 240 | Yes | Internal summarization historical state | Active | |
START_DATE | DATE | Start date | Active | |||
END_DATE | DATE | End date | Active | |||
COMPLETION_TEXT | VARCHAR2 | 240 | Internal summarization historical state | Active | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJS_SYSTEM_CONFIG_HIST_U1 | Unique | Default | REQUEST_ID, RUN_TYPE, PARAMETERS, CREATION_DATE |