I am loggeg in as sys and when I try this command

SQL> 2
2* from dba_tab_grants
SQL> grant select production.dws_contract_info to migrate with grant option;

I get the following error

ERROR at line 1:
ORA-00990: missing or invalid privilege

Shouldn't sys be able to do this??