odp.net.managed
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
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
Install-Package odp.net.managed -Version 121.1.2
dotnet add package odp.net.managed --version 121.1.2
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: odp.net.managed, 121.1.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on odp.net.managed:
Package | Downloads |
---|---|
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();
|
|
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.
|
|
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 (2)
Showing the top 2 popular GitHub repositories that depend on odp.net.managed:
Repository | Stars |
---|---|
tmsmith/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
|
|
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
|
Version History
Version | Downloads | Last updated |
---|