Search code examples
oracle-sqldeveloper

change height of query result rows - Oracle SQL Developer


I would like to increase the row height of the rows in the query results. I like big fonts and at some point the font becomes too big for the row.

Example: Everything is fine with font size 19: enter image description here

But with font size 22, which is what I like, the underscore disappears: enter image description here

Any suggestions on how to achieve this? Or other ideas to have the results (and the code, as this uses the same font size setting) in a big font? Searching google and the preferences of Oracle SQL Developer didn't help.


Solution

  • The best I can offer you is to leave the grid and print to the script output area. There's no restriction of line width height there.

    enter image description here