I\'m trying to run a query that has a few columns that are a CLOB datatype. If i run the query like normal, all of those fields just have (CLOB) as the value.>
(CLOB)
If you are using SQL*Plus try the following...
set long 8000 select ...