What is the provider and namespaces being used to access
oracle database?

Answers were Sorted based on User's Feedback



What is the provider and namespaces being used to access oracle database?..

Answer / naresh

The provider name is oledb and the namespaceis
system.data.oledb

Is This Answer Correct ?    3 Yes 1 No

What is the provider and namespaces being used to access oracle database?..

Answer / parveen atreya

The Most app. provider is OracleClient. To use this
provider we have to add this from add reference utilities
in dot net application. The Namespace for this is ....

SQL.DATA.OracleClient


enjoy..........

Is This Answer Correct ?    3 Yes 1 No

What is the provider and namespaces being used to access oracle database?..

Answer / naresh

We can use any of the following providers to connect to the
oracle databas

Oledb provider
Odbc provider
OracleClient Provider

and the namespaces for the above provider are

Oledb provider--> System.Data.Oledb
Odbc provider---> System.Data.Odbc
OracleClientProvider--> System.Data.OracleClient

Is This Answer Correct ?    2 Yes 0 No

What is the provider and namespaces being used to access oracle database?..

Answer / surendra

oledb Provider -->system.data.oledb;
odbc -->no namespace;
oracle -->system.data.oracleclient;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

How do you handle data concurrency in .NET ?

9 Answers   Infogain, SunGard,


What is an orm, and why would you use one instead of plain old ado.net?

0 Answers  


What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?

1 Answers   TCS,


What does sqldatareader return?

0 Answers  


Explain executenonquery?

0 Answers  






What is a dynaset in access?

0 Answers  


What does ado stand for?

0 Answers  


What are the parameters that control most of connection pooling behaviours?

0 Answers  


differance between ADO vs ADO.Net?

0 Answers   MCN Solutions,


What is ODP.NET?

2 Answers   Microsoft,


Which is faster ado.net or linq?

0 Answers  


Give an example that shows how to execute a stored procedure in ado.net?

0 Answers  


Categories