Advertisement
Guest User

Microsoft.Mashup.Container.NetFX45.exe.config

a guest
Aug 30th, 2021
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.19 KB | None | 0 0
  1. <configuration>
  2.  
  3.     <configSections>       
  4.         <section name="oracle.dataaccess.client" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  5.     </configSections>
  6.    
  7.   <system.data>
  8.     <DbProviderFactories>    
  9.       <add name="ODP.NET, Unmanaged Driver" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET, Unmanaged Driver" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342" />
  10.     </DbProviderFactories>
  11.   </system.data>
  12.  
  13.  <runtime>
  14.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  15.       <dependentAssembly>
  16.         <publisherPolicy apply="no"/>
  17.         <assemblyIdentity name="oracle.dataaccess" publicKeyToken="89b483f429c47342" culture="neutral"/>
  18.         <bindingRedirect oldVersion="4.0.0.0 - 4.65535.65535.65535" newVersion="4.122.1.0"/>
  19.       </dependentAssembly>
  20.     </assemblyBinding>
  21.   </runtime>
  22.  
  23. <oracle.dataaccess.client>
  24.      <settings>              
  25.       <add name="FetchSize" value="1048576"/>          
  26.      </settings>
  27. </oracle.dataaccess.client>
  28.    
  29. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement