Answer Posted / 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 |
Post New Answer View All Answers
Teradata: How can we know the indexed column in a table?
What are Oracle Schema Objects?
What is an Integrity Constrains in Oracle?
What is an Oracle SYSTEM tablespace and when is it Created?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is an oracle database schema?
Can a Tablespace hold objects from different Schemes in Oracle?
What is an Oracle Rollback Segment?
What is an Oracle Data Segment?
What is the use of Oracle Control File?
Can a View based on another View in Oracle?
What is an Oracle Data Dictionary?
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?
What is an Oracle Data Block?
What is the function of Redo Log in Oracle?