for example:
create a tale :
CREATE TABLE test
( test BFILE)
then :
select test from test
it will show :Data type is not supported
I find the error come from :
MemDS.pas:
procedure CreateObjectFields(ObjType: TObjectType; Parent: TFieldDef);
....
I test it at Toad and Pl/SQL developer ,they all can execute it;