地址http://www.oracle.com/technetwork/cn/java/index-101716.html
介紹
Managed ODP.NET Beta Now Available
ODP.NET, Managed Driver is 100% fully managed. Developers can deploy a single assembly, side by side with other ODP.NET versions easily in a deployment package smaller than 10 MB. Try out the beta today!
- Download Managed ODP.NET Beta 11.2.0.3.50
- Installation Guide, Quick Start, and Release Notes
- Video: Introducing ODP.NET, Managed Driver (1 hr, 14 min) - Requires GoToMeeting codec, G2M3, to play the video
- Discussion Forum: ODP.NET
Watch the quick start video on using ODP.NET Managed Driver!
有Oracle網站登錄賬戶就可以下載
csdn賬戶下載地址http://download.csdn.net/detail/xkyue23/4689072
數據庫連接字符串講解的不夠精准,經測試,這樣配置
<appSettings>
<add key="connStr" value="Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=數據庫SID)));User ID=用戶名;Password=用戶密碼;"/>
</appSettings>
查詢沒有問題