ZCA_GS_ENTITY_CONFIG
This table is used to store the entity related information for global search
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
ZCS_GS_ENTITY_CONFIG_PK |
ENTITY_NAME |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| ENTITY_NAME | VARCHAR2 | 120 | Yes | Column spec consistent with zca_es_entities |
| 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. | |
| USER_LAST_UPDATE_DATE | TIMESTAMP | Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server). | ||
| SEED_DATA_SOURCE | VARCHAR2 | 512 | Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. | |
| TITLE | VARCHAR2 | 2000 | Comma Separated Values for title | |
| BODY | VARCHAR2 | 2000 | Comma Separated Values for body attribute | |
| FIXEDCONTENT | VARCHAR2 | 2000 | Comma Separated Values for the fixed content | |
| ENABLED | VARCHAR2 | 1 | Ensure the seeded entities are enabled by default in the ES Seed Data. | |
| ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. |
| ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCS_GS_ENTITY_CONFIG_U1 | Unique | Default | ENTITY_NAME, ORA_SEED_SET1 |
| ZCS_GS_ENTITY_CONFIG_U11 | Unique | Default | ENTITY_NAME, ORA_SEED_SET2 |