hello,
i have a query like this :
select rowid,i.itemid, i.blobfield
from table mytable i
where mytable contains about 250 rows and blobfield is of type long in oracle
but this is very slow even if i set the readbuffer property to 1.
how to set speed up this query?
regards