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 many Dispatcher Processes are created?

1 Answers  


What is an Integrity Constrains in Oracle?

0 Answers  


What is a Rollback segment entry ?

3 Answers   TCS,


THE MAIN CONCEPT OF PROGRAMMIN TYPE?

1 Answers  


What are functions of PMON?

5 Answers  






What is function of RECO?

1 Answers  


What is Server Process?

2 Answers  


what is ORACLE MEMORY STRUCTURES

3 Answers  


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

4 Answers   Baidu, HCL, Yashu Systems,


What is the OPTIMAL parameter ?

1 Answers   TCS,


What are Oracle Schema Objects?

0 Answers  


What is dictionary cache ?

2 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)