dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Sga_target - Oracle FAQ

This is a discussion on Sga_target - Oracle FAQ ; Type:Big integer Syntax:SGA_TARGET = integer [K | M | G] Default:0 (SGA autotuning is disabled) Modify:Yes Range:ALTER SYSTEM Basic:64 MB to operating system-dependent Rac:Yes Notes:SGA_TARGET specifies the total size of all SGA components. If SGA_TARGET is specified, then the following ...



Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 02-04-2008, 07:41 AM
Database Guru
 
Join Date: Jan 2008
Posts: 2,546
domregchief is on a distinguished road
Post Sga_target

Type:Big integer
Syntax:SGA_TARGET = integer [K | M | G]
Default:0 (SGA autotuning is disabled)
Modify:Yes
Range:ALTER SYSTEM
Basic:64 MB to operating system-dependent
Rac:Yes
Notes: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 nonzero 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

The memory allocated to these pools is deducted from the total available for SGA_TARGET when Automatic Shared Memory Management computes the values of the automatically tuned memory pools.
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 06:06 AM.