Wat is SGA ?
Answers were Sorted based on User's Feedback
Answer / swapneswar
system global area(SGA) is a shared memory regionallocated
by ORACLE that contains data and control information for
one ORACLE instance
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / narayan mishra
->SGA stands for System Global Area.
->it store the data and control information for oracle srever.
->it can be shared by database processes.
Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between having and a where in sql?
Does oracle roll back the transaction on an error?
What are types of joins?
What are the types of triggers ?
26 Answers Aspire, BirlaSoft, TCS,
Explian rowid, rownum? What are the psoducolumns we have?
Can we write create command in the plsql block?if possible how?
what is meant by DML?
What is audit logout in sql profiler?
How to display the contents of a current record fetched in a reference cursor?
What is a clob in sql?
What is a variable in sql?
Why having clause is used in sql?