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 |
What is Shared Pool?
What is the maximum size of a oracle9i database?
What is a Multi-threaded Server Configuration?
What is the significance of having storage clause ?
What is use of Rollback Segments In Database ?
What is the function of Lock (LCKn) Process?
What constitute an ORACLE Instance?
How the log writer writes the data into database
What is Shared SQL Area?
What is advantage of having disk shadowing/ Mirroring ?
What is an Oracle SYSTEM tablespace and when is it Created?
Name the ORACLE Background Process?