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: shared_pool_size v/s large_pool_size

Re: shared_pool_size v/s large_pool_size

From: Howard J. Rogers <howardjr_at_www.com>
Date: 2000/06/09
Message-ID: <3940522f@news.iprimus.com.au>#1/1

"Gunjeet Singh" <gunjeet.singh_at_corp.sun.com> wrote in message news:394045D3.716C210F_at_corp.sun.com...
>
> Hi,
>
> Could someone please explain the use of the new Oracle8 init parameter
> "large_pool_size" ? How is it related to
> shared_pool_size ?
>
> We are using MTS mode for Oracle 8.1.6.

The large poool size parameter sets a memory space which RMAN will use when it does its backup and recovery stuff. If you don't plan on using RMAN, you don't need a large pool. Even if you *do* plan on using RMAN, you can get away without using a large pool -in such cases, RMAN pinches whatever it needs by way of memory out of the shared pool. Not exactly the most performance-enhancing response, but it will still do its stuff.

So the short answer to your question is: 'It's not (related to shared_pool_size)'. However, use of RMAN without a large pool will mean that you end up eating large portions of your shared pool that should otherwise be used for Libray and Data Dictionary Cache functions.

If you are going to use RMAN, you'd be mad NOT to set a large pool size, on the grounds that backups and recoveries will then cripple the rest of your system (by causing, amongst other things, parsed SQL statements to drop out of a shrunken library cache). If you are not going to use it, then don't bother with a large pool.

HJR
>
> Thanks,
>
> Gunjeet
Received on Fri Jun 09 2000 - 00:00:00 CDT

Original text of this message

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