InterviewSolution
Saved Bookmarks
| 1. |
When Is The Cursor_already_open Exception Raised? |
|
Answer» This EXCEPTION is RAISED when the program TRIES to open an already opened CURSOR. The cursor should be closed before it can be opened again. This exception is raised when the program tries to open an already opened cursor. The cursor should be closed before it can be opened again. |
|