What is System Global Area (SGA)

Q

What is System Global Area (SGA)? - Oracle DBA FAQ - Oracle Basic Concepts

✍: FYIcenter.com

A

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.

2007-04-21, 4958👍, 0💬