Cause: User does not have privileges to allocate an extent in the specified tablespace.Action: Grant the user the appropriate system privileges or grant the user space resource on the tablespace.
Solution :-
Solution :-
- ALTER USER <username> QUOTA 100M ON <tablespace name>
- GRANT UNLIMITED TABLESPACE TO <username>
No comments:
Post a Comment