When you deploy an event process, the following tables are created in the IEP database. If you undeploy the event process, then the tables are deleted.
 Caution –
Caution – Do not delete or alter these tables.
The EMS_PROCESSING_STATE_N tables are used by the IEP Service Engine to maintain execution state for an event process. The EMS_PROCESSING_STATE_N tables contain the following columns:
PROCESSING_STATE. The execution state of the event process. The value is displayed in binary format.
PREV_TIMESTAMP_TO_CHECK. A timestamp that the IEP Service Engine uses to maintain execution state for the event process.
PREV_TIMESTAMP_TO_PROCESS. A timestamp that the IEP Service Engine uses to maintain execution state for the event process.
The EMS_TABLE_USAGE_N tables are used in garbage collection. The EMS_TABLE_USAGE_N tables contain the following columns:
TABLE_NAME. The name of a table.
USER_ID. The ID of the operator that is using the table.
EMS_TIMESTAMP. A timestamp that is used in garbage collection.