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

What is a Control file ?

4 Answers  


What is an Oracle Data Block?

0 Answers  


Name the ORACLE Background Process?

3 Answers  


What is PGA?

5 Answers  


How many Dispatcher Processes are created?

1 Answers  






Can a Tablespace hold objects from different Schemes in Oracle?

0 Answers  


What is an Oracle Data Segment?

0 Answers  


What are the uses of Oracle Rollback Segment?

0 Answers  


What is a Parallel Server option in ORACLE?

1 Answers  


What are disadvanteges of having raw devices ?

1 Answers  


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

1 Answers  


What is Database Buffers ?

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