Truncate table does not get replicated when object names are different and 9i DDL on
説明
A truncate does not get replicated when you have 9i DDL replication turned ON (SP_OCT_REPLICATE_ALL_DDL=1) and the source tablename and target tablename are not the same (i.e.: demo_src to demo_dest)
対策
Either turn of 9i DDL replication or make sure that you replicate between identical tables.