Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
-none-

-none-

2007-09-04       - By -not available-

 Back
So this explains nicely DBA Deepak's test case.

But back to one of the the original questions - is the log buffer
managed dynamically
by ASMM, that is, can its (real) size change after instance boot time,
stealing memory
from other pools, or giving it back, depending on the workload ?
If the documentation is consistent with the actual behavior (and I
always assume it is,
unless a convincing counterexample is presented), no:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams192.htm

"SGA_TARGET specifies the total size of all SGA components. If
SGA_TARGET is specified, then the following memory pools are
automatically sized:

   *   Buffer cache (DB_CACHE_SIZE)
   *   Shared pool (SHARED_POOL_SIZE)
   *   Large pool (LARGE_POOL_SIZE)
   *  Java pool (JAVA_POOL_SIZE)
   *   Streams pool (STREAMS_POOL_SIZE)

If these automatically tuned memory pools are set to non-zero values,
then those values are used as minimum levels by Automatic Shared
Memory Management. You would set minimum values if an application
component needs a minimum amount of memory to function properly.

The following pools are manually sized components and are not affected
by Automatic Shared Memory Management:

   *  Log buffer
   *  Other buffer caches, such as KEEP, RECYCLE, and other block sizes
   *  Fixed SGA and other internal allocations
"

So to recap - the log buffer size may be greater then log_buffer, and may be
increased to make "fixed sga size" + "log buffer size" an exact multiple of
a granule. This calculation is made at instance boot time; and the log buffer
size is constant after the the instance has booted.

HTH
Alberto




On 9/4/07, Rich Jesse <rjoralist@(protected)> wrote:
> If I'm not mistaken, log_buffer will be automagically sized at instance
> startup if using ASMM, effectively ignoring the setting of the log_buffer
> parameter.  This is eluded to in the paragraph below your reference:
>
> "The memory allocated to these pools [including log_buffer] is deducted from
> the total available for SGA_TARGET when Automatic Shared Memory Management
> computes the values of the automatically tuned memory pools."
>
> Also see MeatLink 373018.1.
>
> Someone please correct me if I'm wrong.  (be gentle!)
>
> Rich
>
> > BTW The log buffer is not managed by the Automatic Shared Memory Management
> > in 10gR2:
> >
> > http://download.oracle.com/docs/cd/B19306_01/server.102/b14237
/initparams192.htm
> >
> > "The following pools are manually sized components and are not
> > affected by Automatic Shared Memory Management:
> >      * Log buffer
>
>
>


--
Alberto Dell'Era
"the more you know, the faster you go"
--
http://www.freelists.org/webpage/oracle-l