WHICH STATEMENTS REGARDING INSTANCE MEMORY AND SESSION MEMORY ARE CORRECT

1.

Which statements regarding instance memory and session memory are

correct? (Choose two answers.)

A.

SGA memory is private memory segments; PGA memory is shared

memory segments.

B.

Sessions can write to the PGA, not the SGA.

C.

The SGA is written to by all sessions; a PGA is written by one session.

D.

The PGA is allocated at instance startup.

E.

The SGA is allocated at instance startup.