EGP_ITEM_IMPORT_STATS
This table stores all the performace details per thread of each request id.
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: egp_item_import_stats
Primary Key
| Name | Columns |
|---|---|
|
EGP_ITEM_IMPORT_STATS_PK |
ITEM_IMPORT_STATS_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ITEM_IMPORT_STATS_ID | NUMBER | 18 | Yes | A unique value identifier for import statistics. | |
| BATCH_ID | NUMBER | 18 | A unique identifier of an item batch. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| CHILD_REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the child request ID of the job that created or last updated the row. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | Attribute indicating the request id associated with the import process. | ||
| IMPORT_TYPE | VARCHAR2 | 100 | Attribute indicating thread list is from dq or import. | ||
| PHASE_NUMBER | NUMBER | 18 | Each phase code represents a set of tasks and deliverables that are required before promoting the object to the next phase of the Item Lifecycle. | ||
| THREAD_NUMBER | NUMBER | 18 | Attribute indicating thread number for child item import job. | ||
| ENTITY_NAME | VARCHAR2 | 200 | Attribute indicating entity name for which import job is running. | ||
| ENTITY_SOURCE | VARCHAR2 | 200 | Attribute indicating entity source from which import job is running. | ||
| NUM_RECORDS | NUMBER | 18 | Attribute indicating number of items getting processed for this entity source. | ||
| THREAD_START_TIME | TIMESTAMP | Attribute indicates the start date and time of the thread list. | |||
| THREAD_END_TIME | TIMESTAMP | Attribute indicates the end date and time of the thread list. | |||
| SERVER_NAME | VARCHAR2 | 200 | Attribute indicates the service server name. | ||
| HEAP_SIZE_AT_START_MB | NUMBER | 18 | Attribute indicates the heap size in mb at the start of current thread. | ||
| HEAP_SIZE_AT_END_MB | NUMBER | 18 | Attribute indicates the heap size in mb at the end of current thread. | ||
| PERFORMANCE_DETAILED_STATS | CLOB | Attribute shows all the stacktrace for the current thread has undergone which processing. | |||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation 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 |
|---|---|---|---|
| EGP_ITEM_IMPORT_STATS_U1 | Unique | FUSION_TS_TX_DATA | ITEM_IMPORT_STATS_ID |