Raimonds,
I was thinking the same, but unfortunately I don't have the correct roles to make views in our DB. I've tried ignore_table_columns, but that hasn't seemed to work. Is there another 'hide' available for this troublesome column?
I'm a bit of a novice here, but from what I understand is that ruby-oci8 has object type support - in fact I already use this for our geometry columns that use MDSYS.SDO_GEOMETRY. ORDSYS.ORDIMAGE is a similar object type - part of Oracle's Intermedia package.
I am guessing that there is no blob attribute specified in the code at the link below (say something like, ATTR_BLOB).
Therefore, I would suppose the only fix for this is to add blob attribute support for object types that Oracle uses.
So as you said at the beginning, this isn't an oracle_enhanced-adapter problem, but a ruby-oci8 one. I'll see if I can pose the question there.
Thanks