Which two statements are true about Shared SQL Area and Private SQL Area?

Which two statements are true about Shared SQL Area and Private SQL Area? (Choose two.)

Which two statements are true about Shared SQL Area and Private SQL Area? (Choose two.)

A.
Shared SQL Area will be allocated in the shared pool

B.
Shared SQL Area will be allocated when a session starts

C.
Shared SQL Area will be allocated in the large pool always

D.
The whole of Private SQL Area will be allocated in the Program Global Area (PGA) always

E.
Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool

F.
The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Koro

Koro

The client process is responsible for managing private SQL areas. The allocation and
deallocation of private SQL areas depends largely on the application, although the
number of private SQL areas that a client process can allocate is limited by the
initialization parameter OPEN_CURSORS.