Index was outside the bounds of the array (CORE 2.0/ORACLE)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Velu
Posts: 20
Joined: Wed 02 Aug 2017 14:01

Index was outside the bounds of the array (CORE 2.0/ORACLE)

Post by Velu » Mon 05 Feb 2018 09:38

Hi,

As per our observation, We are getting Index was outside the bounds of the array error in 11G and in 12C we are getting [ORA-00918: column ambiguously defined] for same code.


This error occurred when we apply pagination code like .Skip and .Take. (using LINQ)

Request you to solve this ASAP.

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Index was outside the bounds of the array (CORE 2.0/ORACLE)

Post by Shalex » Wed 07 Feb 2018 11:48

The investigation is in progress. As soon as the issue is fixed, we will contact you.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Index was outside the bounds of the array (CORE 2.0/ORACLE)

Post by Shalex » Fri 30 Mar 2018 17:07

The bug with throwing the "Index was outside the bounds of the array." error in EF Core 2 is fixed: viewtopic.php?f=1&t=36966.

Post Reply