Hi Rohini,
Your DB table has a column that is a reserved word in SQL, "USER", this is the problem orign. The normal issue would be to have a table with a column name that won't be a reserver word. You could try with the SQL_DML XML format for the JDBC receiver.
Regards,