1

My script output

There seems to be a line break after every 11 entries in my script output in SQL developer. How can I get rid of it?

0

1 Answer 1

4

SQL Developer output use same format as SQL*Plus.

you can use SHOW ALL command to view all availables format setting.

You can try your own fitness by changing PAGESIZE value.

Sign up to request clarification or add additional context in comments.

2 Comments

Correct. Default pagesize is 11.
set pagesize 0 select line from user_source; -- execute F5 for quick sanity check

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.