Table Data
For INSERT, UPDATE and DELETE operations, the MapMessage instance contains two name/value pairs, __TBLOWNER and __TBLNAME. These describe the name and owner of the table that is being updated.
For example, for a table SCOTT.EMPLOYEES, any related MapMessage contains a field __TBLOWNER with the string value SCOTT and a field __TBLNAME with the string value EMPLOYEES.