我是新按Terran的文章在RedHat7.2 下装了oracle8.1.7
装完以后再重启就startup不起来了,
重装了一遍就好了(奇怪,为什么呢?)
现在是
我新建用户
create user test identified by test
default tablespace users
temporary tablespace temp;
grant (all privileges) to test with admin option;
我用test用户登陆后建表
告诉我ORA-01950: no privileges on tablespace 'USER'
why??????????????
我记得在8.1.6时没问题,还是我错了什么?
谢谢