https://forums.oracle.com/forums/thread.jspa?threadID=2177895&tstart=90

As far as i have worked on EF4 using Oracle , Function importing doesn't seems
to work here. I faced the same problem few months back and tried many ways to
import a function but without any luck. But during searching I found a link on
OTN which states that (Oracle Stored Functions are not
supported)
. EF4 doesn't give us the option to call oracle function yet.
Even using Stored Procedures, you will need to select stored procedures that
return a ref cursor. Supported Stored procedures include procedures and package
methods that do not have a return value, but may have OUT or IN OUT parameters.

http://www.oracle.com/technetwork/issue-archive/2011/11-sep/o51odt-453447.html

相关文章:

  • 2021-05-17
  • 2021-11-14
  • 2022-03-06
  • 2021-11-01
  • 2022-01-14
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2021-08-21
  • 2021-09-23
  • 2022-12-23
  • 2021-11-05
相关资源
相似解决方案