ORA-00023 session references process' private memory
Cause: Oralce Error ORA-00023: An attempt was made to detach the current session, which contains references to the process' private memory.
Action ORA-00023: A session may contain references to process memory (PGA) if it has an open network connection, a very large context area, or operating system privileges. To allow the detach, it may be necessary to close the session's database link or cursors. Detaching a session with operating system privileges is always disallowed.
|