We have primary source database as Oracle 11gR2 and target as SAP HANA. We are trying to test SAP - Sybase Replication server for replication from Primary ORACLE to Target HANA. We are facing issue while creating subscription -
create subscription ptab1_sub for ptab1_repdef with replicate at HDV00.SRSUSER without holdlock direct_load user RA_MAINT password sybase
RA_MAINT/sybase is our primary database maintenance user and has R/W access on source table.
Table we are trying to replicate is in RA_USER schema.
SRSUSER is target schema in HANA database
Issue we are facing is -
The maintenance user for the primary database cannot create subscriptions using atomic, non-atomic or incremental methods.
Need help to resolve this issue
Best Regards