Basic Oracle Concepts and Programming Question:

How To Change Program Global Area (PGA) in Oracle?

Tweet Share WhatsApp

Answer:

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:

* Log into the server home page as SYSTEM.
* Go to Administration, then Memory.
* Click Configure PGA.
* Enter the new memory size: 16
* Click Apply Changes to save the changes.
* Re-start your server.


Download Oracle Database PDF Read All 430 Oracle Database Questions
Previous QuestionNext Question
How To Change System Global Area (SGA) in Oracle?What Happens If You Set the SGA Too Low in Oracle?