Tuesday, February 23, 2010

ORA-01950: no privileges on tablespace 'USERS'

Description:

User faced ORA-01950: no privileges on tablespace 'USERS' error.

Solution:

I granted below privilege to the user to avoid ORA-1950 Error.

ALTER USER USERNAME QUOTA UNLIMITED ON USERS;

No comments: