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 |
Why query fails sometimes ?
What is Shared SQL Area?
What is use of Rollback Segments In Database ?
What is a Control file ?
What is the use of Oracle Control File?
What is User Process?
THE MAIN CONCEPT OF PROGRAMMIN TYPE?
what is ORACLE MEMORY STRUCTURES
List the Optional Flexible Architecture (OFA) of Oracle database ?
How the space utilisation takes place within rollback segments?
how oracle will recognise its space is 100gb if 100gb is allocated for it...
What is the maximum number of Lock Processes used?