Database Error Messages

PLS-00401

different column types between cursor SELECT statement and return value found at 'string'

Action

Change the cursor return type or the select list so that each returned column value and its corresponding select-list item have the same datatype.