Post stopped due to error ORA-00942.
Table or view does not exist in the Target database.
An incorrectly named table in the Source config file does not match the Target database table name, resulting in the ORA-00942 error when posting.
Workaround for one-way replication, or two-way replication where DDL and 'replicate all DDL' is turned off.
1. Create synonym <not_exist_owner>.<not_exist_target_table> for <intended_exit_owner>.<intended_exit_target_table>
2. Copy and edit the active config file in Source to correct the incorrectly named table.
3. Activate the amended config on Source:
sp_ctrl> activate config file
4. Execute a flush on Source
sp_ctrl> flush o.<capture_source_sid> to host queue <queue_name>
5. Once Post stops due to flush, drop the synonym from step 1.
6. Start Post on Target:
sp_ctrl> start post