0

I am using Oracle SQL*Plus. I get the output in the format below, but I want the title to appear once only, which is at the top. How can I achieve this?

enter image description here

1

1 Answer 1

2

You can use:

SET PAGESIZE 50000

To change the number of lines on a page (before the headers are repeated).

Or, if you do not want any headers then:

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

Comments

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.