OracleBulkCopy Class in Oracle.ManagedDataAccess.dll?

前端 未结 2 1097
既然无缘
既然无缘 2020-12-19 01:09

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 \"OracleB

相关标签:
2条回答
  • 2020-12-19 01:27

    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.

    0 讨论(0)
  • 2020-12-19 01:40

    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

    0 讨论(0)
提交回复
热议问题