What is the namespace used in .NET Data Provider for Oracle
-
System.Data.Oracle
-
System.Data.OracleClient
-
System.Data
-
System.Data.Sql
B
Correct answer
Explanation
The .NET Framework Data Provider for Oracle resides in the System.Data.OracleClient namespace, containing classes like OracleConnection and OracleCommand. System.Data.Oracle is not a standard .NET namespace, while System.Data and System.Data.Sql are for general ADO.NET and SQL Server classes.