odp.net.managed 121.1.2

The specified version 112.3.60 was not found. You have been taken to version 121.1.2.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package odp.net.managed --version 121.1.2
NuGet\Install-Package odp.net.managed -Version 121.1.2
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="odp.net.managed" Version="121.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add odp.net.managed --version 121.1.2
#r "nuget: odp.net.managed, 121.1.2"
#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 odp.net.managed as a Cake Addin
#addin nuget:?package=odp.net.managed&version=121.1.2

// Install odp.net.managed as a Cake Tool
#tool nuget:?package=odp.net.managed&version=121.1.2

This package has been removed, as it was an unauthorized version. The official ODP.NET, Managed Driver package is available here: Oracle.ManagedDataAccess

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on odp.net.managed:

Package Downloads
WorkflowEngine.NET-ProviderForOracle

Contains dlls and sources for Oracle Persistence Provider: OracleProvider which implements interfaces: IPersistenceProvider, ISchemePersistenceProvider and IWorkflowGenerator. Steps for workflow runtime configuration with OracleProvider: http://workflowenginenet.com/Documentation/Detail/howtoconnect in Create WorkflowRuntime section.

NHibernate.OracleManaged

Oracle managed specific nhibernate driver. Example using NHibernate configuration by code: var cfg = new Configuration(); cfg.DataBaseIntegration(db => { db.ConnectionString = @"Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=your_host)(PORT=your_port)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=your_service)));User Id=your_user;Password=your_password;"; db.Driver<NHibernate.Driver.OracleManagedDriver>(); db.Dialect<NHibernate.Dialect.Oracle10gDialect>(); db.SchemaAction = SchemaAutoAction.Validate; }); // ...define your context and mapping... var sessionFactory = cfg.BuildSessionFactory();

Simple.Data.Oracle.ManagedDataAccess

Oracle Provider for the Simple.Data data access library using Managed ODP.NET driver.

ServiceStack.OrmLite.Oracle.Managed

Normal ServiceStack.OrmLite.Oracle 4.0.33.0 just changed driver to Oracle.ManagedDataAccess. You need to additionally install ServiceStack.OrmLite Attention! - Additionally to changing the driver, I had to remove ServiceStack's OracleTimestampConverter since the function OracleGrlobalization.GetClientInfo() doesn't exist in Oracle's Managed Driver. Don't use this if you need exact timezone dependent timespan calculations.

AspNet.Identity.OracleProvider

ASP.NET Identity provider for Oracle databases.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated