Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> dbms_output max buffer limit 1000000 overflows
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
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 - 02:46:39 CDT
![]() |
![]() |