How to find the SGA Size
Answers were Sorted based on User's Feedback
Answer / ---
show sga
It shows :
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
| Is This Answer Correct ? | 39 Yes | 4 No |
Answer / cspriyadba
select * from v$sga;
Fixed Size 72536 bytes
Variable Size 22900736 bytes
Database Buffers 409600 bytes
Redo Buffers 77824 bytes
Total System Global Area : - Total in bytes of all the sub-
divisions that makes up the SGA.
Total System Global Area 23460696 bytes
| Is This Answer Correct ? | 29 Yes | 4 No |
Answer / nishant jakkal
To approximate size of the SGA (Shared Global Area), use
following formula: db_cache_size + db_keep_cache_size +
db_recycle_cache_size + db_nk_cache_size + shared_pool_size
+ large_pool_size + java_pool_size + log_buffers + 1mb
| Is This Answer Correct ? | 6 Yes | 3 No |
Which parameter in Storage clause will reduce no. of rows per block?
What is the OPTIMAL parameter ?
What is meant by recursive hints ?
How will you monitor the space allocation ?
What is meant by Redo Log file mirrorring ? How it can be achieved?
How can you find the size of a database?
What is a Rollback segment entry ?
What is function of RECO?
What are the components of SGA?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
How will you force database to use particular rollback segment?
What are disadvanteges of having raw devices ?