写数据到Clob字段,报 ORA-01460 转换请求无法实施或不合理
解决:加个 TypeName = "CLOB"
[Column("imagect", TypeName = "CLOB")] public string Imagect { get; set; }