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 |
How free extents are managed in Ver 6.0 and Ver 7.0 ?
THE MAIN CONCEPT OF PROGRAMMIN TYPE?
What is SGA?
What is meant by recursive hints ?
How to define Data Block size in Oracle?
Teradata: How can we know the indexed column in a table?
How many Dispatcher Processes are created?
1.Explain the three levels with the help og a diagram.
How to find the current session sid
What is meant by Redo Log file mirrorring ? How it can be achieved?
What is an Oracle Data Block?
What is an Oracle Data Segment?