Will ALTER TABLE to MOVE the target table from one tablespace to another impact replication?
The ALTER TABLE to MOVE the target table from one tablespace to another will not impact replication. It is a good practice to stop Post cleanly before executing the DDL on the target database. The Post can then be restarted.