I have some queries to find out the ddl of some objects from a schema. The result columns I am getting are truncated in the middle of the queries.
How can I increase the
On Linux try these:
set wrap off set trimout ON set trimspool on set serveroutput on set pagesize 0 set long 20000000 set longchunksize 20000000 set linesize 4000