写数据到Clob字段,报 ORA-01460 转换请求无法实施或不合理

解决:加个 TypeName = "CLOB"

[Column("imagect", TypeName = "CLOB")]
public string Imagect { get; set; }

相关文章:

  • 2022-12-23
  • 2022-03-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2019-01-17
猜你喜欢
  • 2019-01-13
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
相关资源
相似解决方案