1. Remove the transaction that is causing the ORA-01036 error by discarding or read-releasing the offending transactions.
2. The Target object cache file may be corrupt or miss DDL changes if Post has failed.
Use the copy cache utility
or
Rename the existing Target object cache file, copy the latest Source Capture object cache file to the Target, and rename it to the previous Target object cache file.
sp_ctrl> stop post
Copy the Capture object cache file from the Source to the Target in binary mode.
Rename the copied object cache file to the previous Target object cache file name.
sp_ctrl> start post
Note: The table may need to be repaired if data is lost due to discarding or read-releasing transactions.