DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Help with PL/SQL

  1. #1
    Join Date
    Apr 2001
    Location
    Germantown, MD
    Posts
    14
    I need to know what the command and syntax is to advance a new page when printing output from a
    PL/SQL program. Please help.

    The program reads data into a cursor for the purposes of printing the data in the table, 10 rows per page.

  2. #2
    Join Date
    Feb 2001
    Posts
    125
    Hi,

    use following SET command.


    SET PAGESIZE 10


    thanks

    P. soni

  3. #3
    Join Date
    Apr 2001
    Location
    Germantown, MD
    Posts
    14
    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width