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, 2954🔥, 0💬
Popular Posts:
Can Binary Strings Be Converted into NUMERIC or FLOAT Data Types in SQL Server Transact-SQL? Can bin...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How to download and install the scaled-down database AdventureWorksLT in SQL Server? If you want to ...
How To End a Stored Procedure Properly in SQL Server Transact-SQL? Where the end of the "CREATE PROC...
What is SQL Server Transact-SQL (T-SQL)? SQL Server Transact-SQL, also called T-SQL, is an extension...