oracle表给用户授权 1、命令:grant xxx权限 on Table to USER grant select,insert,update,delete,all on 表名 to 用户名 例如:将test表的查询权限赋予tom这个用户 grant select on test to tom 2、被授权用户访问的时候需要在表前面添加授权用户名。 select * from JF_CCJ.user.