If I understood correctly, current behavior of PL/SQL Developer when fetching rows with LOB columns in either SQL Window or Test Window is to fetch LOB contents along with the row. Can this be changed (and made configurable with a preference) to deferred LOB fetch (that is, until I click the ellipsis button to inspect LOB contents,) because if LOBs are large enough, fetch takes really long time, especially over relatively slow channels, and fetched data consumes a lot of local memory even though LOB data may not really be needed.