Multiple choice What is 'stack-space' in Program Global Area? It is the memory that holds the session's variables, arrays and so on. In this, the database instance stores its session-information in the PGA and the session-information goes in the SGA. It is an area that holds information such as bind-variables and runtime-buffers. It is an area in the PGA that holds information on sorts, hash-joins etc. It is the area that stores the information about memory management. Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is correct about 'stack-space' in Program Global Area. It stores all these information in its memory area.