SQL*Plus DISCONNECT Does Not Free the Session PGA
(Doc ID 1298394.1)
Last updated on FEBRUARY 25, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.3 and laterInformation in this document applies to any platform.
Symptoms
When a user, connected to via SQL*Plus to a database, issues the DISCONNECT command to disconnect from the database, the PGA for the session is not freed, e.g
USER1 connects via SQL*Plus, issues DISCONNECT statement.
USER2 connects via SQL*Plus to same database, queries V$SESSION and V$PROCESS - USER1 is not present in V$SESSION, but is still present in V$PROCESS and the PGA is not freed.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |