Multiple choice

Which of the following information is incorrect about Streams Pool in System Global Area (SGA)?

  1. It specifies that Streams memory be allocated from a pool in the SGA .

  2. A stream pool can be created automatically.

  3. It is used in server memory for all session-specific Java code and data within the JVM.

  4. It provides memory synchronization.

  5. It is responsible for execution plan in pooled memory.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the task of Java pool in SGA.