Collections:
Change Program Global Area (PGA) in Oracle
How To Change Program Global Area (PGA) in Oracle?
✍: FYIcenter.com
Your 10g XE server has a default setting for Program Global Area (PGA) of 40MB. The PGA size can be changed to a new value depending on how much data a single session should be allocated. If you think your session will be short with a small amount of data, you should change the PGA size to 16MB by:
⇒ SGA Setting Is Too Low in Oracle
⇐ Change System Global Area (SGA) in Oracle
2020-09-30, 3383🔥, 0💬
Popular Posts:
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...