I use bltoolkit as orm and i had a problem with clob type.
I have a long string value and i got error while update operation.
Error: ORA01704 - String literal too long.
Checked table and my column type is clob. There is no clob option in bltoolkit table class design. I set this column like that:
[MapField("MSG_BODY")]
public string MsgBody { get; set; }
What is wrong ?