Answer Posted / mohit lalwani
SGA known as System Global Area and is a part of the Oracle instance.
SGA consist of different memory structures which are
-Shared pool (mandatory)
-Database Buffer Cache (mandatory)
-Redo Log Buffer (mandatory)
-Large Pool (optional)
-Java Pool (optional)
-SGA is sized by sga_max_size
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is dml statement?
What are data types in pl sql?
How do I count rows in sql query?
is mysql query is case sensitive? : Sql dba
What is the starting oracle error number? What is meant by forward declaration in functions?
How to move files from one directory to another in pl sql?
What is trigger types of trigger?
what is view? : Sql dba
What are the usages of sql?
How do you create an update query?
how to use 'mysql' to run sql statements? : Sql dba
How do I order by ascending in sql?
What is primary key and foreign key?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is the advantage of index in sql?