Hi, managed to forgot how to figure out blob size in oracle 8. In oracle 9 and after it's simple: xyz blob column; abc table; select length(xyz) from abc; But in oracle 8, length doesn't accept blobs. I have vague memory it involved "lob describe" somehow or maybe vsize??? Thanks!