The following errors are seen in source copy log (sync_svr log) when running copy:
54526458 24/03:15:04 INFO:SyncExportThread:3: Starting export for table group 0
54526458 24/03:15:05 WARNING:SyncLogMonitor:3: Error/Warning Detected: EXP-00056: ORACLE error 6550 encountered
54526458 24/03:15:05 WARNING:SyncLogMonitor:3: Error/Warning Detected: ORA-06550: line 1, column 15:
54526458 24/03:15:05 WARNING:SyncLogMonitor:3: Error/Warning Detected: PLS-00201: identifier 'SYS.DBMS_EXPORT_EXTENSION' must be declared
54526458 24/03:15:05 WARNING:SyncLogMonitor:3: Error/Warning Detected: ORA-06550: line 1, column 15:
54526458 24/03:15:05 WARNING:SyncLogMonitor:3: Error/Warning Detected: EXP-00000: Export terminated unsuccessfully
54526458 24/03:15:05 INFO:SyncExportThread:3: Stopping export thread: ORA-06550: line 1, column 15:
The copy uses DBMS_EXPORT_EXTENSION package. To fix the lack of privileges, grant 'SYS.DBMS_EXPORT_EXTENSION' to Shareplex user or public and run copy command again.