Page 1 of 1

ORA-01031: insufficient privileges when update

Posted: Fri 20 Mar 2020 22:45
by urbanr
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?

Re: ORA-01031: insufficient privileges when update

Posted: Fri 27 Mar 2020 15:59
by Shalex
Please enable the dbMonitor tool and make sure that you are connecting with the same database user in both cases.