Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: dbms_output max buffer limit 1000000 overflows
If you don't want to see output then disable the dbms_output and run the
.sql . Else insert your output statements in a seperate table ( logging )
with autonomous_commit .
-ak
> Hi people,
> We have a .sql which runs in sqlplus.
> This .sql calls the StoreProc.
> These storeprocs have dbms_output.put_line
> statement which are logged using spool command in
> sqlplus.
>
> Now the problem is even after setting max limit
> for dbms_output.enable(1000000) , there is a
> error "ORA-20000: ORU-10027: buffer overflow, limit of
> 1000000 bytes" .
>
> any workaround to this.
> we want to log all the dbms_output.put_line messages.
>
> Thx
> Sam
>
>
> __________________________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo
> http://search.yahoo.com
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: sam d
> INET: sam_orafan_at_yahoo.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: AK INET: oramagic_at_hotmail.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Apr 24 2003 - 12:12:06 CDT
![]() |
![]() |