Hello,
How I can grant object privileges to users......????

Following are my activities....

SVRMGR>connect internal;
connected....
SVRMGR>grant select on scott.emp to sunil.
(here sunil is the name of user....)
*
ORA-01031 : Insufficient privileges

What is wrong. Why I am not able to give select privileges on scott.emp table to user sunil. What is this insufficient privilege to internal user......


Sunil