What do you mean by sga and how is it different from pga?
Answer Posted / Naveen Shukla
System Global Area (SGA) is a shared memory structure in Oracle Database that stores data and control information for the entire instance. It includes the Data Dictionary, Redo Log Buffer, Shared Pool, Large Pool, Java Pool, and Database Buffer Cache. Process Global Area (PGA) is a private memory structure for each server process. It includes the session-specific data like cursor caches and sort areas.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category