Database Memory & 4030/4031 (MOSC)

MOSC Banner

Relationship of PGA_AGGREGATE_TARGET and SGA_TARGET in datawarehouse environmrnt

edited Jul 9, 2015 11:38AM in Database Memory & 4030/4031 (MOSC) 1 commentAnswered
Hi,
I found the following in oracle 2 Day Datawarehouse DBA guide :

PGA_AGGREGATE_TARGET : The PGA_AGGREGATE_TARGET parameter is the target amount of memory that you want the total PGA across all sessions to consume. As a starting point, you
can use the following formula to define the PGA_AGGREGATE_TARGET value:
      -  PGA_AGGREGATE_TARGET = 3 * SGA_TARGET If you do not have enough physical memory for the PGA_AGGREGATE_TARGET to fit in memory, then reduce PGA_AGGREGATE_TARGET.

In my DW environment it is following :
PGA_AGGREGATE_TARGET=7360M
SGA_TARGET=30G


Do I need to change my settings for better performance of ETL job ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center