1.

What Is Pga?

Answer»

A PGA i.e Program Global Area is a memory region that contains data and CONTROL information for a server process.It is a memory created by ORACLE when a server process is started and it is non shared. Access to it is exclusive to that server process and is READ and written by Oracle code.
The total PGA memory allocated by each server process associated to an Oracle instance is also known as AGGREGATED PGA memory allocated by the instance.

A PGA i.e Program Global Area is a memory region that contains data and control information for a server process.It is a memory created by Oracle when a server process is started and it is non shared. Access to it is exclusive to that server process and is read and written by Oracle code.
The total PGA memory allocated by each server process associated to an Oracle instance is also known as aggregated PGA memory allocated by the instance.



Discussion

No Comment Found