Shareplex for Oracle Will Shareplex replicate changes that are written to the redo logs and changes that bypass the redo logs?
解决办法
Procedures that bypass the redo logs SharePlex replicates only the changes that are written to the redo logs. If any of your procedures bypass the redo logs, you should modify them to be included in the redo logs if you want SharePlex to replicate them. For example, if you want SharePlex to replicate a SQL*Loader direct path load, you need to enable the archiving option so that the records will be reflected in the redo logs. If the archiving option is disabled, or if the ?unrecoverable? (NOLOGGING) option is used, the records will not be replicated, and the table(s) will be out of sync.