PRB: Debug Exception Connecting to Oracle Server (181893)



The information in this article applies to:

  • Microsoft Visual C++, 32-bit Enterprise Edition 5.0

This article was previously published under Q181893

SYMPTOMS

When an application using the ODBC API and running under the Visual C++ 5.0 debugger attempts to connect to an Oracle Server the following exception may be generated:
Unhandled Exception in <app_name> ntdll.dll 0xC0000008

CAUSE

This exception is caused by a bug in the Oracle Trace Collection Services DLL (Otrace73.dll) installed by version 7.3.3.0 of the Oracle Client software.

RESOLUTION

Obtain a patch from the Oracle Corporation to upgrade the Oracle Client Software to 7.3.3.0.3 or later.

If the patch is not available, use the Oracle Installer to uninstall the Oracle Trace Collection Services from the client. This solution should be considered a temporary workaround until the patch can be applied.

MORE INFORMATION

The exception is generated during a call to one of the following ODBC APIs:

SQLDriverConnect()
SQLConnect()
SQLBrowseConnect()


Modification Type:MajorLast Reviewed:10/2/2003
Keywords:kb3rdparty kbDatabase kbprb KB181893