ORA-13775: inconsistent datatype in input cursor
What triggered the Error:
The user attempted to load a SQL Tuning Set using an invalid input cursor. All rows in the cursor must match type SQLSET_ROW.What should we do to fix it:
Check the rows type in the cursor and retry the operation.