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, 5332🔥, 0💬
Popular Posts:
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
How To Verify a User name with SQLCMD Tool in SQL Server? The quickest way to verify a user name in ...
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...
How to download Microsoft SQL Server 2005 Express Edition in SQL Server? Microsoft SQL Server 2005 E...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...