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
What is an Oracle Rollback Segment?
What is an Integrity Constrains in Oracle?
What is the function of Redo Log in Oracle?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is an oracle database schema?
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 are Oracle Schema Objects?
What is an Oracle Data Block?
What are the uses of Oracle Rollback Segment?
Can a Tablespace hold objects from different Schemes in Oracle?
What is an Oracle Data Dictionary?
Can a View based on another View in Oracle?
What is an Oracle Data Segment?
How to define Data Block size in Oracle?
What is the use of Oracle Control File?