ZCA_ES_BATCH_PROPERTIES

This table is used to store the request parameters specific to ESS batch jobs

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

ZCA_ES_BATCH_PROPERTIES_PK

BATCH_PROPERTY_ID

Columns

Name Datatype Length Not-null Comments
BATCH_PROPERTY_ID NUMBER Yes Primary key for the batch property row
BATCH_ID NUMBER Batch id for which the property belongs
PROPERTY_NAME VARCHAR2 1000 The name of the parameter required by the ESS job
PROPERTY_VALUE VARCHAR2 4000 The value of the parameter required by the ESS job
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
ZCA_ES_BATCH_PROPERTIES_PK Unique DEFAULT BATCH_PROPERTY_ID
ZCA_ES_BATCH_PROPERTIES_U1 Unique DEFAULT BATCH_ID, PROPERTY_NAME