ZCX_BI_ERRORS

This table stores the errors that occur during publication of crm extensibility analytics content to OBIEE.

Details

  • Schema: FUSION

  • Object owner: ZCX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCX_BI_ERRORS_PK

ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_ID VARCHAR2 64 Yes ID column: the uniquely identifying error record
OBJECT_ID VARCHAR2 50 Yes Object identifier for whom the error has been generated
OBJECT_NAME VARCHAR2 100 Name of the object for whom the error has been generated
OBJECT_TYPE_CODE VARCHAR2 20 Type of the object for whom the error has been generated
USER_ACTION_CODE VARCHAR2 20 User action that resulted in the error.
ERROR_CODE VARCHAR2 50 The Error Category Code to which the error belongs.
ERROR_ECID VARCHAR2 100 ECID code to identify error in logs.
ERROR_RECORD CLOB Yes Error record that stores the diagnostic information in XML format from the time of occurence of the error.
CORRECTIVE_ACTION_RECORD VARCHAR2 1000 Corrective action record recommended to the end user based on the context of the error.
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_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.

Indexes

Index Uniqueness Tablespace Columns
ZCX_BI_ERRORS_PK Unique Default ERROR_ID