When I do a select on a table with blobs, SQL developer is very slow. If I just do a select * from account. I will kill it after 5 minutes. If I just select a few columns that are not clob, it returns quickly.. Is there any way to speed up clob column retrieval or default them to not be selected?