OracleBulkCopy Class in Oracle.ManagedDataAccess.dll?

ε祈祈猫儿з 提交于 2019-12-18 05:47:07

问题


I am using OracleBulkCopy Class with reference to Oracle.DataAccess.dll. I want to use Oracle.ManagedDataAccess.dll for easy deployment. But then I got build error "OracleBulkCopy not found"

Does anyone know why OracleBulkCopy is not included in Oracle.ManagedDataAccess.dll?


回答1:


You are correct. At the time of this writing OracleBulkCopy is not supported in ODP.NET, Managed Driver.

The reason is is not included was simply a matter of feature priority. As the Managed Driver becomes more feature complete, eventually the OracleBulkCopy class will be added.

In the future, anyone can look at the "Differences between the ODP.NET Managed Driver and Unmanaged Driver" section of the most recent ODP.NET book to see what is not supported:

https://docs.oracle.com/cd/E56485_01/win.121/e55744/intro004.htm#ODPNT8146




回答2:


Please vote for it at the Oracle Feature Request page:

https://apex.oracle.com/pls/apex/f?p=18357:39:28710406382793::NO::P39_ID:27881

If we get enough votes, they may implement it.



来源:https://stackoverflow.com/questions/26941161/oraclebulkcopy-class-in-oracle-manageddataaccess-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!