Multiple choice technology databases Which is not a valid PL/SQL Cursor Exceptions? Cursor_Already_Open Cursor_Not_Closed Invalid_Cursor 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.