Oracle Database Developer Question:
Download Job Interview Questions and Answers PDF
Explain Program Global Area (PGA) in Oracle?
Answer:
A Program Global Area (PGA) is a memory buffer that is allocated for each individual database session and it contains session specific information such as SQL statement data or buffers used for sorting. The value specifies the total memory allocated by all sessions, and changes will take effect as new sessions are started.
Download Oracle Database Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain System Global Area (SGA) in Oracle? | Explain User Account in Oracle? |