odp.net.managed
121.1.2
dotnet add package odp.net.managed --version 121.1.2
NuGet\Install-Package odp.net.managed -Version 121.1.2
<PackageReference Include="odp.net.managed" Version="121.1.2" />
paket add odp.net.managed --version 121.1.2
#r "nuget: odp.net.managed, 121.1.2"
// 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 | Versions 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. |
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 |
---|