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, 4088🔥, 0💬
Popular Posts:
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
What Is an Oracle Instance in Oracle? Every running Oracle database is associated with an Oracle ins...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...