grant create any table to username;
grant create any procedure to username;
grant execute any procedure to username;
创建执行JOB权限
grant create job to 用户;
grant manage scheduler to 用户;
给一个表的读取权限
grant select on 表...