Oracle 10G ideal parameters [message #257138] |
Tue, 07 August 2007 11:28 |
amit.d.mi2
Messages: 3 Registered: August 2007
|
Junior Member |
|
|
Hi
I need to setup memory parameters after upgrading my database from oracle 9.2.0.7.0 to 10.2.0.3.0.
I am working on Aix-5L 4GB memory.
It has 2 databases.
I need to know the ideal sizing of memory parameters for oracle 10G
I need to know the sizing for paramters like SGA_TARGET and PGA_AGGREGATE_TARGET.
Thanx
Amit
|
|
|
|
|
Re: Oracle 10G ideal parameters [message #257144 is a reply to message #257143] |
Tue, 07 August 2007 11:41 |
Mohammad Taj
Messages: 2412 Registered: September 2006 Location: Dubai, UAE
|
Senior Member |
|
|
Hi,
It is very hard to say anyone what is right size for SGA parameter.
You can start with below value and run your application after generate statpack report and analyze if you feel and face any performance problem then modify sga parameters.
Total SGA should be 80% of RMAN
Note:
It is also depand on Database type OLTP or DSS,
running application,
no. of users,
no. of transactions per second.
and PGA should be 20% of SGA.
set sga_max_size for maximum size allocate for SGA. it will use later and when Oracle Server needed.
Regards
Taj
PS: Doing anything on Production box check on testing box first.
[Updated on: Tue, 07 August 2007 11:45] Report message to a moderator
|
|
|
|