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 tab1 TO tab2
could be changed to ALTER TABLE schema.tab1 RENAME TO schema.tab2
. The conversion is reported in the Replicat process report file.