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 are the components of SGA?

5 Answers  


Why query fails sometimes ?

1 Answers  


What is a Rollback segment entry ?

3 Answers   TCS,


What is an Oracle Data Segment?

0 Answers  


What is the use of Oracle Control File?

0 Answers  






How to find the SGA Size

7 Answers   Baidu, Reliance,


What is meant by redo log buffer ?

3 Answers  


what is ORACLE MEMORY STRUCTURES

3 Answers  


What are Oracle Schema Objects?

0 Answers  


How will you estimate the space required by a non-clustered tables?

2 Answers  


What is SGA?

3 Answers  


How many Dispatcher Processes are created?

1 Answers  


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)