Hi
I have setup Oracle streams data replication between an Oracle DB and MS SQL Server DB but I get the following error during the apply process following an insert into the source table in the Oracle DB:
"ORA-26711: Remote table does not contain a primary key constraint"
I don't understand why I am receiving this error as the remote table in MS SQL Server DB has a primary key. I have double checked my config/setup and all looks correct. It seems that the data replication is working fine up until the final write/commit in the remote table.
Has anyone had experience of this issue and knows how to resolve it?
Thanks