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, 3205🔥, 0💬
Popular Posts:
How To Start MySQL Server in MySQL? If you want to start the MySQL server, you can run the "mysqld" ...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
Where to find Oracle database server tutorials? Here is a collection of tutorials, tips and FAQs for...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...