Wat is SGA ?

Answers were Sorted based on User's Feedback



Wat is SGA ?..

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

Wat is SGA ?..

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

Wat is SGA ?..

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

Post New Answer

More SQL PLSQL Interview Questions

----> There is a table T with two columns C1 and C2. The data is as below: C1 C2 1 4 2 5 3 6

4 Answers   ICICI,


why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba

1 Answers  


How the execution will be done in exceptions?

2 Answers  


what eliminate duplicate without using roenum and not

5 Answers   Matrix,


suppose I have two table one Emp and other is dpt. Emp table has a field ,dept id,name ,sal and dpt table has a field dept id,dept name. Now I want to find out the emplyee list whose sal is between 2000-3000 from dept x.

7 Answers   Geometric Software, IBM,


using cursors salesman get bonus as 10% of their salary , managers get 20% , analalist get 30%. generae a report showing the employee name, salary , bonus.

4 Answers   Fidelity,


Does sql between include endpoints?

1 Answers  


how to enter characters as hex numbers? : Sql dba

1 Answers  


Can procedure in package be overloaded?

1 Answers   EXL,


hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

1 Answers  


what are tables and fields? : Sql dba

1 Answers  


Is truncate ddl or dml?

1 Answers  


Categories