Oracle Error Message
ORA-13775: inconsistent datatype in input cursor
Reason for 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.
Solution
Check the rows type in the cursor and retry the operation.