Multiple choice

What is 'stack-space' in Program Global Area?

  1. It is the memory that holds the session's variables, arrays and so on.

  2. In this, the database instance stores its session-information in the PGA and the session-information goes in the SGA.

  3. It is an area that holds information such as bind-variables and runtime-buffers.

  4. It is an area in the PGA that holds information on sorts, hash-joins etc.

  5. 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.