Answer Posted / azhar505@gmail.com
Oracle Instance is a combination of memory and background processes.
Types of memory strucutres.
1.SGA(Shared Global Area):This is chunk of memory allocated during instance startup.SGA contains data and control information for an oracle instance.SGA is shared by several background processes.
SGA contains
SHAREDPOOL,Database BufferCache,LogBuffer Cache.
JavaPool and Large Pool are optional memory structures.
2.PGA(Program or Private global Area):
Contains data and control information for each server processes.Unlike SGA,PGA is not shareable.There is one PGA for one server process.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are Oracle Schema Objects?
How to define Data Block size in Oracle?
What is an Oracle Data Block?
What is an Oracle Data Dictionary?
What is an Oracle SYSTEM tablespace and when is it Created?
What is an oracle database schema?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is the function of Redo Log in Oracle?
Teradata: How can we know the indexed column in a table?
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?
Can a View based on another View in Oracle?
Can a Tablespace hold objects from different Schemes in Oracle?
What is the use of Oracle Control File?
What are the uses of Oracle Rollback Segment?
What is an Oracle Rollback Segment?