Entity Framework ORA-00932: inconsistent datatypes: “'expected CLOB got CHAR”
问题 Oracle.ManagedDataAccess.EntityFramework 6.122.1.0 library is used to access to an Oracle Database from MVC ASP.Net application. It is the latest library version from the NuGet as of November, 14th 2017 protected override Expression<Func<MyEntity, object>> getSelector() { return m => new { ID = m.ID, NAME = m.Name, LONGSTRING = "Blah-blah-blah-blah...some thousands characters..." + m.ID + "blah-blah...blah" }; } protected override ProblemMethod() { var result = db.MyEntity.Select(getSelector(