Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 238 Big Data Appliance
- 1.9K Data Science
- 450.2K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.8K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 436 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Windows 10 1909 ODBC Data Source Administrator Crash Oracle 21.3 Instant Client

Hi everyone,
We have a number of PCs running W10 1909 that have a application that requires a 32-bit Oracle ODBC connection.
I have installed the Instant Client 21.3 with ODBC package.
Using the 32-bit version of ODBC Data Source Administrator, I add System-DSN using "Oracle in instantclient_21_3", but when I test the connection, ODBC Data Source Administrator crashes.
If I don't test the connection and just create the System-DSN, the application crashes when atempting to connect to the database.
I also tried installing Instant Client 19.13, but have the same issue.
The PCs have the following Microsoft Visual C++ Redistributable (x86): 2008, 2010, 2012, 2013, 2015-2019
It actually works on a few PCs, but I've not been able to figure out why or what the difference is between the PCs.
When the ODBC Data Source Administrator crashes, the following information is available in the event viewer:
Loggnamn: Application
Källa: Application Error
Datum: 2022-03-18 10:26:20
Händelse-ID: 1000
Aktivitetskategori:(100)
Nivå: Fel
Nyckelord: Klassiskt
Användare: Saknas
Dator: RS30131100.REG.SKANE.SE
Beskrivning:
Felet uppstod i programmet med namn: odbcad32.exe, version 10.0.19041.1, tidsstämpel 0xf272ec74
, felet uppstod i modulen med namn: KERNELBASE.dll, version 10.0.19041.1526, tidsstämpel 0xd9a6be6b
Undantagskod: 0xc0000005
Felförskjutning: 0x0012b812
Process-ID: 0x2034
Programmets starttid: 0x01d83aaa2aad6dbf
Sökväg till program: C:\WINDOWS\syswow64\odbcad32.exe
Sökväg till modul: C:\WINDOWS\System32\KERNELBASE.dll
Rapport-ID: 34c365cb-a4ba-4677-bf9e-d19fbcdd7b07
Fullständigt namn på felaktigt paket:
Program-ID relativt till felaktigt paket:
Händelsens XML-data:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-03-18T09:26:20.8059006Z" />
<EventRecordID>3630</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>RS30131100.REG.SKANE.SE</Computer>
<Security />
</System>
<EventData>
<Data>odbcad32.exe</Data>
<Data>10.0.19041.1</Data>
<Data>f272ec74</Data>
<Data>KERNELBASE.dll</Data>
<Data>10.0.19041.1526</Data>
<Data>d9a6be6b</Data>
<Data>c0000005</Data>
<Data>0012b812</Data>
<Data>2034</Data>
<Data>01d83aaa2aad6dbf</Data>
<Data>C:\WINDOWS\syswow64\odbcad32.exe</Data>
<Data>C:\WINDOWS\System32\KERNELBASE.dll</Data>
<Data>34c365cb-a4ba-4677-bf9e-d19fbcdd7b07</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Does anyone have any idea on how to solve this or what might cause this issue?
Thanks
Sebastian
Best Answer
-
I have so far identified that out of 8 installations, the 4 PCs where ODBC Data Source Administrator crashes are all of the model HP Elitebook 745 G6.
Might be same issue as described here:
Answers
-
I have so far identified that out of 8 installations, the 4 PCs where ODBC Data Source Administrator crashes are all of the model HP Elitebook 745 G6.
Might be same issue as described here:
-
I can now confirm that version 18.5 works.
-
I have a similar issue on new Intel 11th Generation i7-1185G7 devices.
ODBC-Connection crashes with 0xC000005 with "Short Call Stack Trace":
"_dbgexPhaseII()+925<-_dbgexProcessError()+5383<-_dbgePostErrorDirectVaList_int()+1243<-_dbgePostErrorDirect()+861<-_kpeDbgSignalHandler()+349<-_skgesig_Win_UnhandledExceptionFilter()+207<-0x778D901F<-0x77C0907F<-0x77C08FB8<-0x00000000<-_r0_sha256_block_intel()+61<-0x24748B30"
Maybe SHA-Extensions are the problem, don't know?
Version 12.2 und 18.5 work fine but 19.15 and 21.3 crashing.