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:
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:
EDIT5: You can also hit the normal run statement instead of script for a query result tab.
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:
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:
EDIT5: You can also hit the normal run statement instead of script for a query result tab.
Last edited: