Collections:
What Is System Global Area in Oracle
What Is System Global Area (SGA) in Oracle?
✍: FYIcenter.com
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.
⇒ What Is Program Global Area (PGA) in Oracle
⇐ What Is an Initialization Parameter File in Oracle
2020-07-07, 3417🔥, 0💬
Popular Posts:
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...
How To Verify a User name with SQLCMD Tool in SQL Server? The quickest way to verify a user name in ...