What could be the possible reason for this error message?

You execute the following set of commands to create a database user and to grant the
system privileges in your production environment. SQL> CREATE USER user01
IDENTIFIED BY oracle DEFAULT TABLESPACE tbs1 TEMPORARY TABLESPACE temp
PROFILE default / SQL> GRANT create session, create table TO user01; While executing
the command to create a table, the user gets the following error message and the CREATE

TABLE.. command fails. ERROR at line 1: ORA-01950: no privileges on tablespace What
could be the possible reason for this error message?

You execute the following set of commands to create a database user and to grant the
system privileges in your production environment. SQL> CREATE USER user01
IDENTIFIED BY oracle DEFAULT TABLESPACE tbs1 TEMPORARY TABLESPACE temp
PROFILE default / SQL> GRANT create session, create table TO user01; While executing
the command to create a table, the user gets the following error message and the CREATE

TABLE.. command fails. ERROR at line 1: ORA-01950: no privileges on tablespace What
could be the possible reason for this error message?

A.
The user does not have sufficient privileges to create table on the default
permanent tablespace.

B.
The user does not have sufficient system privileges to create table in the TBS1
tablespace.

C.
The tablespace TBS1 is full.

D.
The user is not the owner of the SYSTEM tablespace.

E.
The user does not have quota on the TBS1 tablespace.



Leave a Reply 1

Your email address will not be published. Required fields are marked *