SQL Server service is crashed when using distributed transaction

0

Recently I've configured the dblink using OraOLEDB provider, the DBLINK was working, however when I'm trying to use distributed transaction on the DBLINK, my SQL Server service is crashed and when I traced the event viewer log, it produced me below information:

Faulting application name: sqlservr.exe, version: 2017.140.2027.2, time stamp: 0x5d04c374
Faulting module name: ntdll.dll, version: 10.0.18362.815, time stamp: 0xb29ecf52
Exception code: 0xc0000374
Fault offset: 0x00000000000f9229
Faulting process ID: 0x2504
Faulting application start time: 0x01d65806f5dbe7a2
Faulting application path: C:\Program Files\Microsoft SQL Server\MSSQL14.SQLEXPRESS02\MSSQL\Binn\sqlservr.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report ID: 5ebfb503-7d08-4ce5-8fc5-a002f3171d65
Faulting package full name: 
Faulting package-relative application ID: 

Has anyone faced this issue before? Mind to share with me? thanks.

sql
sql-server
distributed-transactions
dblink
oraoledb
asked on Stack Overflow Jul 12, 2020 by Hidayat Hendrakusuma • edited Jul 12, 2020 by GSerg

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0