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
Try this
COLUMN col_name FORMAT A24
where 24 is you width.