1031 : 42000 : java.sql.SQLException: ORA-01031: insufficient privileges
798219Sep 16 2010 — edited Oct 7 2011Good day,
I'm trying to run an interface wherein the data coming from a csv file should be loaded in one target table. I managed to reverse engineer the flat file and map all fields. But come execution, i get this error message:
1031 : 42000 : java.sql.SQLException: ORA-01031: insufficient privileges
java.sql.SQLException: ORA-01031: insufficient privileges
I have already granted alter and insert access to the user.
Thanks in advance