Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> PL-SQL

PL-SQL

From: Suresh <avsuresh.chowdary_at_gmail.com>
Date: 19 Feb 2007 02:55:27 -0800
Message-ID: <1171882527.013872.29900@m58g2000cwm.googlegroups.com>


Hi All,

    I am using PL-SQL, I have Probelm with spooling more than max buffer can hold. I set serveroutput as

     set serveroutput on size 100000

and then I am running my procedures

After 35,000 records buffer problem is coming. I am facing the error

        ORA - 20000: ORU - 10027: Buffer overflow, limit of........

Is there any solution to my problem???

Or can we directly import results of queries directly into a text file from procedure itself???

I shall be very thankful to you, if you mail me with solution at avsuresh.chowdary_at_gmail.com

Thanks in Advance,
A.V.Suresh Received on Mon Feb 19 2007 - 04:55:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US