Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Please tell me the namespaces used to connect to Oracle Database in ASP.NET.
Posted
Updated 25-Aug-09 10:15am
v2

Use

OracleClient classes.

System.Data.OracleClient Namespace allows you to connect to Oracle Database.

 
Share this answer
 
if Use ODP.NET

Oracle.DataAccess.Client;
Oracle.DataAccess.Types;


Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, XML DB, and advanced security. The data provider can be used with the latest .NET Framework 4 version.

ODP.NET makes using Oracle from .NET more flexible, faster, and more stable. ODP.NET includes many features not available from other .NET drivers, including a native XML data type, self-tuning, RAC-optimized connection pooling, promotable transactions, and Advanced Queuing.

try to use ODP.NET

All the best.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900