Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Urgent !!!!!!!!!! Urgent
Hi Syed.
Two questions (first one probably doesn't relate to your problem, but I'll ask it anyway!):
DBMS_OUTPUT.ENABLE(100000); That's the max buffer size. When your procedure ends it will flush the buffer and write everything to your log. You'll then only run into problems when you exceed 100000 (as opposed to 2000) bytes, and there's no way around that (until, I understand, version 8 of Oracle and PL/SQL).
Hope this helps. File output is the only thing I can think of that may be being buffered...
-Brendan
In article <3541EB77.D24AAB7F_at_cyber.net.pk>,
Syed Faisal Shah <faisal_at_cyber.net.pk> wrote:
>
> Help Needed
>
> We have prepared a PL/SQL procedure in which we call 1343 records in
> cursor. The data that comes into the cursor in is numeric and we are
> deleting records from another table on the basis of value fetched from
> cusor.
>
> After deleting 48 records, it gives the following error.
>
> ORA - 20000 ORU-10027 Buffer overflow, exceed 2000 bytes limit.
>
> Please reply if anyone could help.
>
> --
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Mon Apr 27 1998 - 00:00:00 CDT
![]() |
![]() |