Overview of the User Global Area
The UGA is session memory, which is memory allocated for session variables, such as logon information, and other information required by a database session. Essentially, the UGA stores the session state. If a session loads a PL/SQL package into memory, then the UGA contains the package state, which is the set of values stored in … Read more