You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,16 @@ This repository provides .NET code samples for Oracle developers, specifically f
7
7
and other Oracle .NET components. .NET products for Oracle Database are free of charge. They consist of:
8
8
9
9
<ul>
10
-
<li>Oracle Data Provider for .NET (ODP.NET) - an optimized ADO.NET data access provider to the Oracle database. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, XML DB, and self-updating client caches. ODP.NET offers three provider types: Core for .NET (Core) runtimes, managed for .NET Framework (100% managed code and easy deployment), and unmanaged for .NET Framework.</li>
10
+
<li>Oracle Data Provider for .NET (ODP.NET) - an optimized ADO.NET data access provider to the Oracle database. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including AI vector search, JSON-relational duality views, Real Application Clusters, and self-updating client caches. ODP.NET offers three provider types: Core for .NET (Core) runtimes, managed for .NET Framework (100% managed code and easy deployment), and unmanaged for .NET Framework.</li>
11
11
<li>Oracle Developer Tools for Visual Studio - a tightly integrated design-time "Add-in" for Microsoft Visual Studio that provides full Oracle .NET application lifecycle management, including PL/SQL debugging and schema comparison tools.</li>
12
-
<li>Oracle Developer Tools for VS Code - enables Visual Studio Code developers to connect to Oracle Database and Oracle Autonomous Database, edit SQL and PL/SQL with autocomplete, Intellisense, breadcrumbs, and syntax coloring, execute SQL and PL/SQL and view and save the results in formats such as .CSV and JSON. The Oracle Database Explorer tree control allows you to quickly explore your database schema, view table data, and edit, execute and save PL/SQL.</li>
13
12
<li>Oracle Providers for ASP.NET - a collection of ASP.NET providers that use Oracle Database as the data source. ASP.NET applications can store various types of website state in an Oracle database, which can then be shared across the application.</li>
14
13
</ul>
15
14
16
15
## Getting Started
17
-
Oracle .NET components are available individually on NuGet Gallery or bundled together as part of Oracle Data Access Components (ODAC). Provider downloads are available from <ahref="https://www.nuget.org/packages?q=oracle">NuGet Gallery<a> and <ahref="https://www.oracle.com/database/technologies/net-downloads.html">Oracle .NET download page</a>. Oracle Developer Tools for VS Code or Visual Studio can be downloaded from the <ahref="https://marketplace.visualstudio.com/items?itemName=Oracle.oracledevtools">VS Code Marketplace</a> or <ahref="https://marketplace.visualstudio.com/publishers/OracleCorporation">Visual Studio Marketplace</a>, respectively.
16
+
Oracle .NET components are available individually on NuGet Gallery or bundled together as part of Oracle Data Access Components (ODAC). Provider downloads are available from <ahref="https://www.nuget.org/packages?q=oracle">NuGet Gallery<a> and <ahref="https://www.oracle.com/database/technologies/net-downloads.html">Oracle .NET download page</a>. Oracle Developer Tools for Visual Studio can be downloaded from the <ahref="https://marketplace.visualstudio.com/publishers/OracleCorporation">Visual Studio Marketplace</a>.
18
17
19
18
## Tutorials
20
-
For beginning Oracle .NET developers, these <ahref="https://www.oracle.com/tools/technologies/quickstart-dotnet-for-oracle-database.html">on-premises .NET database tutorials</a> and <ahref="https://www.oracle.com/database/technologies/appdev/dotnet/adbdotnetquickstarts.html">Autonomous Database .NET tutorials</a> will assist you in getting started with .NET application development with Oracle Database.
19
+
For novice Oracle .NET developers, these <ahref="https://www.oracle.com/tools/technologies/quickstart-dotnet-for-oracle-database.html">on-premises .NET database tutorials</a> and <ahref="https://www.oracle.com/database/technologies/appdev/dotnet/adbdotnetquickstarts.html">Autonomous Database .NET tutorials</a> will assist you in getting started with .NET application development with Oracle Database.
21
20
22
21
Oracle .NET video tutorials are available from the <ahref="https://www.youtube.com/user/OracleDOTNETTeam">Oracle .NET YouTube site.
23
22
@@ -27,7 +26,7 @@ For those that want to build an end-to-end basic .NET web app for Oracle Databas
Copy file name to clipboardExpand all lines: samples/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ Running ODP.NET Core Samples from Command Line
24
24
25
25
Below is the feature list the samples cover. Each feature's sample has its own subdirectory.
26
26
27
+
AI Vector
28
+
----------------------
29
+
* Search Vector Stores and Collections Sample: Load and vectorize data from .NET. Then, perform exact match searches and similarity searches against the data set.
30
+
27
31
Application Continuity
28
32
----------------------
29
33
* Sample 1: Unmanaged ODP.NET Application Continuity code sample with setup and runtime demo instructions.
@@ -53,9 +57,9 @@ Autonomous Database
53
57
* Managed ODP.NET Samples: Demonstrates how to connect managed ODP.NET to Oracle Autonomous Database via a console and an ASP.NET web app. <br>
54
58
* Unmanaged ODP.NET Sample: Demonstrates how to connect unmanaged ODP.NET to Oracle Autonomous Database via a console app.
55
59
56
-
Azure Active Directory
60
+
Azure Active Directory/Microsoft Entra ID
57
61
----------------------
58
-
* Demonstrates connecting to Oracle Autonomous Database using an Azure Active Directory token with ODP.NET Core, managed, and unmanaged.
62
+
* Demonstrates connecting to Oracle Autonomous Database using a Microsoft Entra ID token with ODP.NET Core, managed, and unmanaged.
59
63
60
64
Bulk Copy
61
65
---------
@@ -177,3 +181,4 @@ User-Defined Types (UDT)
177
181
* Ref Sample: Demonstrates how to fetch UDTs referenced by REFs. <br>
178
182
* Ref Inheritance Sample: Demonstrates how to obtain and update Custom Type objects from OracleRef objects. <br>
179
183
* VARRAY Sample: Demonstrates how to map, fetch, and manipulate the Oracle VARRAY as a custom object.
0 commit comments