What is SGA?
Answers were Sorted based on User's Feedback
Answer / swarna
SGA is a system global area (or) shared global area. The information available within this area is accessed by all users. Memory is allocated to the SGA when oracle instance starts.
Components of SGA:
1.Shared pool
(a) Library cache
(b) data dictionary cache
2.Data buffer cache
3.Redolog buffer cache
4.Large pool
5.Java pool
Size of the SGA can be view by SGA_MAX_size
The memory allocated to SGA can be viewed by Show SGA (or) show parameter sga_target.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nishi
system global area(SGA) is a shared memory regionallocated by ORACLE that contains data and control information for one ORACLE instance .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siva.k
The System Global Area (SGA) is a shared memory region
allocated by ORACLE that contains data and control
information for one ORACLE instance.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the two types of Server Configurations?
What is the function of Redo Log in Oracle?
What is Dedicated Server Configuration?
how oracle will recognise its space is 100gb if 100gb is allocated for it...
What is the function of ARCH?
Which parameter in Storage clause will reduce no. of rows per block?
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 the log writer writes the data into database
What is the maximum size of a row in oracle 9i?
4 Answers Baidu, HCL, Yashu Systems,
How to define Data Block size in Oracle?
What are disadvanteges of having raw devices ?
What are the uses of Oracle Rollback Segment?