Oracle Database Developer Question:
Explain System Global Area (SGA) in Oracle?
Answer:
The System Global Area (SGA) is a memory area that contains data shared between all database users such as buffer cache and a shared pool of SQL statements. The SGA is allocated in memory when an Oracle database instance is started, and any change in the value will take effect at the next startup.
Previous Question | Next Question |
Explain Initialization Parameter File in Oracle? | Explain Program Global Area (PGA) in Oracle? |