Collections:
What Is Program Global Area (PGA) in Oracle
What Is Program Global Area (PGA) in Oracle?
✍: FYIcenter.com
A Program Global Area (PGA) is a memory buffer that is allocated for each individual database session and it contains session specific information such as SQL statement data or buffers used for sorting. The value specifies the total memory allocated by all sessions, and changes will take effect as new sessions are started.
⇒ What Is a User Account in Oracle
⇐ What Is System Global Area in Oracle
2020-07-07, 4488🔥, 0💬
Popular Posts:
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How Fixed Length Strings Are Truncated and Padded in SQL Server Transact-SQL? When the length of the...
How To Calculate DATETIME Value Differences Using the DATEDIFF() Function in SQL Server Transact-SQL...
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...