GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  System Architecture

 Print  |  
Question:  
What is SGA ?

Answer:
The  System Global Area (SGA) is a shared memory region allocated by ORACLE that contains data and control information for one ORACLE instance.


October 10, 2007 02:43:36 #1
 Mohammed Abdul Afroze   Member Since: Visitor    Total Comments: N/A 

RE: What is SGA ?
 
It is a shared memory region allocated by oracle that contains data and control information for an Oracle Instance. An SGA compromises of Buffer Cache, Redo Log Buffers and Shared Pool Area.
     

 

Back To Question