Multiple choice Which of the following is NOT true regarding Program Global Area (PGA)? It is a non-shared memory. It is created when a server process is started. Each server process is allocated One PGA. Total memory used by all individual PGAs is called total instance PGA memory. Database initialization parameters are used to set the size of individual PGAs. Reveal answer Fill a bubble to check yourself E Correct answer Explanation This statement is false. You use database initialization parameters to set the size of the instance PGA, not individual PGAs.