Search code examples
oraclesqlplus

How to set the column width of the desc result in sqlplus?


Is there any way to set the column width of the result of desc command in sqlplus?


Solution

  • You can format sqlplus reports in a variety of ways.

    What you need here can be mostly achieved by [SET LIN[ESIZE][2]] (you have to scroll down)