It is not possible to specify within a config file an individual partition to replicate to a specific partition on the target table. One of the reasons for not supporting this is, the partition definition on source (range, etc) may differ from that on target. So it is not technically feasible to force replication to a different partition on target, in case the partition differs. SharePlex’ Post process simply submits the SQL to the target database and the target database applies it to the appropriate partition (if the target table is an Oracle partitioned table) or to a target table (if the target table is a non-partitioned table).