Xtensive.Orm.Oracle 7.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xtensive.Orm.Oracle --version 7.0.7
                    
NuGet\Install-Package Xtensive.Orm.Oracle -Version 7.0.7
                    
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="Xtensive.Orm.Oracle" Version="7.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xtensive.Orm.Oracle" Version="7.0.7" />
                    
Directory.Packages.props
<PackageReference Include="Xtensive.Orm.Oracle" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xtensive.Orm.Oracle --version 7.0.7
                    
#r "nuget: Xtensive.Orm.Oracle, 7.0.7"
                    
#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.
#:package Xtensive.Orm.Oracle@7.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xtensive.Orm.Oracle&version=7.0.7
                    
Install as a Cake Addin
#tool nuget:?package=Xtensive.Orm.Oracle&version=7.0.7
                    
Install as a Cake Tool

Oracle provider for DataObjects.Net

The provider is responsible for interactions with Oracle database - information about features and types the storage supports, low level communications, translation of SqlDom queries to native SQL text queries.

For now it supports Oracle 10g, 11g

Usage

Create a domain configuration configuration with connection url similar to this

    var domainConfiguration = new DomainConfiguration(@"oracle://someuser:somepassword@localhost:1521/xe");

or, alternatively, use connection string like

    var domainConfiguration = new DomainConfiguration("oracle",
	  "DATA SOURCE="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=xe)))";USER ID=someuser;PASSWORD=somepassword");

After that, if connection settings are valid, build Domain and use it as usual.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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
7.2.2 110 6/3/2026
7.2.1 154 3/13/2026
7.2.0 311 11/16/2025
7.2.0-RC 153 11/1/2025
7.2.0-Beta-2 258 4/27/2025
7.2.0-Beta-1 204 12/28/2023
7.1.6 263 10/29/2025
7.1.5 346 4/10/2025
7.1.4 248 1/27/2025
7.1.2 280 10/18/2024
7.1.1 260 11/14/2023
7.0.7 253 10/28/2025
7.0.6 233 12/19/2024
7.0.5 243 6/3/2024
7.0.4 211 11/12/2023
6.0.15 259 10/27/2025
6.0.14 259 12/17/2024
6.0.13 248 4/4/2024
6.0.12 221 11/10/2023
Loading failed