Skip to content
Advertisement

SQL Plus Columns getting overflowed to next row

The DeptNo column when using SQLPlus in Oracle 11g XE is getting pushed down to the next row, despite having sufficient space in the window in Ubuntu 20.04 Terminal.

Screenshot

Advertisement

Answer

You can increase the size of the line using the following command:

Default line size by SQL*Plus is 80 and you can check it from your SQL*Plus as follows:

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement