Cannot convert from SQL type 93 to C type 8

1.6k Views Asked by At

I AM using Oracle datasource in my ETL package which uses SQL command as data Access mode. Unfortunately i AM getting error

Cannot convert from SQL type 93 to C type 8

I know that query used in Oracle datasource doesn't return any values. How should i update query to be able to do conversion? Query is very Simple

Select Data from MyTable

Regards

0

There are 0 best solutions below