grant unlimited session to invoice;
grant create table to invoice;
grant drop table to invoice;
我的语句没有错吧?
菜鸟急等
------最佳解决方案--------------------
没有unlimited session和drop table这2种权限.
对于新加的用户,一般只需要赋予connect和resource两种角色就够用了。
grant connect, resource to invoice;