create user usernameidentified by password default tablespace TSName temporary tablespace TEMPTSName quota 10M on TSName ;
or
create user usernameidentified by password default tablespace TSName temporary tablespace TEMPTSName quota unlimited on TSName ;
If you forgot to add the quota for users on tablespace then:
alter userquota quota unlimited on TSName;
No comments:
Post a Comment