Hi Marco, and thanks for the reply.
The OracleDataset1.SQL contains a call to a procedure returning a multiple field cursor where one of the field is the 'LONG_RAW_FIELD'. The field is defined as a 'LONG RAW' in an Oracle table.
I don't attempt any translation of the field in Delphi. I don't read the fields into the fields-editor. However if I do, it gets translated into a TBlobField. But as I said, I don't do that.
I'm simply working with a field-name in a cursor witch is of the original type from the source table (I expect).
If I move something into the field with this method;
TBlobField(OracleDatase1.FieldByName('LONG_RAW_FIELD