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

Thread: buffer size in SQL

  1. #1
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Hi Gurus,

    Sorry for the dumb question...

    I forgot the sqlplus set option to increase the buffersize for dbms_output....

    What is it?

    Thanks!
    Hemant

  2. #2
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282


    DBMS_OUTPUT.ENABLE(100000);


    F.

  3. #3
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Thanks mnemonical!

    Hey isnt there a SET option also for this on the sql prompt?

    Hemant

  4. #4
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    SET SERVEROUTPUT ON SIZE 1000000
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  5. #5
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Jmodic,

    If I ever meet you I'll buy you champagne...

    Thanks!
    Hemant

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