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, 2008 07:37:11 #2
 subhash.terdale   Member Since: October 2008    Total Comments: 10 

RE: What is SGA ?
 
System Global Area (SGA) is component of instance which consist shared memory & control information of the instance
It consist of shared pool, database buffer cached, redo log buffer, large pool, Java pool.
     

 

Back To Question