连接到Oracle数据库. [英] Connecting to Oracle Database.

查看:85
本文介绍了连接到Oracle数据库.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请告诉我ASP.NET中用于连接到Oracle数据库的名称空间.

Please tell me the namespaces used to connect to Oracle Database in ASP.NET.

推荐答案

使用

OracleClient 类.

System.Data.OracleClient命名空间使您可以连接到Oracle数据库.

Use

OracleClient classes.

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


如果使用 ODP.NET

if Use ODP.NET

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



.NET的Oracle数据提供程序(ODP.NET)具有对Oracle数据库的优化的ADO.NET数据访问. ODP.NET允许开发人员利用高级Oracle数据库功能,包括Real Application Clusters,XML DB和高级安全性.数据提供程序可以与最新的.NET Framework 4版本一起使用.

ODP.NET使使用.NET中的Oracle更加灵活,更快和更稳定. ODP.NET包含许多其他.NET驱动程序无法提供的功能,包括本机XML数据类型,自我调整,RAC优化的连接池,可升级的事务和高级队列.
尝试使用ODP.NET

一切顺利.



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.


这篇关于连接到Oracle数据库.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆