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 -> Re: ORA-06558, ORA-06512

Re: ORA-06558, ORA-06512

From: victor <victor_at_PERCOMBANK.KIEV.UA>
Date: 19 Nov 1998 16:36:35 GMT
Message-ID: <01be13da$bc053a10$6b14abcc@victor>


> 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?
>
 



 function create_pipe(pipename in varchar2,
                  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

Original text of this message

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