Problem: 10g – Problem with creating Users , ora 30041 cannot grant quota on tablespace

Question : 10g – Problem with creating Users , ora 30041 cannot grant quota on tablespace

I create a user in 10g, release 2 for windows:
CREATE USER abc identified by abc
default tablespace abc_TS1
TEMPORARY TABLESPACE TEMP
QUOTA UNLIMITED ON TEMP
QUOTA UNLIMITED ON abc_TS1
ACCOUNT  UNLOCk;

I keep getting

ora 30041 cannot grant quota on tablespace

but how can I grant to the user if wont create user abc?


 

Solution: 10g – Problem with creating Users , ora 30041 cannot grant quota on tablespace

I’ve haven’t messed much with quotas so I’m not sure if this is a ‘new’ feature or not but 10g seems to have a problem granting a quota on TEMP.

Just remove “QUOTA UNLIMITED ON TEMP” which is the default.