Columns that are widened to LOB type aren't considered as LOBs
Description
When the size exceeds the max varchar/varbinary size, we usually widen the type to a clob/blob, but the runtime model doesn’t know that this is a lob on the DB, which leads to problems with Oracle.
When the size exceeds the max varchar/varbinary size, we usually widen the type to a clob/blob, but the runtime model doesn’t know that this is a lob on the DB, which leads to problems with Oracle.