EF + ODP.NET + CLOB = Value Cannot be Null - Parameter name: byteArray?

前端 未结 6 2228
死守一世寂寞
死守一世寂寞 2020-12-16 01:12

Our project recently updated to the newer Oracle.ManagedDataAccess DLL\'s (v 4.121.2.0) and this error has been cropping up intermittently. We\'ve fixed it a few times with

6条回答
  •  攒了一身酷
    2020-12-16 02:09

    For me it was simple! I had this error with odac v 4.121.1.0. I have just updated Oracle.ManagedDataAccess to 4.121.2.0 with Nuget and now it is working.

    Have you have tried to uninstall and reinstall Oracle.ManagedDataAccess with Nugget?

提交回复
热议问题