SQL developer Margin

Johnatan56

Honorary Master
Joined
Aug 23, 2013
Messages
30,955
Hi,

I would like to move the margin further right in SQL Developer, how would I go about doing that? Best would be if I could use a horizontal scroll bar so that all the column names are on top.
I just installed it and set up my first database imports using Oracle XE 12c.

Image of problem:
line.jpg

Thanks for any help,
J

EDIT: SQL Developer Version 4.1.3.20

EDIT2: Found the right margin, Tools > preferences > Code Editor (fold it out) > display > show visible margin, it has no influence on the output though. The output still has a max of 80 characters.

EDIT3: seems one can use SET LINESIZE number; to change it. Is there no other way?

EDIT4: Okay, so one doesn't have to do it every time one starts the connection:
linesize.png

EDIT5: You can also hit the normal run statement instead of script for a query result tab.
 
Last edited:

surface

Honorary Master
Joined
Oct 23, 2006
Messages
26,595
Hit F9 key to get results in grid instead of F5 key that you seem to be using?
 
Top