I have created a table in my database ... i had also created a user and provided the access for "insert , update, delete'.
Now if the user try to insert data using a DB2 client ..it is throwing an error as
Query :
INSERT INTO ITMUSER.PM_MASTER_RAW_COPY VALUES('C_WP1xL_S01xPS_01xPC_01xaP_TEST','2010-09-03 05:00:00.077','WT','C_WP1xL_S01xPS_01xPC_01x','PAC ','1.1009E+15',0,'NULL','NULL','HVAC')
Error :
DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned: SQL0551N "GEMS_ADMIN" does not have the privilege to perform operation "EXECUTE" on object "NULLID.SQLC2E06". SQLSTATE=42501
As per this error ...i have checked the privilages, the required privilage is available.
if with the same user im trying to insert it from the Db2 Server itself , it is happening.. no error faced.
help me how to rectify this .