| |
GeekInterview.com > Tech FAQs > Oracle > Database Administration
| Print | |
Question: How do you calculate various parameters in init.ora file like shared_pool_size, log_buffer etc
Answer: My database size is 80GB |
| July 07, 2009 13:27:11 |
#1 |
| santosh Panigrahi |
Member Since: July 2009 Total Comments: 6 |
RE: How do you calculate various parameters in init.ora file like shared_pool_size, log_buffer etc |
Setting of SGA
SGA 55% of Physical RAM Shared_Pool_size 45% of SGA Db_buffer_cahe 45% of SGA Log_buffer 10% of SGA |
| |
Back To Question | |