V 8.2 / ORA-01480 - Bug?
Posted: Tue 21 Jan 2014 17:53
Hi,
I just updated a working application from dotconnect for Oracle 7.8 to V 8.2 (Jan 16, 2014).
Now I am getting ORA-01480 without chanding anything in the application (pure ADO.NET)...
This seems to be a bug since the application was working absolutely fine before the update...
Please help.
Thanks in advance
Yahia
EDIT:
The problem comes up with ExecuteArray in combination with a complex INSERT.
If I replace the call to ExecuteArry with ExecuteNonQuery (values from index 0 of the the respective arrays) it works without a problem!
I just updated a working application from dotconnect for Oracle 7.8 to V 8.2 (Jan 16, 2014).
Now I am getting ORA-01480 without chanding anything in the application (pure ADO.NET)...
This seems to be a bug since the application was working absolutely fine before the update...
Please help.
Thanks in advance
Yahia
EDIT:
The problem comes up with ExecuteArray in combination with a complex INSERT.
If I replace the call to ExecuteArry with ExecuteNonQuery (values from index 0 of the the respective arrays) it works without a problem!