How to debug ORA-02051

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Olof
Posts: 8
Joined: Thu 09 Jun 2011 11:18

How to debug ORA-02051

Post by Olof » Thu 16 Apr 2015 11:15

Hi, I have a method where I was inserting 5000 rows in a table and 2000 rows in a child table.

When I try to save, I have an ORA-02051 error. With 2000 rows, it works. I can't find a way to find the error.

Any idea ?

Oracle 11.2.0.4.0
DevArt 8.1.26

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

Re: How to debug ORA-02051

Post by Shalex » Thu 16 Apr 2015 17:01

We need to reproduce the problem in our environment to identify and investigate the issue. For this, please create and send us a small test project with the corresponding DDL/DML script.

JIC: the dbMonitor tool (dbMonitor, download link) should help you to localize the issue.

Post Reply