I have to update an Oracle table from SQL Server 2008. When any row is inserted or updated in the SQL Server table, the same effect needs to be applied to the Oracle table using a trigger.
I am getting this error:
OLE DB provider "OraOLEDB.Oracle" for linked server "linked_testprod_custom" returned message "New transaction cannot enlist in the specified transaction coordinator. ".
Msg 7391, Level 16, State 2, Procedure uspSQLToOracle_UpdateDelegationTables, Line 32
The operation could not be performed because OLE DB provider "OraOLEDB.Oracle" for linked server "linked_testprod_custom" was unable to begin a distributed transaction.