Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Memory Structures subdivided - Oracle Managed Files
Home
>>
Category
>>
Oracle (MCQ) questions and answers
>>
Oracle Managed Files
Q. What are the Memory Structures subdivided as?
- Published on 12 Aug 15
a.
SGA
b.
PGA
c.
Sort Area
d.
All mentioned above
ANSWER: All mentioned above
Related Content
Oracle DBA (
67
)
Oracle Replication (
19
)
Oracle Architecture (
20
)
Oracle Transaction (
40
)
Administering and Managing an Oracle Database (
25
)
Managing Oracle Database Processes (
8
)
Oracle Control Files (
27
)
Oracle Redo Log (
23
)
Oracle Tablespaces (
24
)
Oracle Datafiles and Tempfiles (
13
)
Oracle Managed Files (
11
)
Oracle Schema (
26
)
Oracle Tables (
13
)
Oracle Indexes and Partitioned Tables (
24
)
Oracle Clusters (
24
)
Oracle Views, Sequences, and Synonyms (
15
)
Oracle Distributed Database concepts (
28
)
Discussion
Nirja Shah
-Posted on 01 Sep 15
- The basic memory structures associated with Oracle Database include:
- System global area (SGA)
- The SGA is a group of shared memory structures, known as SGA components, that contain data and control information for one Oracle Database instance.
- The SGA is shared by all server and background processes. Examples of data stored in the SGA include cached data blocks and shared SQL areas.
- Program global area (PGA)
- A PGA is a nonshared memory region that contains data and control information exclusively for use by an Oracle process.
- The PGA is created by Oracle Database when an Oracle process is started.
- One PGA exists for each server process and background process.
- The collection of individual PGAs is the total instance PGA, or instance PGA.
- Database initialization parameters set the size of the instance PGA, not individual PGAs.
- Sort Area
- A sort operator uses the sort area to sort a set of rows.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲