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, 4908🔥, 0💬
Popular Posts:
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
Can Date and Time Values Be Converted into Integers in SQL Server Transact-SQL? Can date and time va...
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...