JavaScript must be enabled in order to use this site.
Download the driver you need by visiting the DB2 Fix Packs by Version page or the IBM Data Server Client Packages fix pack page, which contain links to all available Fix Packs The following command will retrieve the JCC driver version if executed from the command line: java com.ibm.db2.jcc.DB2Jcc -version; Or for drivers that are not yet installed. Microsoft ODBC Driver for SQL Server is a single dynamic-link library (DLL) containing run-time support for applications using native-code APIs to connect to SQL Server. Use Microsoft ODBC Driver 17 for SQL Server to create new applications or enhance existing applications that need to take advantage of newer SQL Server features. This NuGet package is for Oracle Providers for ASP.NET that use Oracle Data Provider for.NET, Managed Driver. It will add the Oracle ASP.NET providers assembly and auto-configure for its use so that ASP.NET application state can be stored within an Oracle Database. If two driver jars are used in your application server there can be unknown problems. Also, it will be possible to get a Java Class exception if the two driver jars cannot co-exist with each other. Open Source JDBC Drivers. For open source JDBC drivers, buildomatic is setup so that there will be a single default driver used. 64-bit Oracle Data Provider for.NET 4, version 12.1.0.2.0 or later 64-bit Oracle Provider for OLE DB, version 11.1 or later We recommend to use ODP.NET, Managed Driver 12.2.0.1. Also it is necessary to install it in case of trouble with other Oracle data providers.
Please enable JavaScript in your browser and refresh the page.
To work with Oracle datasets, one of the following Oracle data providers must have been installed on server:- ODP.NET, Managed Driver 12.2.0.1 (product version 4.122.1.20170524) or ODP.NET, Managed Driver 12.1.0.2.160719 (product version 4.121.2.20160624 ODAC RELEASE 4)
- 64-bit Oracle Data Provider for .NET 4, version 12.1.0.2.0 or later
- 64-bit Oracle Provider for OLE DB, version 11.1 or later
We recommend to use ODP.NET, Managed Driver 12.2.0.1. Also it is necessary to install it in case of trouble with other Oracle data providers.
- Download the ODP.NET_Managed_ODAC122cR1.zip file from http://www.oracle.com/technetwork/database/windows/downloads/utilsoft-087491.html page. You must be registered on Oracle site, this registration is free.
Direct link is http://download.oracle.com/otn/other/ole-oo4o/ODP.NET_Managed_ODAC122cR1.zip
- Unpack the downloaded .zip into any folder.
- Now you can install the driver in one of two ways:
If you want to use the ODP.NET, Managed Driver only for Bentley i-model Composition Service for S3D, copy the file odp.netmanagedcommonOracle.ManagedDataAccess.dll from the unpacked zip into the binary folder into your installation folder for iCS for S3D, default folder is C:Program FilesBentleyiCS for SP3Dserver
or
If you want to register ODP.NET, Managed Driver for common use, execute the install_odpm.bat from the unpacked zip as follows: install_odpm.bat c:oracle x64
Oracle Others Driver Download Win 7
Getting started with ODP.NET, Managed Driver
You can get started with ODP.NET Managed Driver by either using the Oracle Universal Installer (OUI), XCopy, or NuGet.
If you are using OUI: Follow the Oracle Universal Installer (OUI) steps to install ODP.NET, Managed Driver
If you are using XCopy: Download ODP.NET, Managed Driver .zip
file to a directory for staging the install. The .zip
file contains a README file with XCopy installation instructions.
Run the configure.bat
script in one of the following directories:
For 32-bit .NET Framework:
OHodp.netmanagedx86
For 64-bit .NET Framework:
OHodp.netmanagedx64
Each directory contains an unconfigure.bat
if ODP.NET, Managed Driver needs to be unconfigured and removed from the machine.
If you are using NuGet: Download the ODP.NET NuGet package(s) and use NuGet Package Manager to install.
The following NuGet packages are available:
ODP.NET, Managed Driver
Entity Framework assembly for Code First and Entity Framework 6 or higher use with ODP.NET, Managed Driver
ODP.NET, Managed Driver Files
ODP.NET, Managed Driver consists of the following files:
File | Description |
---|---|
Oracle.ManagedDataAccess.dll | Platform-independent (AnyCPU), fully-managed ADO.NET provider |
x64Oracle.ManagedDataAccessDTC.dll | Platform-dependent (64-bit .NET Framework only), Managed Assembly for Distributed Transaction support. |
x86Oracle.ManagedDataAccessDTC.dll | Platform-dependent (32-bit .NET Framework only), Managed Assembly for Distributed Transaction support. |
Resources<lang>Oracle.ManagedDataAccess.resources.dll | Platform-independent (AnyCPU), fully-managed ADO.NET provider resource DLLs. |
OraProvCfg.exe | Platform-independent (AnyCPU) utility to configure/unconfigure ODP.NET, Managed and Unmanaged Drivers. |
configure.bat | Batch file to place ODP.NET, Managed Driver into the GAC and add configuration entries into the machine.config. |
unconfigure.bat | Batch file to remove ODP.NET, Managed Driver from the GAC and remove configuration entries from machine.config. |
tnsnames.ora | A sample configuration file that defines data source aliases. |
sqlnet.ora | A sample configuration file that configures network related settings. |
ConfigSchema.xsd | An XML schema file that defines the configuration section for ODP.NET, Managed Driver. |
Oracle.ManagedDataAccess.EntityFramework.dll | Platform-independent (AnyCPU), fully-managed assembly for Code First and Entity Framework 6 higher |
x64Oracle.ManagedDataAccessIOP.dll | Platform-dependent (64-bit .NET Framework), Managed Assembly for Kerberos support |
x86Oracle.ManagedDataAccessIOP.dll | Platform-dependent (32-bit .NET Framework), Managed Assembly for Kerberos support |
Oracle.ManagedDataAccessDTC.dll
is only needed if the application uses distributed transactions.If Distributed Transactions are used by the ODP.NET, Managed Driver application, the appropriate
Oracle.ManagedDataAccessDTC.dll
(32-bit or 64-bit .NET Framework) will be loaded. However, the requiredOracle.ManagedDataAccessDTC.dll
needs to be either in the GAC or in the same directory as the.exe
for it to be loaded byOracle.ManagedDataAccess.dll
.Oracle.ManagedDataAccessDTC.dll
must not be referenced by the application. ODP.NET, Managed Driver will reference it implicitly.On a 64-bit OS, only the x64 version of
Oracle.ManagedDataAccessDTC.dll
is placed into the GAC upon the completion of an OUI install or an invocation of the XCopyconfigure.bat
.
See Also:
Oracle Database Installation Guide for Microsoft Windows for installation instructionsFile Locations After Installation
The Oracle.ManagedDataAccess.dll
assembly is installed to the following locations:
.NET Framework 4:
ORACLE_BASE
ORACLE_HOME
odp.netbin4
directory
Oracle Others Driver Download 64-bit
Note:
If the machine has the corresponding .NET Framework installed, then theOracle.ManagedDataAccess.dll
Oracle Others Driver Download Windows 10
assembly is added to the Global Assembly Cache (GAC) as well. This is to ensure that existing applications can start using the newly installed ODP.NET version immediately. However, if this is not desired, be sure to remove the policy DLLs from the GAC.Documentation and the readme.txt
file can be accessed through ORACLE_BASE
ORACLE_HOME
ODACDocDocumentationLibrarydocindex.htm
.
Oracle Others Driver Download Windows 7
Samples are provided in the ORACLE_BASE
ORACLE_HOME
ODACsamples
directory.