有关plsql的grant语句。如下:在sqlplus中解决办法
有关plsql的grant语句。如下:在sqlplus中
grant select
on table hr.employees,hr.jobs
to user1;
sqlplus提示ORA-00903表名无效
谢谢,还有怎么样不用每个表名前都加方案名
------解决方案--------------------
grant select
on table hr.employees,hr.jobs
to user1;
sqlplus提示ORA-00903表名无效
谢谢,还有怎么样不用每个表名前都加方案名
------解决方案--------------------