Hi there

I am trying to grant insert, update & delete object privileges to a table using the following command

GRANT INSERT, UPDATE, DELETE ON SYSADM.PS_ORD_TEST TO WEBROLE;

however I keep getting the error "ORA-01031: insufficient privileges"

I am performing the action using my own userid 'TONNERA', which has DBA rights, the tables belong to another user 'SYSADM'.

I have tried to alter my session to the tables schema, the alter works but I still get the error.

Any assistance would be great

Many thanks

Alison