python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Distributed Query across users
I currently have 3 Oracle database users who each replicated tables. I was just wondering how could I go about updating a single variable across all these users in a transaction? i.e. these 3 users ha...
Mully5474
Votes: 0
Answers: 1
Liquibase and distributed transactions across a linked server, SQL Server 2019
A technical question concerning distributed transactions via a SQL Server "linked server" definition, using Liquibase.
background/context:
SQL script is being run by Liquibase, through a ch...
Scott McIntosh
Votes: 0
Answers: 1
Instrumenting ILogger to .net core app trace - Dynatrace sink
App Environment: Azure, .NET Core 3.1, C#
We understand that Serilog provides a Dynatrace Sink Serilog.Sinks.Dynatrace for logging app trace statements to Dynatrace.
We are trying to avoid having a de...
Athadu
Votes: 0
Answers: 1
XA transactions for ActiveMQ in python
We want to have a distributed transaction publishing between two ActiveMQ brokers. The ActiveMQ documentation states they support XA transactions. Our code base is currently written in python. We have...
ClownIam
Votes: 0
Answers: 2