向用户授予对象特权

grant  select,insert,update on store.products to SYS;

 grant create session,create user,create table to SYS;

grant execute any procedure to SYS with admin option;

create user roy identified by williams;

原文地址:https://www.cnblogs.com/canyangfeixue/p/2467821.html