ODP.NET Managed Driver has no OracleDbType.Object, what's the equivalent?

ぐ巨炮叔叔 提交于 2020-02-06 07:43:31

问题


I want to upgrade some ODP .NET code (Oracle 11 unmanaged driver) to the managed one from Oracle 12.

But the code does not compile because there is no such thing as OracleDbType.Object any more. And I need to handle user-defined types coming back to .NET, as well as ref cursors of objects.

According to Oracle: https://docs.oracle.com/cd/E48297_01/doc/win.121/e41125/OracleDbTypeEnumerationType.htm#i1017320 "Not Available in ODP.NET, Managed Driver"

Is there some suggested way to handle these? Thanks!

来源:https://stackoverflow.com/questions/57617335/odp-net-managed-driver-has-no-oracledbtype-object-whats-the-equivalent

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