what is ORACLE MEMORY STRUCTURES

Answers were Sorted based on User's Feedback



what is ORACLE MEMORY STRUCTURES..

Answer / cspriyadba

There are 2 basic memory structures on the Oracle Instance

1. System Global Area (SGA)
2. Program Global Area (PGA)

Is This Answer Correct ?    11 Yes 1 No

what is ORACLE MEMORY STRUCTURES..

Answer / azhar505@gmail.com

Oracle Instance is a combination of memory and background processes.
Types of memory strucutres.
1.SGA(Shared Global Area):This is chunk of memory allocated during instance startup.SGA contains data and control information for an oracle instance.SGA is shared by several background processes.
SGA contains
SHAREDPOOL,Database BufferCache,LogBuffer Cache.
JavaPool and Large Pool are optional memory structures.

2.PGA(Program or Private global Area):
Contains data and control information for each server processes.Unlike SGA,PGA is not shareable.There is one PGA for one server process.

Is This Answer Correct ?    2 Yes 0 No

what is ORACLE MEMORY STRUCTURES..

Answer / guest

ORACLE MEMORY STRUCTURES

software code area:-software code area are partitions of
memory used to store code that is being or may be executed.

system global area:-it is a group of shared memory
structures that contain data and control information for one
oracle database instance

database buffer cache
redo log buffer
shared pool

program global area:-it is a memory region that
contains data and control information for server process

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Architecture Interview Questions

How can you find the size of a database?

5 Answers   Baidu, HCL,


List the factors that can affect the accuracy of the estimations ?

1 Answers  


What is an Integrity Constrains in Oracle?

0 Answers  


What is an Oracle Data Segment?

0 Answers  


How will you monitor the space allocation ?

3 Answers  






What is PGA?

5 Answers  


What is the maximum size of a row in oracle 9i?

4 Answers   Baidu, HCL, Yashu Systems,


what is ORACLE MEMORY STRUCTURES

3 Answers  


1.Explain the three levels with the help og a diagram.

1 Answers   Baidu,


What is the function of ARCH?

3 Answers  


What are disadvanteges of having raw devices ?

1 Answers  


Why query fails sometimes ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)