Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Makse use of PAUSE while executing procedure through sqlplus

raulk89Mar 30 2018 — edited Apr 5 2018

Hi

11.2.0.4.0

12.1.0.2.0

I was wondering, how can I make use of PAUSE while executing a procedure or autonomous pl/sql block.

For example.

set serveroutput on size unlimited;

set verify on;

set pages 10;

set pause "Press ENTER to continue.."

declare

...................

.......... some query, which output is printed by dbms_output package

end;

/

But this does not trigger this "Press ENTER to continue..", even when there are printed more than 10 rows (pagesize = 10)

Regards

Raul

This post has been answered by Mark D Powell on Apr 3 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 3 2018
Added on Mar 30 2018
10 comments
599 views