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: Increase db_block_buffers causes ORA-04031 error?

Re: Increase db_block_buffers causes ORA-04031 error?

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Wed, 3 Sep 2003 19:18:32 GMT
Message-ID: <3F563E87.AFE250FA@remove_spam.peasland.com>


ORA-04031 indicates that you do not have enough free memory in the Shared Pool. DB_BLOCK_BUFFERS affects a different memory structure in the SGA. So the two aren't really related. But to be sure, you can set DB_BLOCK_BUFFERS back and see if this stops your ORA-4031 errors.

HTH,
Brian

Joop wrote:
>
> On a Oracle 8.1.7.4 database on AIX we increased the db_block_buffers
> parameter because of a bad buffer cache hit ratio.
>
> After that we had several crashes of the application with a ORA-04031 error.
> Can there be a cause between these?

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Wed Sep 03 2003 - 14:18:32 CDT

Original text of this message

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