
October 3rd, 2003, 05:32 AM
|
|
Junior Member
|
|
Join Date: Sep 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Pausing a pl/sql statement
hi all,
is it possible to pause a pl/sql statement, then hit enter to continue.
For example, a pl/sql statement returns a number of results, you only want to display one then pause for the user to read, then they press enter to continue, then the next result is displayed, then pause, and so on until the end on the results.
i tried set pause on, but that doesn't work.
any suggestions?
cheers, waz.
|