Oracle Database Developer Question:

How you can Change System Global Area (SGA) in Oracle?

Tweet Share WhatsApp

Answer:

Your 10g XE server has a default setting for System Global Area (SGA) of 140MB. The SGA size can be changed to a new value depending on how many concurrent sessions connecting to your server. If you are running this server just for yourself to improve your DBA skill, you should change the SGA size to 32MB by:

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

Download Oracle Database Developer PDF Read All 57 Oracle Database Developer Questions
Previous QuestionNext Question
How you Unlock the Sample User Account in Oracle?How you change program Global Area (PGA) in Oracle?