SQL> desc vision.dlr_content;
Name Null? Type
----------------------------------------- -------- ----------------------------
CONTENT_ID NOT NULL NUMBER(10)
VERSION_ID NUMBER(10)
CONTENT LONG RAW


but the column says the data type as LONG RAW......

Please let me know if i am erring anywhere......

this is the same table into which my application loads a build file into....