Multiple choice technology databases

Which is not a valid PL/SQL Cursor Exceptions?

  1. Cursor_Already_Open

  2. Cursor_Not_Closed

  3. Invalid_Cursor

  4. None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PL/SQL provides predefined exceptions like CURSOR_ALREADY_OPEN and INVALID_CURSOR. There is no predefined exception named Cursor_Not_Closed in PL/SQL.