shared pool doubt..? [message #153906] |
Wed, 04 January 2006 15:03 |
balavignesh
Messages: 180 Registered: March 2005
|
Senior Member |
|
|
hi,
while keeping the objects like packages/procedures inside the shared pool using
dbms_shared_pool.keep('name')
the objects are resided in shared pool or reserved shared pool..?
and doing this will increase performance..?
plz guide..
regards
bala
|
|
|
|
|
Re: shared pool doubt..? [message #154430 is a reply to message #153908] |
Sun, 08 January 2006 06:32 |
SQLAREA
Messages: 21 Registered: January 2006 Location: Belgium
|
Junior Member |
|
|
Hi,
Neither I believe pinning objects in the shared pool is worth the effort these days. As far I can remember it was done and relevant in Oracle 7 in order to avoid the terrible ora 4031 messages. I think to know large packages doesn' t need contiguous space in the shared pool anymore but can be loaded in memory in chunks. As well there is the shared_pool_reserved_size -default 5% of the shared_pool- which is there in order to avoid ora 4031 as well.
I am not aware whether the large_pool has anything to do with ora 4031 at the level of the shared_pool assuming you run in dedicated server mode.
I thought the large_pool and the sizing of it are only relevant if you are running shared_server connections or if you are backing up with rman using multiple channels.
Regards
Guy
|
|
|