终于见到了oracle官方的托管驱动,发布只需一个6M多的dll,支持EF 支持分布式事务 附: Download ODP.NET, Managed Driver .zip file to a directory for staging the install. Unzip the download to expand its contents into the target directory. Run configure.bat to GAC and configure machine.c
推荐使用oracle.ManagedDataAccess.dll(oracle.ManagedDataAccess.Client)全托管驱动。实际使用发现,oracle全托管驱动对32位和64位oracle数据库具有很好的连接兼容性。可采用无客户端远程连接oracle,或在本机使用连接。可通过visual studio 2010 nuget安装,或直接下载dll文件,然后引用oracle.ManagedDataAccess.dll文件。在项目数据访问层中引用命名空间using oracle.M