InterviewSolution
| 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. 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. |
|