Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-06558, ORA-06512
> during the execution of a sql_script I received the following error-Stack
> ORA-06658: buffer in dbms_pie package is full. No more items allowed
> ORA-06512: at "SYS.DBMS_PIPE", line 66
> ORA-06512: at "updatetrigger", line 14
> ORA-04088: error during execution of trigger "updatetrigger"
> ORA-06512: at line 51
>
> What can I do to complete the task?
> How can the pipe buffer refreshed or enlarged?
> Which Parameters can be changed, that the script will do it's task?
>
maxpipesize in integer default 8192, private in boolean default TRUE)
INCREASE maxpipesize IN THIS FUNCTION Received on Thu Nov 19 1998 - 10:36:35 CST
![]() |
![]() |