My Oracle Support Banner

What does the ODP.NET configuration parameter DispConTypeOnConClose do? (Doc ID 2475357.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Data Provider for .NET - Version 12.1.0.2 to 12.1.0.2 [Release 12.1]
Generic Windows

Goal

Found in section 3.2.4 of Oracle® Database Patch (28574555) version 12.2.0.1.181016, it has the following:

DispConTypeOnConClose config parameter :

Here are examples on how to configure the new "DispConTypeOnConClose" config parameter.
This configuration parameter can be set either in app/web.config or in the registry.

a) App/Web.Config

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<oracle.unmanageddataaccess.client>
<version number="*">
<settings>
<setting name="DispConTypeOnConClose" value="false"/>
</settings>
</version>
</oracle.unmanageddataaccess.client>
</configuration>

b) Registry


Create a new string key called "DispConTypeOnConClose" in "HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\<ODP version>" and set it to 0.

What does this ODP.NET configuration parameter DispConTypeOnConClose do as it is not always documented in the Windows Bundle Patches and when it is, there is no explanation?
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.