[求助]这个错误是什么意思啊
初学oracle 请教各位高手创建用户时这个错是什么意思啊 如何解决 谢谢 ORA-10615: Invalid tablespace type for temporary tablespaceCause: Tablespace with AUTO SEGMENT SPACE MANAGENEMT specified cannot be used as a temporary tablespace
Action: Recheck the tablespace name and re-issue the statement 你在Sqlplus下面创建吧:
create user User1 identified by Password default tablespace datausr
temporary tablespace temp;
grant connect,resource,create table to User1;
页:
[1]
