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
How to call shell script from pl sql procedure?
When is the explicit cursor used ?
What is row_number () in sql?
what is the use of set statement in tsql? : Transact sql
What is sorting in sql?
How long will it take to learn pl sql?
What is a column in a table?
What sql database should I use?
In pl/sql, what is bulk binding, and when/how would it help performance?
Define overloaded procedure?
what is sql in mysql? : Sql dba
what is the difference between group by and order by in sql? : Sql dba
Who is the owner of mysql database?
What are the limitations of sql express?
How to take user input in pl sql?