Hi,
I have an Oracle 10g database that I want to configured as a publisher to my SQL Server 2012 distributor/subscriber.
No issue on configuring my distributor and creating my Oracle publisher. When I want to add article to publish (Transactional replication), I can't see anything available in the list. I'm stuck with that error:
"Oracle Publisher 'ServerName' contains no objects that can be replicated. The most common reasons for this are missing permissions and not having primary keys..."
My user has full access to every tables (I can query them with openquery without any issue). I've also granted all required permissions as described by Microsoft MSDN article (Grant create view and all other necessary stuff) to configured the replication.
Help on this would be greatly appreciated.