I have just done some further testing. The table containing the LONG column also contains several columns defined as VARCHAR2(2000). If I select all fields, including the LONG, but excluding any of the VARCHAR2(2000) fields, the data in the LONG is not truncated. If one or more of the...