Sucede que tengo un usuario usrdba con el rol dba, por otro lado tengo otro usuario usrrex con privilegios limitados, ambos usuarios tienen un tablespace por defecto TS_REX_DAT. Trato de crear una tabla en el esquema usrrex desde una sesión del dba pero me lanza un error:
Cita:
Según lo que entiendo, el usuario dba no tiene permiso para utilizar el tablespace en cuestión, pero se supone que especifiqué que es su tablespace por defecto al momento de crear el usuario usrdba, además se trata de un dba, el todopoderoso de la BD.Error SQL: ORA-01950: no privileges on tablespace 'TS_REX_DAT'
01950. 00000 - "no privileges on tablespace '%s'"
*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.
01950. 00000 - "no privileges on tablespace '%s'"
*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.
Favor oriéntenme, muchas gracias.