Replication fails with the following error message:
Notice: ORA-00904: AÃO_PROX_PAGO: invalid identifier. [sp_opst(osp)/10143]
Error: Unexpected Oracle error: ORA-00904: AÃO_PROX_PAGO: invalid identifier. (object name: OWNER.TABLE) [sp_opst (for o.SID-o.SID queue queue1 )/10143]
Process exited sp_opst (for o.SID-o.SID queue queue1) [pid = 10143] - exit(1)
SharePlex currently supports only ASCII characters for all database object names. This includes the object owner name, object name, column name, partitions and subpartitions names, and applies to all objects to be replicated.
WORKAROUND 1:
NOTE: the following procedure will require downtime for the table in question.
1. Stop user access to the table.
2. Remove the object from replication.
3. Drop and create the object with object name bearing ASCII characters only.
4. Add the object back to replication.
5. Restore user access to this table.
WORKAROUND 2:
Remove the object and its dependent objects from the replication.