Which is the memory area that is created when a dedicated server process is started, and
contains data and control information for that server process?
A.
SGA
B.
Streams Pool
C.
Shared Pool
D.
PGA
Which is the memory area that is created when a dedicated server process is started, and
contains data and control information for that server process?
Which is the memory area that is created when a dedicated server process is started, and
contains data and control information for that server process?
A.
SGA
B.
Streams Pool
C.
Shared Pool
D.
PGA
D. PGA
A PGA is a memory region that contains data and control information for a server process. It is nonshared memory created by Oracle Database when a server process is started. Access to the PGA is exclusive to the server process. There is one PGA for each server process.