I have workstations with the oracle client installed (some 9i, some 10g) accessing oracle 9i databases.
When starting a program to use them via sqlplus the following error pops up:
Code:
SQLLDE.EXE - Application Error
The application failed to initialize properly (0xc0000006). Click ok to terminate the application.
I don't quite understand, what could cause the application to crash in this way sometimes and other times it works fine. Is there a good way of debugging this? Perhaps using some sysinternals tools or something?
Has anybody seen this kind of behaviour in applications before? What did you do to solve it?