ORA-01031: insufficient privileges when update

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
urbanr
Posts: 8
Joined: Tue 23 Apr 2019 11:52

ORA-01031: insufficient privileges when update

Post by urbanr » Fri 20 Mar 2020 22:45

Hi,
getting this error when using standard dbcontext SaveChanges() call but update works fine when calling stored procedure
directly from program to do that, any tips why?

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

Re: ORA-01031: insufficient privileges when update

Post by Shalex » Fri 27 Mar 2020 15:59

Please enable the dbMonitor tool and make sure that you are connecting with the same database user in both cases.

Post Reply