Hi all,
While executing a stored procedure in ORacle from a VB.net console application I am getting the below error:
ORA-00932: inconsistent datatypes
...
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
The error occurs in the line
adaLookUp.Fill(ds)
I have a select query in the oracle SP (ex: SELECT * FROM <tablename>).
It returns a few CLOB type columns. will this be an issue?
But it doesn't occur everytime. I am unable to reproduce it too.
Can anyone help me in resolving the issue. Please post your view.
Thanks in advance.
Regards,
Udhay