When I try to query objects, I end up with following error:
ORA-01461: can bind a LONG value only for insert into a LONG column
Could someo
I had the same problem with Entity Framework database first on all CLOB columns.
As a workaround, I filled the text values with spaces to be at least 4000 in width in insert operations (did not come with any better solution).