Easy to Learn Oracle Database and Solve Your Problem.
Query
(Move to ...)
Home
Scripts
ORACLE-BASE
Oracle
Oracle SQL
Oracle PL/SQL
Data Guard
Oracle RAC
Java Standard Edition
Programming in C
▼
Sunday, January 19, 2014
ora-01950 no privileges on tablespace 'users'
Cause: User does not have privileges to allocate an extent in the users tablespace.
Action: Grant the user space resource on the users tablespace.
alter user eftmw quota unlimited on users;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment