oracle权限分系统权限和对象权限;
create table是系统权限;而insert into table values是对象权限;
如果对scott来说,对自己本用户下的对象都有insert权限的;
如果想拥有别的用户下对象的insert权限,需在别的用户下授予scott对某个table的权限
命令如下:grant insert on tablename to scott;
求采纳 求推荐 求赞
oracle权限分系统权限和对象权限;
create table是系统权限;而insert into table values是对象权限;
如果对scott来说,对自己本用户下的对象都有insert权限的;
如果想拥有别的用户下对象的insert权限,需在别的用户下授予scott对某个table的权限
命令如下:grant insert on tablename to scott;
求采纳 求推荐 求赞