Oracle® Data Provider for .NET Developer's Guide 10g Release 2 (10.2) Part Number B14307-01 |
|
|
View PDF |
Oracle Data Provider for .NET (ODP.NET) is an implementation of a .NET data provider for Oracle Database, using and inheriting from classes and interfaces available in the Microsoft .NET Framework Class Library.
Following the .NET Framework, ODP.NET uses the ADO.NET model, which allows native providers to expose provider-specific features and datatypes. This is similar to Oracle Provider for OLE DB, where ADO (ActiveX Data Objects) provides an automation layer that exposes an easy programming model. ADO.NET provides a similar programming model, but without the automation layer, for better performance.
Oracle Data Provider for .NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features from any .NET application.
The ODP.NET classes described in this guide are contained in the Oracle.DataAccess.dll
assembly.
Client Applications: All ODP.NET classes are available for use in client applications.
.NET Stored Procedures: Most ODP.NET classes can be used from within .NET stored procedures and functions. Those classes which cannot, are labeled Not Supported in a .NET Stored Procedure. Additionally, some classes contain members which may not be supported, and this is so indicated in the member tables that follow the class descriptions, and listed in Chapter 4 of this guide.
See Also:
Table 4-1, "API Support Comparison Between Client Application and .NET Stored Procedure"
"Oracle Data Provider for .NET Assembly" for class lists
Chapter 4, "Oracle Data Provider for .NET Server-Side Features"
Oracle Database Extensions for .NET Developer's Guide for more information about .NET stored procedures and functions