问题
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