Top "Distributed-transactions" questions

An operational bundle which consists of multiple ACID transactions, usually on multiple servers, which must all commit or roll back.

Distributed Transaction on Linked Server between sql server and mysql

I have a table say Table1 on SQL Server 2014 and MySQL both. Table1 ID INT,Code VARCHAR(100) I created a …

mysql sql-server linked-server distributed-transactions
"ORA-14450: attempt to access a transactional temp table already in use" in a compound trigger

I have a table which can hold many records for one account: different amounts. ACCOUNTID | AMOUNT id1 | 1 id1 | 2 id2 | 3 id2 | 4 …

oracle triggers transactions distributed-transactions global-temp-tables