InterviewSolution
Saved Bookmarks
| 1. |
How Do You Handle Ora-01000: Maximum Open Cursors Exceeded Error? |
|
Answer» The ORA-01000: MAXIMUM OPEN cursors EXCEEDED ERROR can be handled by checking the parameter setting for OPEN_CURSORS. You can resolve the error by closing the cursors that are no LONGER in use, raising the OPEN__CURSORS parameter within your initialization file, and restarting the Oracle database. The ORA-01000: maximum open cursors exceeded error can be handled by checking the parameter setting for OPEN_CURSORS. You can resolve the error by closing the cursors that are no longer in use, raising the OPEN__CURSORS parameter within your initialization file, and restarting the Oracle database. |
|