Search notes:

Oracle.DataAccess.Client (namespace)

The Oracle.DataAccess.Client namespace contains ODP.NET classes and enumerations for client-side providers.
The assembly is Oracle.DataAccess.dll
The classes in Oracle.DataAccess.Client inherit from the same classes that also other .NET data providers provide from, thus, they are used in a similar way.
For example, the classes of System.Data.SqlClient (which are used to access SQL Server) start with the prefix Sql while those for Oracle start with Oracle.

See also

This example tries to demonstrate how Oracle.DataAccess.Client might be used in PowerShell.
The managed counterpart of Oracle.DataAccess.Client is Oracle.ManagedDataAccess.Client.

Index