Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ora-4031 & large_pool

Re: ora-4031 & large_pool

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Tue, 18 May 2004 16:19:20 -0400
Message-ID: <20040518201920.GA3225@mladen.wangtrading.com>

On 05/18/2004 03:53:58 PM, Terry Sutton wrote:
> One of our clients is getting the following error occasionally on a 9.2.0.3 DB:
> ORA-04031: unable to allocate 8704 bytes of shared memory ("large pool","unknown object","hash-join subh","kllcqas:kllsltba")

That would mean that the process is running out of hash join subheap (don't ask me how I know). Use hints (USE_NL would probably rid you of that nasty error and performance alike), decrease hash area or increase the large pool.

>
> The large pool is set at 16M, which isn't high, but they shouldn't be using the large pool at all. The don't > use MTS, they don't use parallel query or have parallel_automatic_tuning set to true, and they don't use RMAN.

Are you sure that they use Oracle RDBMS? Just kidding. They DO USE MTS, otherwise hash area would be allocated from the process memory and not from the large pool. The only way that hash heap is allocated from the large pool is if the join is done by the process connected to a shared and not to the dedicated server.

> AFAIK, those are the only things which use the large pool.

Apparently, the instance is haunted.

-- 
Mladen Gogala
Oracle DBA



Note:
This message is for the named person's use only.  It may contain confidential, proprietary or legally privileged information.  No confidentiality or privilege is waived or lost by any mistransmission.  If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender.  You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity.

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue May 18 2004 - 15:16:48 CDT

Original text of this message

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