Page 1 of 1

Wrong Exception Codes in OracleException Errors Collection

Posted: Thu 29 Jul 2021 10:02
by Jan Zimmermann
Hi using last devart nuget package (9.14.1298) in direkt Mode on net core 3.1

When i execute an Sql with ExecuteArray and there are Errors (ORA-24381: error(s) in array DML) , the OracleErrors within the OracleException seems to have the wrong ErrorCode (Code Property). I would expect the ORA Number, but it seems to be some kind of Zero based index of the Error in the Collection.

By the Way: ExecuteArrayAsync is not avalible yet. (I mentioned this before..)


"Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.9.0.0.0" multitenant

Re: Wrong Exception Codes in OracleException Errors Collection

Posted: Fri 30 Jul 2021 08:44
by Shalex
Please send us a small test project with the corresponding DDL/DML script so that we can reproduce the issue in our environment.