001 Exploring the Database Architecture Flashcards
An oracle server consists of the following two entities
the instance and the database
The instance consists of
memory structures and processes
The database consists of
files on disk
During the creation process
the instance is created
During the startup process
first the instance is started and then the database is opened
The logical structures (e.g. tables) are … related to physical structures (datafiles)
not directly
The processes that make up the instance are known as
background processes
The memmory structures| which are implemented in shared memory segments| are known as the
SGA (system global area)
User sessions consist of
a user process running locally to the user machine connecting to a server process
User sessions are referred to as
foreground processes
Each server process is associated with
an area of non-shareable memory| the PGA (program global area)
The PGA is … to the session
private
The shared pool consists of
Library Cache|Data Dictionary cache|PL/SQL area|SQL query and PL/SQL function result caches
The size of the shared pool buffer
is dynamic and can be automatically managed
The size of the log buffer
is static| fixed and cannot be automatically managed