Oracle/PLSQL: ORA-00023 Error
Error: |
ORA-00023: session references process' private memory; cannot detach session |
Cause: |
You tried to detach a session but it contains references to the process memory (PGA) through any of: an open network connection, a very large context area, or operating system privileges. |
Action: |
The options to resolve this Oracle error are:
|