7 The Oracle Data Provider : Namespaces

Namespaces
The namespace for the Oracle data provider is DDTek.Oracle. When connecting to the Oracle database, you can use the OracleConnection and OracleCommand objects in the DDTek.Oracle namespace.
The following code fragments show how to include the namespace for the Oracle data provider in your applications.
C#
// Access Oracle Database
using System.Data;
using DDTek.Oracle;