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, 4673🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on PHP Connections and Query Execution for MySQL...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
Where to find SQL Server database server tutorials? Here is a collection of tutorials, tips and FAQs...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How To Assign Debug Privileges to a User in Oracle? In order to run SQL Developer in debug mode, the...