Oracle.Rdb.EntityFramework 6.0.1.1

dotnet add package Oracle.Rdb.EntityFramework --version 6.0.1.1
NuGet\Install-Package Oracle.Rdb.EntityFramework -Version 6.0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Oracle.Rdb.EntityFramework" Version="6.0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Oracle.Rdb.EntityFramework --version 6.0.1.1
#r "nuget: Oracle.Rdb.EntityFramework, 6.0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Oracle.Rdb.EntityFramework as a Cake Addin
#addin nuget:?package=Oracle.Rdb.EntityFramework&version=6.0.1.1

// Install Oracle.Rdb.EntityFramework as a Cake Tool
#tool nuget:?package=Oracle.Rdb.EntityFramework&version=6.0.1.1

The ORDP driver for Entity Framework.
     This NuGet package is for Oracle Rdb Data Provider for .NET applications that use Entity Framework 6 applications. It will add the Oracle Entity Framework assembly and auto-configure for its use. Note that this package does not include ORDP.NET, which is available when you install Oracle Rdb Developer Tools for Visual Studio. This NuGet package requires VS 2012 or higher for installation.

     Note: The 32-bit Oracle Rdb Developer Tools for Visual Studio download from http://www.oracle.com/technetwork/products/rdb/downloads/othersoft-087176.html is required for installing ORDP as well as Entity Framework design-time features and for other Visual Studio designers such as the TableAdapter Wizard. This NuGet download does not enable design-time tools, only run-time support.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.1.1 5,881 2/14/2018
6.0.0.7 3,166 7/1/2016
6.0.0.5 3,384 8/26/2015

Release 6.0.1.1
     FIXED :
     Due to changes made in Oracle JDBC for Rdb servers in release 7.3.5.1.0 when using JDBC connectivity, some entity framework internal queries may fail with the error
     "%SQL-E-TRUN_STORE, String truncated during assignment to a column".  StoreSchemaDefinition.ssdl has been updated to work-around this problem.