Hello everybody,
I have a
java program that deletes data from an Oracle database table and then populates it with another set of data.When I try to run the java program, it is giving me the following error:
xyz.server.db.DBException: Unable to execute the SQL Query in executeUpdate method of given status : ORA-01031: insufficient privileges
this is the exception that I have caught.I am able to run other java programs that have similar functionality and they work fine!
Looking forward for help ASAP as it is one of my "have to do's".
Many Thanks in Advance,
Prabha