How to find the SGA Size

Answers were Sorted based on User's Feedback



How to find the SGA Size..

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

How to find the SGA Size..

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

How to find the SGA Size..

Answer / ashok

from v$sgastat view we can find the size of sga

Is This Answer Correct ?    7 Yes 0 No

How to find the SGA Size..

Answer / acpkp

select sum(bytes)/1024/1024 from v$sgastat;

Is This Answer Correct ?    5 Yes 1 No

How to find the SGA Size..

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 SGA Size..

Answer / guest

sql>show sga;

or
sql>select * from v$sga;

Is This Answer Correct ?    3 Yes 1 No

How to find the SGA Size..

Answer / srinu16

in sql show parameter sga;

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Oracle Architecture Interview Questions

What is an Oracle SYSTEM tablespace and when is it Created?

0 Answers  


What is the function of Redo Log in Oracle?

0 Answers  


Why query fails sometimes ?

1 Answers  


Diference between Oracle 9i and 10G.

2 Answers   Baidu,


Can a View based on another View in Oracle?

0 Answers  






What is meant by recursive hints ?

1 Answers  


What is an oracle database schema?

0 Answers  


What is an Oracle Data Block?

0 Answers  


What is Shared Pool?

3 Answers  


When will be a segment released?

1 Answers  


What is the significance of having storage clause ?

1 Answers  


1.Explain the three levels with the help og a diagram.

1 Answers   Baidu,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)