ZCA_ESTIMATION_FEATURES
This table is used to capture Import and Export job statistics as test data to compute Estimation Completion Time
Details
-
Schema: FUSION
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
zca_estimation_features_PK |
ZCA_EST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ZCA_EST_ID | NUMBER | 18 | Yes | This column signifies the id of the record. This is the primary key. | |
| 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. | ||
| SEEDED_FLAG | VARCHAR2 | 20 | represents wether an batch record is seeded or not | ||
| IMPORT_MODE | VARCHAR2 | 30 | This column is to store the MODE of IMPORT | ||
| BATCH_ID | NUMBER | 18 | Yes | This column signifies the batch id of that particular record. | |
| LANGUAGE_INDEPENDENT_CODE | VARCHAR2 | 128 | Yes | This column signifies the object code of that particular record. | |
| NUM_OF_RECORDS | NUMBER | 10 | Yes | This column signifies the number of records of that particular record. | |
| IMPORT_TYPE | VARCHAR2 | 30 | This column signifies the import type of the record. If it is high or low. | ||
| NUM_OF_ATTRS | NUMBER | 10 | Yes | This column signiifies the number of attributes for that particular record. | |
| TOTAL_TIME_TAKEN | NUMBER | 10 | Yes | This column signifies the total time taken for that particular record to be processed. | |
| SUCCESS_RECORDS | NUMBER | 10 | Yes | This column signifies the number of success records after the records are processed. | |
| ERROR_RECORDS | NUMBER | 10 | Yes | Thsi column signifiies the number of error records after the records are processed. | |
| QUEUE_STAY | NUMBER | 10 | Yes | This column signifies the number of records left in the queue. | |
| PARALLEL_THREADS | NUMBER | This column signifies the number of parallel threads that run for that particular record | |||
| PARALLEL_BATCHES | NUMBER | 10 | The column signifies the number of batches running in parallel. | ||
| CLEANUP_COUNTER | NUMBER | 10 | This column signifies the cleanup counter for that particular record. | ||
| COMMIT_SIZE | NUMBER | 10 | This column signifies the commit size of that particular record to be processed. | ||
| STATUS | VARCHAR2 | 30 | Yes | This column signifies the status of the particular record. if the record is to be applied in ml or not | |
| ENABLE_ML | VARCHAR2 | 1 | This column signifies if the particular row can be used for ml processing or not. | ||
| BATCH_TYPE_CD | VARCHAR2 | 30 | Yes | This column signifies the batch type code of that particular record. | |
| POD_SIZE | VARCHAR2 | 10 | This column signifies the pod size of a given pod. | ||
| POD_CONFIG | NUMBER | 10 | This column signifies the configuration of a given pod. | ||
| 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. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| 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 |
|---|---|---|---|
| ZCA_ESTIMATION_FEATURES_U1 | Unique | Default | ZCA_EST_ID, ORA_SEED_SET1 |
| ZCA_ESTIMATION_FEATURES_U11 | Unique | Default | ZCA_EST_ID, ORA_SEED_SET2 |