Previous Topic: TMP_WgnAdminIDsNext Topic: Database Views


TMP_ WgnUEExportedEvents

Internal table used by the Universal Exporter. For scalability, the XML for the event is retrieved in chunks into this table. The full XML for the event is then reassembled when writing the XML to file. The table contents persist only for the duration of a run of the Universal Extractor.

In Oracle this table is created as a Global Temporary Table, in SQL Server a temporary table is created dynamically.

Column

Primary Key

Datatype

Length

Notes

EventUID

Part-key identifying an event that was exported.

Yes

IDENTITYREF

8

 

EventTimestamp

Part-key identifying an event that was exported.

Yes

TIMESTAMP

8

 

Part

The sequence number of the XML chunk.

Yes

INTEGER

 

 

EventXML

A chunk of the XML for the event.

 

VARCHAR

4000