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 |
How to find the current session sid
Can a Tablespace hold objects from different Schemes in Oracle?
What is use of Rollback Segments In Database ?
When Does DBWR write to the database?
How will you force database to use particular rollback segment?
What is SGA?
How many Dispatcher Processes are created?
What is an Integrity Constrains in Oracle?
What is hit ratio ?
How free extents are managed in Ver 6.0 and Ver 7.0 ?
How does Space allocation table place within a block ?
What is an Oracle Rollback Segment?