Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
XEVT_EventId bigint NUMBER(38,0) bigint bigint false Unique id of the xevent. Greater than 0.
XEVT_Src varchar (255) VARCHAR2 (255 CHAR) varchar(255) varchar (255) false The source area where the event is coming from. E.g.: AH, OH
XEVT_Idnr int NUMBER(38,0) int int false The idnr of the source entity (e.g. object, execution) which is related to the source area (src).
XEVT_Client int NUMBER(38,0) int int false The client where the source entity belongs to.
XEVT_OType varchar (8) VARCHAR2 (8 CHAR) varchar(8) varchar (8) false The type of the source entity.
XEVT_OName varchar (200) VARCHAR2 (200 CHAR) varchar(200) varchar (200) false The name of the source entity.
XEVT_EventType varchar (255) VARCHAR2 (255 CHAR) varchar(255) varchar (255) false The type of the event (e.g. EXECUTION-STATE).
XEVT_EventValue varchar (1024) VARCHAR2 (1024 CHAR) varchar(1024) varchar (1024) true Detail information about this xevent.
XEVT_EventTime datetime DATE timestamp timestamp false The insert timestamp of this event.

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_XEVT4 XEVT_EventId true true true false

Foreign Keys:

Name Local References Foreign References

Return to the Index File