Hi
I downloaded SQL Developer 4.1 and when I run a SQL select statement the putput wraps round at 80 characters by default. In Version 4.0 each row was shown on a separate line. How can I replicate this 4.0 behaviour in 4.1? I do a 'set linesize 5000' at the start of my script but I want this to be the default every time I run a query from the SQL Worksheet.
Thanks