Cursor <str> is not a table cursor Explanation: You must declare list cursor to be the current of a table cursor. The cursor specified in the WHERE CURRENT OF clause is another list cursor. User Action: Reference a table cursor.