Renames
RENAME operations on tables are converted to the equivalent
ALTER TABLE RENAME so that a schema name can be included in the
target DDL statement. For example RENAME EMP TO EMPLOYEES could be
changed to ALTER TABLE hr.EMP RENAME TO hr.EMPLOYEES.
The conversion is reported in the Replicat process report file.