dbTalk Databases Forums  

Re: Determine value of SHARED_POOL_RESERVED_MIN_ALLOC

comp.databases.oracle.server comp.databases.oracle.server


Discuss Re: Determine value of SHARED_POOL_RESERVED_MIN_ALLOC in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Anton Buijs
 
Posts: n/a

Default Re: Determine value of SHARED_POOL_RESERVED_MIN_ALLOC - 06-26-2003 , 01:20 PM







Terry Dykstra <dontreply_tddykstra (AT) forestoil (DOT) ca> schreef in berichtnieuws
5NEKa.9304$ZS3.1115781 (AT) news2 (DOT) telusplanet.net...
Quote:
In 8i this parameter is hidden. But in reading techdoc 146599.11 it
mentions this parameter to help diagnosing ora-4031 (which I'm running
into). I'm running 81741 SE and need to determine what the current value
is
of shared_pool-reserved_min_alloc. How do I do that?

--
Terry Dykstra
Canadian Forest Oil Ltd.

Have a look at http://www.ixora.com.au/scripts. First read the requirements.
Choose "parameters" to find a script that lists hidden paramters. Choose
"shared pool" to find some interesting scripts to investigate the shared
pool.
Also consider pinning large objects in the shared pool so they don't get
aged out (but you probably know about that already).
Check for fragmentation of the shared pool. When sql statements use literals
instead of bind variables they can cause big fragmentation troubles. If so
consider setting parameter cursor_sharing = force.
Read Metalink note 61623.1. It describes a query that shows what is flushed
out of the shared pool to get something loaded into it. A very nice X$ view:
after every select (!) it's empty again.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.