Processes and Memory
Processes and Memory
Oracle
E N G . O S A MA A L AT HWARI
Introduction
• Oracle processes and memory play a crucial role in database
management.
• This lecture covers:
• Types of Oracle processes.
• How memory is structured in Oracle.
• The interaction between processes and memory.
• Server Process:
• Handles requests from the user process.
• Performs data retrieval and modifications in the database.
• Works in conjunction with User Process
• Responsible for executing SQL statements
4.Java Pool
• Stores Java code and data
• Used for Java Virtual Machine (JVM)
• Size set by JAVA_POOL_SIZE parameter