|
Oracle Error Code |
|
|
ora-00023 |
|
Description |
|
|
session references process private memory; cannot detach session |
|
|
Cause |
|
|
An attempt was made to detach the current session when it contains references to process private memory. |
|
How to Solve |
|
|
|
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 links and/or cursors. Detaching a session with operating system privileges is always disallowed.
|
|
|
| Posts About Oracle Database Error ORA-00026 | | DBA: | You can try closing the session's database links and cursors,
if the session has an open network connection.
|
|
|
Do you have question or do you know about solution ?
Share with us. (No registration required)
|
|
Similar Errors |
|
|
|