I want to grant a user the right to execute any package. I tried

grant execute on any package to user1;


This did not work. Does any one know the syntax?